#
cpT
9 天以前 8382f1250bcfd840ba389ee5c38495e2519a1e5d
src/main/java/com/zy/asrs/entity/BasDualCrnp.java
@@ -138,9 +138,23 @@
    @TableField("max_out_task")
    private Integer maxOutTask;
    /**
     * 工位1禁止执行列
     */
    @ApiModelProperty(value= "工位1禁止执行列")
    @TableField("disable_station_one_bays")
    private String disableStationOneBays;
    /**
     * 工位2禁止执行列
     */
    @ApiModelProperty(value= "工位2禁止执行列")
    @TableField("disable_station_two_bays")
    private String disableStationTwoBays;
    public BasDualCrnp() {}
    public BasDualCrnp(Integer status,Integer wrkNo,String inEnable,String outEnable,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo,String controlRows,String deepRows,String inStationList,String outStationList,Integer maxInTask,Integer maxOutTask) {
    public BasDualCrnp(Integer status,Integer wrkNo,String inEnable,String outEnable,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo,String controlRows,String deepRows,String inStationList,String outStationList,Integer maxInTask,Integer maxOutTask,String disableStationOneBays,String disableStationTwoBays) {
        this.status = status;
        this.wrkNo = wrkNo;
        this.inEnable = inEnable;