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, // 机台号[非空]