lty
2025-08-14 fc86a263ca2ffdb0e701261ff3b1e730b2065542
src/main/java/com/zy/asrs/entity/BasRgvOpt.java
@@ -23,7 +23,7 @@
     * ID
     */
    @ApiModelProperty(value= "ID")
    @TableId(value = "id", type = IdType.INPUT)
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    /**
@@ -181,6 +181,18 @@
        this.updateBy = updateBy;
    }
    public BasRgvOpt(Integer wrkNo1,  Integer rgvNo, Date sendTime, String mode, Integer sourceSta, Integer posSta,  Integer response, Date updateTime, Long updateBy) {
        this.wrkNo1 = wrkNo1;
        this.rgvNo = rgvNo;
        this.sendTime = sendTime;
        this.mode = mode;
        this.sourceSta = sourceSta;
        this.posSta = posSta;
        this.response = response;
        this.updateTime = updateTime;
        this.updateBy = updateBy;
    }
//    BasRgvOpt basRgvOpt = new BasRgvOpt(
//            null,    // ID[非空]
//            null,    // 任务号