From 0b04f664887c73e90bf684a4e69c0fdbfe26349d Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 29 三月 2023 13:35:20 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-bean/src/main/java/com/java110/dto/userStorehouse/UserStorehouseDto.java |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 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..7f11c27 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,11 @@
     private Date createTime;
     private String statusCd = "0";
 
+    private String isFixed;
+    private String isFixedName;
+    private String lagerStockZero = "0";
+    private String timesId;
+
     public String getResName() {
         return resName;
     }
@@ -232,4 +237,36 @@
     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;
+    }
+
+    public String getTimesId() {
+        return timesId;
+    }
+
+    public void setTimesId(String timesId) {
+        this.timesId = timesId;
+    }
 }

--
Gitblit v1.8.0