[修改]来款管理端--工作组成员--导出和下载模板--预计到账日期改为预估到账日期
This commit is contained in:
+3
-3
@@ -385,11 +385,11 @@ public class PayMemberProjectSubitem implements Serializable {
|
||||
//@TableField(exist = false)
|
||||
//private String postContactName;
|
||||
|
||||
/**预计到账日期*/
|
||||
/**预估到账日期*/
|
||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||
@ApiModelProperty(value = "预计到账日期")
|
||||
@Excel(name = "预计到账日期", width = 15,orderNum = "9")
|
||||
@ApiModelProperty(value = "预估到账日期")
|
||||
@Excel(name = "预估到账日期", width = 15,orderNum = "9")
|
||||
private String estimatedArrivalDate;
|
||||
|
||||
/**预计到账开始日期*/
|
||||
|
||||
+3
-3
@@ -126,11 +126,11 @@ public class PayWorkingGroupSubItem implements Serializable {
|
||||
@JsonFormat(shape = JsonFormat.Shape.STRING)
|
||||
private BigDecimal receivableAmount;
|
||||
|
||||
/**预计到账日期*/
|
||||
/**预估到账日期*/
|
||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||
@ApiModelProperty(value = "预计到账日期")
|
||||
@Excel(name = "预计到账日期",width = 15,format = "yyyy-MM-dd")
|
||||
@ApiModelProperty(value = "预估到账日期")
|
||||
@Excel(name = "预估到账日期",width = 15,format = "yyyy-MM-dd")
|
||||
private String estimatedArrivalDate;
|
||||
|
||||
/**实收金额(元)*/
|
||||
|
||||
+3
-3
@@ -54,11 +54,11 @@ public class PayWorkingGroupSubItemExcel implements Serializable {
|
||||
@JsonFormat(shape = JsonFormat.Shape.STRING)
|
||||
private BigDecimal paidAmount;
|
||||
|
||||
/**预计到账日期*/
|
||||
/**预估到账日期*/
|
||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||
@ApiModelProperty(value = "预计到账日期")
|
||||
@Excel(name = "预计到账日期",width = 15)
|
||||
@ApiModelProperty(value = "预估到账日期")
|
||||
@Excel(name = "预估到账日期",width = 15)
|
||||
private String estimatedArrivalDate;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user