#
Junjie
3 天以前 3b564661c82994ad96229b07a6fd5c9d1648aab2
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) {