src/main/java/com/zy/asrs/entity/BasCrnp.java
@@ -93,6 +93,20 @@ @TableField("out_station_list") private String outStationList; /** * 最大入库任务数 */ @ApiModelProperty(value= "最大入库任务数") @TableField("max_in_task") private Integer maxInTask; /** * 最大出库任务数 */ @ApiModelProperty(value= "最大出库任务数") @TableField("max_out_task") private Integer maxOutTask; public BasCrnp() {} public BasCrnp(Integer status,Integer wrkNo,String inEnable,String outEnable,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {