vince
2024-12-13 d3e48589ea2719cdde41b87fc1ad80f4ee509bac
src/main/java/com/fzzy/gateway/entity/GatewayDevice.java
@@ -153,4 +153,8 @@
    @PropertyDef(label = "备注", description = "备注信息")
    private String remark;
    @Column(name = "BH_ID_", length = 50)
    @PropertyDef(label = "分机内部仓库编码")
    private String bhId;
}