自动化立体仓库 - WMS系统
skyouc
7 天以前 e350fc16a0655dee101b3198cfa6bd6a6b56877c
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,    // 机台号[非空]