bms2相关修改;

This commit is contained in:
王奎兴
2026-03-18 17:41:08 +08:00
parent b0c85db265
commit 347c3dc4c7
36 changed files with 593 additions and 21 deletions
@@ -272,4 +272,8 @@ public class BillManageDTO extends BaseVOEntity{
private String receivablePushTimeStart;
private String paymentPushTimeEnd;
private String paymentPushTimeStart;
@ApiModelProperty("收款帐户")
private String paymentAccountId;
@ApiModelProperty("收款帐户名称")
private String paymentAccountName;
}
@@ -244,6 +244,10 @@ public class BillingStatementDTO extends BaseVOEntity{
@ApiModelProperty("业务员ID")
private String salesmanName;
@ApiModelProperty("收款帐户")
private String paymentAccountId;
@ApiModelProperty("收款帐户名称")
private String paymentAccountName;
private List<BillingStatementADDVO> billingStatementList;
}
@@ -209,4 +209,8 @@ public class BusinessDocumentDTO extends BaseVOEntity{
private String salesmanName;
@ApiModelProperty("税率")
private String taxRate;
@ApiModelProperty("收款帐户")
private String paymentAccountId;
@ApiModelProperty("收款帐户名称")
private String paymentAccountName;
}
@@ -101,5 +101,6 @@ public class SettlementCustomersDTO extends BaseVOEntity{
@ApiModelProperty("项目名称")
private String projectName;
}
@ApiModelProperty(name = "nc编码")
private String ncCode;
}