jiazx0107@163.com
2023-08-18 18c35e5010d11a49a4ce4f346e760a9bd1988c6c
igds-core/src/main/java/com/ld/igds/models/Depot.java
@@ -40,6 +40,10 @@
    @Column(name = "DEPT_ID_", length = 40)
    @PropertyDef(label = "所属分库")
    private String deptId;
    @Column(name = "ggm", length = 50)
    @PropertyDef(label = "国规码")
    private String ggm;
    @Column(name = "NAME_", length = 50)
    @PropertyDef(label = "货位名称")
@@ -112,9 +116,10 @@
    @Column(name = "STORE_KEEPER_NAME_", length = 50)
    @PropertyDef(label = "保管员", description = "中文名称")
    private String storeKeeperName;
    @Column(name = "STORE_DATE_")
    @PropertyDef(label = "入库时间", description = "默认空,通过库存变更")
    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private Date storeDate;
    @Column(name = "CHECK_DATE_")