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/userStorehouse/UserStorehouseDto.java |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/dto/userStorehouse/UserStorehouseDto.java b/java110-bean/src/main/java/com/java110/dto/userStorehouse/UserStorehouseDto.java
index 01442d5..46c0f50 100644
--- a/java110-bean/src/main/java/com/java110/dto/userStorehouse/UserStorehouseDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/userStorehouse/UserStorehouseDto.java
@@ -41,6 +41,10 @@
     private Date createTime;
     private String statusCd = "0";
 
+    private String isFixed;
+    private String isFixedName;
+    private String lagerStockZero = "0";
+
     public String getResName() {
         return resName;
     }
@@ -232,4 +236,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 getLagerStockZero() {
+        return lagerStockZero;
+    }
+
+    public void setLagerStockZero(String lagerStockZero) {
+        this.lagerStockZero = lagerStockZero;
+    }
 }

--
Gitblit v1.8.0