src/main/java/com/zy/asrs/entity/BasCrnp.java
@@ -111,6 +111,13 @@ @TableField("max_out_task") private Integer maxOutTask; /** * 指定库位需要亮灯 */ @ApiModelProperty(value= "最大出库任务数") @TableField("arr") private String arr; public BasCrnp() {} public BasCrnp(Integer status,Integer wrkNo,String inEnable,String outEnable,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {