bms2相关修改;
This commit is contained in:
@@ -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;
|
||||
}
|
||||
+4
@@ -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;
|
||||
|
||||
}
|
||||
+4
@@ -209,4 +209,8 @@ public class BusinessDocumentDTO extends BaseVOEntity{
|
||||
private String salesmanName;
|
||||
@ApiModelProperty("税率")
|
||||
private String taxRate;
|
||||
@ApiModelProperty("收款帐户")
|
||||
private String paymentAccountId;
|
||||
@ApiModelProperty("收款帐户名称")
|
||||
private String paymentAccountName;
|
||||
}
|
||||
+3
-2
@@ -101,5 +101,6 @@ public class SettlementCustomersDTO extends BaseVOEntity{
|
||||
|
||||
@ApiModelProperty("项目名称")
|
||||
private String projectName;
|
||||
|
||||
}
|
||||
@ApiModelProperty(name = "nc编码")
|
||||
private String ncCode;
|
||||
}
|
||||
Reference in New Issue
Block a user