From aad5ff1dbc5fb61ad5a01d13573560ed5aae9b04 Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期二, 07 十月 2025 13:17:35 +0800
Subject: [PATCH] #和得服务器

---
 src/main/java/com/zy/asrs/entity/BasRgvOpt.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/BasRgvOpt.java b/src/main/java/com/zy/asrs/entity/BasRgvOpt.java
index cfad4ad..4a2437c 100644
--- a/src/main/java/com/zy/asrs/entity/BasRgvOpt.java
+++ b/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(

--
Gitblit v1.9.1