From e14a4372b6bd4a38e40a3a68bde32350d96071ab Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期四, 15 一月 2026 13:11:56 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/entity/WrkMastLog.java |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/WrkMastLog.java b/src/main/java/com/zy/asrs/entity/WrkMastLog.java
index 2d87a39..4212cba 100644
--- a/src/main/java/com/zy/asrs/entity/WrkMastLog.java
+++ b/src/main/java/com/zy/asrs/entity/WrkMastLog.java
@@ -3,7 +3,6 @@
 import com.baomidou.mybatisplus.annotations.TableField;
 import com.baomidou.mybatisplus.annotations.TableId;
 import com.baomidou.mybatisplus.annotations.TableName;
-import com.baomidou.mybatisplus.enums.FieldStrategy;
 import com.baomidou.mybatisplus.enums.IdType;
 import com.core.common.Cools;
 import com.core.common.SpringUtils;
@@ -153,6 +152,13 @@
     @TableField(value = "crn_no")
     private Integer crnNo;
 
+     /**
+     * 鍙屽伐浣嶅爢鍨涙満鍙�
+     */
+    @ApiModelProperty(value= "鍙屽伐浣嶅爢鍨涙満鍙�")
+    @TableField(value = "dual_crn_no")
+    private Integer dualCrnNo;
+
     /**
      * RGV鍙�
      */
@@ -174,6 +180,20 @@
     @TableField(value = "system_msg")
     private String systemMsg;
 
+    /**
+     * 鎵规鍙�
+     */
+    @ApiModelProperty(value= "鎵规鍙�")
+    @TableField(value = "batch")
+    private String batch;
+
+    /**
+     * 椤哄簭鍙�
+     */
+    @ApiModelProperty(value= "椤哄簭鍙�")
+    @TableField(value = "batch_seq")
+    private Integer batchSeq;
+
     public WrkMastLog() {}
 
     public String getWrkSts$(){

--
Gitblit v1.9.1