#
lty
2025-09-25 8478a159d79bf9ca5da04ab18562f2d7cdddb05c
src/main/java/com/zy/asrs/entity/BasRgvOpt.java
@@ -111,9 +111,9 @@
    private Integer posLev;
    /**
     * 目标站
     * 执行工位
     */
    @ApiModelProperty(value= "目标站")
    @ApiModelProperty(value= "执行工位")
    @TableField("pos_sta")
    private Integer posSta;
@@ -137,6 +137,7 @@
    @ApiModelProperty(value= "修改人员")
    @TableField("update_by")
    private Long updateBy;
    /**
     * 备注
@@ -188,7 +189,7 @@
        this.updateBy = updateBy;
    }
    public BasRgvOpt(Integer wrkNo1,  Integer rgvNo, Date sendTime, String mode, Integer sourceSta, Integer posSta,  Integer response, Date updateTime, Long updateBy) {
    public BasRgvOpt(Integer wrkNo1,  Integer rgvNo, Date sendTime, String mode, Integer sourceSta, Integer posSta, Date updateTime) {
        this.wrkNo1 = wrkNo1;
        this.rgvNo = rgvNo;
        this.sendTime = sendTime;
@@ -197,7 +198,6 @@
        this.posSta = posSta;
        this.response = response;
        this.updateTime = updateTime;
        this.updateBy = updateBy;
    }
//    BasRgvOpt basRgvOpt = new BasRgvOpt(