From c0abc40c3187ffdbde635a7df51c45fe8ed54741 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 29 五月 2025 16:57:13 +0800
Subject: [PATCH] 优先级显示优化 提高优先级,需判断浅库位的优先级

---
 rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/LocItemWorking.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/LocItemWorking.java b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/LocItemWorking.java
index 1dbf238..fa8574c 100644
--- a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/LocItemWorking.java
+++ b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/LocItemWorking.java
@@ -43,9 +43,12 @@
     @ApiModelProperty(value= "涓诲崟ID")
     private Long locId;
 
-    @ApiModelProperty("浠诲姟鏄庣粏ID")
+    @ApiModelProperty("浠诲姟ID")
     private Long taskId;
 
+    @ApiModelProperty("搴撲綅鏄庣粏ID")
+    private Long locItemId;
+
     /**
      * 搴撲綅
      */

--
Gitblit v1.9.1