#
zwl
3 天以前 ec3fa1a4209062eb95388d19474dd8b5a3ac9c0f
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) {