*
lsh
2025-07-30 ba1fd16f681598ace796d00032d689bacc3ff972
src/main/java/com/zy/asrs/entity/WrkMastSta.java
@@ -100,7 +100,7 @@
    /**
     * 工作类型
     */
    @ApiModelProperty(value= "工作类型  1:取(叠盘)  2:拆盘  5:满取  6:满放")
    @ApiModelProperty(value= "工作类型  1:取(叠盘)  2:拆盘   5:满取  6:满放 ")
    @TableField("wrk_type")
    private Integer wrkType;
@@ -122,7 +122,7 @@
    public WrkMastSta() {}
    public WrkMastSta(Date now, Integer staStart) {
        this.wrkNo = staStart.longValue()+9999;
        this.wrkNo = staStart.longValue()+19999;
        this.wrkStart = staStart;
        this.wrkEnd = staStart;
        this.staStart = staStart;