张延森 2 years ago
parent
commit
5b0c96bca9
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      src/main/java/com/njyunzhi/invoice/entity/TaInvoiceDetail.java

+ 4
- 1
src/main/java/com/njyunzhi/invoice/entity/TaInvoiceDetail.java View File

47
     @ApiModelProperty(value = "开票单位ID")
47
     @ApiModelProperty(value = "开票单位ID")
48
     private String invoiceOrgId;
48
     private String invoiceOrgId;
49
 
49
 
50
-    @ApiModelProperty(value = "开票单位ID")
50
+    @ApiModelProperty(value = "开票单位名称")
51
+    private String invoiceOrgName;
52
+
53
+    @ApiModelProperty(value = "所属单位ID")
51
     private String orgId;
54
     private String orgId;
52
 
55
 
53
     @ApiModelProperty(value = "单位名称")
56
     @ApiModelProperty(value = "单位名称")