|
@@ -41,7 +41,7 @@ public class CenterdataTHousingconstructionSteelcylinderLog extends BaseBusiness
|
|
/**
|
|
/**
|
|
* 入库时间
|
|
* 入库时间
|
|
*/
|
|
*/
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@Excel(name = "入库时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
@Excel(name = "入库时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
private Date joinWarehouseTime;
|
|
private Date joinWarehouseTime;
|
|
|
|
|
|
@@ -49,7 +49,7 @@ public class CenterdataTHousingconstructionSteelcylinderLog extends BaseBusiness
|
|
@Excel(name = "检查员")
|
|
@Excel(name = "检查员")
|
|
private String inspectorName;//检查员
|
|
private String inspectorName;//检查员
|
|
|
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@Excel(name = "检查时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
@Excel(name = "检查时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
private Date inspectorTime;//检查时间
|
|
private Date inspectorTime;//检查时间
|
|
private String picture;
|
|
private String picture;
|
|
@@ -63,7 +63,7 @@ public class CenterdataTHousingconstructionSteelcylinderLog extends BaseBusiness
|
|
/**
|
|
/**
|
|
* 充装时间
|
|
* 充装时间
|
|
*/
|
|
*/
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@Excel(name = "充装时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
@Excel(name = "充装时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
private Date fillingTime;
|
|
private Date fillingTime;
|
|
|
|
|
|
@@ -92,7 +92,7 @@ public class CenterdataTHousingconstructionSteelcylinderLog extends BaseBusiness
|
|
/**
|
|
/**
|
|
* 配送时间
|
|
* 配送时间
|
|
*/
|
|
*/
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@Excel(name = "配送时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
@Excel(name = "配送时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
private Date deliveryTime;
|
|
private Date deliveryTime;
|
|
|
|
|
|
@@ -110,7 +110,7 @@ public class CenterdataTHousingconstructionSteelcylinderLog extends BaseBusiness
|
|
/**
|
|
/**
|
|
* 签收时间
|
|
* 签收时间
|
|
*/
|
|
*/
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@Excel(name = "签收时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
@Excel(name = "签收时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
private Date signTime;
|
|
private Date signTime;
|
|
|
|
|
|
@@ -134,7 +134,7 @@ public class CenterdataTHousingconstructionSteelcylinderLog extends BaseBusiness
|
|
/**
|
|
/**
|
|
* 回收时间
|
|
* 回收时间
|
|
*/
|
|
*/
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@Excel(name = "回收时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
@Excel(name = "回收时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
private Date recyclingTime;
|
|
private Date recyclingTime;
|
|
|
|
|