vince
2024-03-01 f7178996ca77a1bccc941c0e7a73b36803e508cb
src/main/java/com/fzzy/gateway/entity/GatewayDevice.java
@@ -59,6 +59,10 @@
    @PropertyDef(label = "库区系统仓库编码")
    private String depotIdSys;
    @Column(name = "DEPOT_TYPE_", length = 10)
    @PropertyDef(label = "仓库类型", description = "平房仓")
    private String depotType;
    @Column(name = "IP_", length = 20)
    @PropertyDef(label = "通讯IP")
    private String ip;
@@ -149,4 +153,8 @@
    @PropertyDef(label = "备注", description = "备注信息")
    private String remark;
    @Column(name = "BH_ID_", length = 50)
    @PropertyDef(label = "分机内部仓库编码")
    private String bhId;
}