|
|
|
@ -147,6 +147,8 @@ public class MesTidEpcLogEntity { |
|
|
|
* 上传时间 |
|
|
|
*/ |
|
|
|
@TableField("upload_time") |
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
|
private Date uploadTime; |
|
|
|
|
|
|
|
// ==================== 备注 ==================== |
|
|
|
|