From 8067f46ddedde36c4e0f8ab9c7fbbdc29c2b0bad Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期二, 21 二月 2023 11:02:12 +0800
Subject: [PATCH] 优化代码

---
 java110-bean/src/main/java/com/java110/dto/allocationUserStorehouse/AllocationUserStorehouseDto.java |   28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/dto/allocationUserStorehouse/AllocationUserStorehouseDto.java b/java110-bean/src/main/java/com/java110/dto/allocationUserStorehouse/AllocationUserStorehouseDto.java
index 941d3d5..81d9593 100644
--- a/java110-bean/src/main/java/com/java110/dto/allocationUserStorehouse/AllocationUserStorehouseDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/allocationUserStorehouse/AllocationUserStorehouseDto.java
@@ -41,6 +41,9 @@
     private String unitCodeName;
     private String miniUnitCodeName;
 
+    private String isFixed;
+    private String isFixedName;
+    private String resCode;
 
     public String getAcceptUserId() {
         return acceptUserId;
@@ -121,7 +124,6 @@
     public void setStock(String stock) {
         this.stock = stock;
     }
-
 
     public Date getCreateTime() {
         return createTime;
@@ -226,4 +228,28 @@
     public void setParentRstId(String parentRstId) {
         this.parentRstId = parentRstId;
     }
+
+    public String getIsFixed() {
+        return isFixed;
+    }
+
+    public void setIsFixed(String isFixed) {
+        this.isFixed = isFixed;
+    }
+
+    public String getIsFixedName() {
+        return isFixedName;
+    }
+
+    public void setIsFixedName(String isFixedName) {
+        this.isFixedName = isFixedName;
+    }
+
+    public String getResCode() {
+        return resCode;
+    }
+
+    public void setResCode(String resCode) {
+        this.resCode = resCode;
+    }
 }

--
Gitblit v1.8.0