| | |
| | | @TableField("control_rows") |
| | | private String controlRows; |
| | | |
| | | @ApiModelProperty(value= "深库位排号") |
| | | @TableField("deep_rows") |
| | | private String deepRows; |
| | | |
| | | /** |
| | | * 入站列表 |
| | | */ |
| | |
| | | @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) { |