fix 打包项目无法导出
This commit is contained in:
@@ -247,7 +247,7 @@ public class PayPackCompany implements Serializable {
|
||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||
@ApiModelProperty(value = "预估到账日期")
|
||||
@Excel(name = "预估到账日期",width = 15,format = "yyyy-MM-dd")
|
||||
@Excel(name = "预估到账日期",width = 15)
|
||||
private String estimatedArrivalDate;
|
||||
|
||||
/**实收金额(元)*/
|
||||
|
||||
Reference in New Issue
Block a user