合同管理出账日保存不上问题;
This commit is contained in:
+3
@@ -160,6 +160,9 @@ public class ContractManage extends BaseVOEntity{
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
private Date paymentDate;
|
||||
|
||||
@ApiModelProperty(name = "出账天数")
|
||||
private Integer billDays;
|
||||
|
||||
@ApiModelProperty(name = "主体类型(1-货主,2-客户,3-承运商)")
|
||||
private Integer principalType;
|
||||
|
||||
|
||||
+3
@@ -169,6 +169,9 @@ public class ContractManagePO extends BaseVOEntity{
|
||||
@JsonFormat(pattern = "d", timezone = "GMT+8")
|
||||
private Date paymentDate;
|
||||
|
||||
@ApiModelProperty(name = "出账天数")
|
||||
private Integer billDays;
|
||||
|
||||
@ApiModelProperty(name = "主体类型(1-货主,2-客户,3-承运商)")
|
||||
private Integer principalType;
|
||||
|
||||
|
||||
+3
@@ -199,6 +199,9 @@ public class ContractManageDO extends BaseVOEntity{
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
private Date paymentDate;
|
||||
|
||||
@ApiModelProperty(name = "出账天数")
|
||||
private Integer billDays;
|
||||
|
||||
@ApiModelProperty(name = "主体类型(1-货主,2-客户,3-承运商)")
|
||||
private Integer principalType;
|
||||
|
||||
|
||||
+3
@@ -190,6 +190,9 @@ public class ContractManageDTO extends BaseVOEntity{
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
private Date paymentDate;
|
||||
|
||||
@ApiModelProperty(name = "出账天数")
|
||||
private Integer billDays;
|
||||
|
||||
@ApiModelProperty(name = "主体类型(1-货主,2-客户,3-承运商)")
|
||||
private Integer principalType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user