|
|
@@ -80,12 +80,12 @@ public class ArchivesAuto extends BaseEntity {
|
|
|
/**
|
|
|
* 文件起始时间
|
|
|
*/
|
|
|
- @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyyMMdd")
|
|
|
+ //@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyyMMdd")
|
|
|
private String startDate;
|
|
|
/**
|
|
|
* 文件结束时间
|
|
|
*/
|
|
|
- @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyyMMdd")
|
|
|
+ //@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyyMMdd")
|
|
|
private String endDate;
|
|
|
/**
|
|
|
* 保管期限(单位/年)
|