张延森 2 年之前
父節點
當前提交
5b0c96bca9
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4
    1
      src/main/java/com/njyunzhi/invoice/entity/TaInvoiceDetail.java

+ 4
- 1
src/main/java/com/njyunzhi/invoice/entity/TaInvoiceDetail.java 查看文件

@@ -47,7 +47,10 @@ public class TaInvoiceDetail implements Serializable {
47 47
     @ApiModelProperty(value = "开票单位ID")
48 48
     private String invoiceOrgId;
49 49
 
50
-    @ApiModelProperty(value = "开票单位ID")
50
+    @ApiModelProperty(value = "开票单位名称")
51
+    private String invoiceOrgName;
52
+
53
+    @ApiModelProperty(value = "所属单位ID")
51 54
     private String orgId;
52 55
 
53 56
     @ApiModelProperty(value = "单位名称")