Przeglądaj źródła

update确认支数时间

qiangxuan 1 miesiąc temu
rodzic
commit
fefbecbc12

+ 9 - 0
zgzt-sys-java/jeecg-module-conn/src/main/java/org/jeecg/modules/storageBill/entity/StorageBill.java

@@ -189,4 +189,13 @@ public class StorageBill implements Serializable {
     @ApiModelProperty(value = "新站台or旧站台(0 新站台 1 旧站台)")
     private Integer newOldPlatform;
 
+
+    /**
+     * 确认支数时间
+     */
+    @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
+    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
+    @ApiModelProperty(value = "确认支数时间")
+    private Date confirmNumTime;
+
 }