src/main/java/zy/cloud/wms/manager/entity/Item.java
@@ -144,12 +144,14 @@ @TableField("type") private String type; @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") @TableField("real_start_time") @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") private Date realStartTime; @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") @TableField("real_end_time") @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") private Date realEndTime; @TableField("real_month")