|
|
@ -51,7 +51,7 @@ public class IcMoveInRecordExcel { |
|
|
|
@ExcelProperty(value = "迁入时间") |
|
|
|
@ColumnWidth(20) |
|
|
|
@Excel(name = "迁入时间") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
|
private Date inTime; |
|
|
|
|
|
|
|
@ExcelProperty(value = "迁入原因") |
|
|
|