*
L
2025-07-12 75bd6db4408e4e7dd40e0ebcc7f6afa074dffbe6
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;