From 7aba2103c4b3ea72e8e0fd79dc88be0e251c1c33 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期日, 12 四月 2026 16:03:02 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/entity/WrkMastLog.java |   10 +++++++++-
 1 files changed, 9 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 efbd735..b5d54d2 100644
--- a/src/main/java/com/zy/asrs/entity/WrkMastLog.java
+++ b/src/main/java/com/zy/asrs/entity/WrkMastLog.java
@@ -147,6 +147,10 @@
     @TableField("plt_type")
     private Integer pltType;
 
+    @ApiModelProperty(value= "")
+    @TableField("batch_seq")
+    private String batchSeq;
+
     /**
      * 绌烘澘
      */
@@ -176,7 +180,7 @@
     @TableField("mtn_type")
     private Double mtnType;
 
-    @ApiModelProperty(value= "")
+    @ApiModelProperty(value= "涓氬姟鍗曞彿")
     @TableField("user_no")
     private String userNo;
 
@@ -351,6 +355,10 @@
         return null;
     }
 
+    public long getWrkSts(){
+        return (long)this.wrkSts;
+    }
+
     public String getIoType$(){
         BasWrkIotypeService service = SpringUtils.getBean(BasWrkIotypeService.class);
         BasWrkIotype basWrkIotype = service.selectById(this.ioType);

--
Gitblit v1.9.1