发票添加 实际开票客户 开票项目;

This commit is contained in:
王奎兴
2026-02-27 17:06:09 +08:00
parent 5c9650fb50
commit d1864f45a4
7 changed files with 7 additions and 56 deletions
@@ -203,12 +203,5 @@ public class BmsInvoiceList extends BaseVOEntity {
@ApiModelProperty(value = "一级组织ID") @ApiModelProperty(value = "一级组织ID")
@Excel(name = "一级组织ID", width = 15) @Excel(name = "一级组织ID", width = 15)
private Long topOrganizationId; private Long topOrganizationId;
/**实际开票客户*/
@ApiModelProperty(value = "实际开票客户")
@Excel(name = "实际开票客户", width = 15)
private String actualInvoiceCustomer;
/**开票项目*/
@ApiModelProperty(value = "开票项目")
@Excel(name = "开票项目", width = 15)
private String invoiceProjects;
} }
@@ -63,12 +63,5 @@ public class BmsInvoiceListAddDTO implements Serializable {
@ApiModelProperty(value = "对账单id") @ApiModelProperty(value = "对账单id")
@Excel(name = "对账单id", width = 15) @Excel(name = "对账单id", width = 15)
private Long billManageId; private Long billManageId;
/**实际开票客户*/
@ApiModelProperty(value = "实际开票客户")
@Excel(name = "实际开票客户", width = 15)
private String actualInvoiceCustomer;
/**开票项目*/
@ApiModelProperty(value = "开票项目")
@Excel(name = "开票项目", width = 15)
private String invoiceProjects;
} }
@@ -134,12 +134,5 @@ public class BmsInvoiceListDTO implements Serializable {
@ApiModelProperty(value = "开票表集合") @ApiModelProperty(value = "开票表集合")
@Excel(name = "开票表集合", width = 15) @Excel(name = "开票表集合", width = 15)
private List<BmsMakeOutInvoice> bmsMakeOutInvoices; private List<BmsMakeOutInvoice> bmsMakeOutInvoices;
/**实际开票客户*/
@ApiModelProperty(value = "实际开票客户")
@Excel(name = "实际开票客户", width = 15)
private String actualInvoiceCustomer;
/**开票项目*/
@ApiModelProperty(value = "开票项目")
@Excel(name = "开票项目", width = 15)
private String invoiceProjects;
} }
@@ -82,12 +82,5 @@ public class BmsInvoiceListInvoiceStateDTO implements Serializable {
@ApiModelProperty(value = "操作类型(取消申请-0,驳回-1") @ApiModelProperty(value = "操作类型(取消申请-0,驳回-1")
@Excel(name = "操作类型(取消申请-0,驳回-1", width = 15) @Excel(name = "操作类型(取消申请-0,驳回-1", width = 15)
private Integer operateType; private Integer operateType;
/**实际开票客户*/
@ApiModelProperty(value = "实际开票客户")
@Excel(name = "实际开票客户", width = 15)
private String actualInvoiceCustomer;
/**开票项目*/
@ApiModelProperty(value = "开票项目")
@Excel(name = "开票项目", width = 15)
private String invoiceProjects;
} }
@@ -137,12 +137,5 @@ public class BmsInvoiceListQueryDTO implements Serializable {
/**一级组织ID*/ /**一级组织ID*/
@ApiModelProperty(value = "一级组织ID") @ApiModelProperty(value = "一级组织ID")
private Long topOrganizationId; private Long topOrganizationId;
/**实际开票客户*/
@ApiModelProperty(value = "实际开票客户")
@Excel(name = "实际开票客户", width = 15)
private String actualInvoiceCustomer;
/**开票项目*/
@ApiModelProperty(value = "开票项目")
@Excel(name = "开票项目", width = 15)
private String invoiceProjects;
} }
@@ -176,13 +176,6 @@ public class BmsInvoiceListDetailsVO implements Serializable {
@ApiModelProperty(value = "开票时间") @ApiModelProperty(value = "开票时间")
private Date invoiceMakeTime; private Date invoiceMakeTime;
/**实际开票客户*/
@ApiModelProperty(value = "实际开票客户")
@Excel(name = "实际开票客户", width = 15)
private String actualInvoiceCustomer;
/**开票项目*/
@ApiModelProperty(value = "开票项目")
@Excel(name = "开票项目", width = 15)
private String invoiceProjects;
} }
@@ -184,14 +184,7 @@ public class BmsInvoiceListVO implements Serializable {
/**一级组织ID*/ /**一级组织ID*/
@ApiModelProperty(value = "一级组织ID") @ApiModelProperty(value = "一级组织ID")
private Long topOrganizationId; private Long topOrganizationId;
/**实际开票客户*/
@ApiModelProperty(value = "实际开票客户")
@Excel(name = "实际开票客户", width = 15)
private String actualInvoiceCustomer;
/**开票项目*/
@ApiModelProperty(value = "开票项目")
@Excel(name = "开票项目", width = 15)
private String invoiceProjects;
public void setTransportationIds(String transportationIds) { public void setTransportationIds(String transportationIds) {
this.transportationIds = transportationIds; this.transportationIds = transportationIds;