From ac79dfd8d661dbe166553ff80fbdbfee64e8134e Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期二, 28 四月 2026 16:02:20 +0800
Subject: [PATCH] feat(production): 添加工序ID字段支持

---
 src/main/java/com/ruoyi/production/pojo/ProductProcess.java |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/ruoyi/production/pojo/ProductProcess.java b/src/main/java/com/ruoyi/production/pojo/ProductProcess.java
index 18fe087..7c9c7d4 100644
--- a/src/main/java/com/ruoyi/production/pojo/ProductProcess.java
+++ b/src/main/java/com/ruoyi/production/pojo/ProductProcess.java
@@ -55,16 +55,20 @@
     @Excel(name = "澶囨敞")
     private String remark;
 
+    @ApiModelProperty(value ="鎶ュ伐浜篿ds")
+    @TableField(value = "user_ids")
+    @Excel(name = "鎶ュ伐浜篿ds")
+    private String userIds;
 
     /**
      * 宸ヨ祫瀹氶
      */
     @Excel(name = "宸ヨ祫瀹氶")
-    @TableField(updateStrategy = FieldStrategy.IGNORED)
+//    @TableField(updateStrategy = FieldStrategy.IGNORED)
     private BigDecimal salaryQuota;
 
     @ApiModelProperty("绫诲瀷 鍖哄垎鏄鏃惰繕鏄浠� 0 璁℃椂 1璁′欢")
-    @Excel(name = "绫诲瀷 0 璁℃椂 1璁′欢")
+//    @Excel(name = "绫诲瀷 0 璁℃椂 1璁′欢")
     private Long type;
 
     /**
@@ -98,4 +102,11 @@
     @ApiModelProperty(value ="璁惧id")
     @TableField(value = "device_id")
     private Long deviceId;
+    @ApiModelProperty(value = "鍒涘缓鐢ㄦ埛")
+    @TableField(fill = FieldFill.INSERT)
+    private Integer createUser;
+
+    @TableField(fill = FieldFill.INSERT)
+    private Long deptId;
+
 }

--
Gitblit v1.9.3