Browse Source

epc上传时间显示

master
常熟吴彦祖 3 weeks ago
parent
commit
0e8d4db50e
  1. 2
      src/main/java/com/xujie/sys/modules/pms/entity/MesTidEpcLogEntity.java

2
src/main/java/com/xujie/sys/modules/pms/entity/MesTidEpcLogEntity.java

@ -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;
// ==================== 备注 ====================

Loading…
Cancel
Save