自动化立体仓库 - WMS系统
skyouc
8 天以前 51ee242a62364a98af86b9bd3b9d191cd75c2f18
src/main/java/com/zy/asrs/entity/LocAroundBind.java
@@ -47,6 +47,10 @@
    @TableField("b_loc_no")
    private String bLocNo;
    @ApiModelProperty("是否默认")
    @TableField("is_default")
    private Integer isDefault;
    public LocAroundBind() {}
    public LocAroundBind(Long devId,String devNo,Long bLocId,String bLocNo) {
@@ -56,6 +60,14 @@
        this.bLocNo = bLocNo;
    }
    public String getDef$() {
        if (this.isDefault == 0) {
            return "否";
        } else {
            return "是";
        }
    }
//    LocAroundBind locAroundBind = new LocAroundBind(
//            null,    // 机台ID[非空]
//            null,    // 机台号[非空]