国家地区清单新增逻辑bug修复
This commit is contained in:
+3
-3
@@ -19,17 +19,17 @@ public class ExportEmptyModel {
|
||||
@Excel(name = "标准实施日期",orderNum = "2" ,width = 20.0,exportFormat = "yyyy-MM-dd")
|
||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
private Date bzssrq;
|
||||
private Date ssrq;
|
||||
|
||||
@Excel(name = "新车型实施日期",orderNum = "3" ,width = 20.0,exportFormat = "yyyy-MM-dd")
|
||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
private Date xcxssrq;
|
||||
private Date xcxssrqgj;
|
||||
|
||||
@Excel(name = "在产车实施日期",orderNum = "4" ,width = 20.0,exportFormat = "yyyy-MM-dd")
|
||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
private Date zccssrq;
|
||||
private Date zccssrqgj;
|
||||
|
||||
private String standId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user