From 2d079ac843ebcb335f2ef7d6952f9700a16fddde Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 05 五月 2021 14:11:00 +0800
Subject: [PATCH] 游湖阿底阿妈

---
 java110-bean/src/main/java/com/java110/dto/userStorehouse/UserStorehouseDto.java |   57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 54 insertions(+), 3 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 f27f5d0..958200a 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
@@ -21,12 +21,16 @@
     private String resId;
     private String userId;
     private String usId;
-
+    private String resCode;
+    private String goodsTypeName;
+    private String goodsType;
+    private String outLowPrice;
+    private String outHighPrice;
+    private String outPrice;
 
     private Date createTime;
 
     private String statusCd = "0";
-
 
     public String getResName() {
         return resName;
@@ -76,7 +80,6 @@
         this.usId = usId;
     }
 
-
     public Date getCreateTime() {
         return createTime;
     }
@@ -92,4 +95,52 @@
     public void setStatusCd(String statusCd) {
         this.statusCd = statusCd;
     }
+
+    public String getResCode() {
+        return resCode;
+    }
+
+    public void setResCode(String resCode) {
+        this.resCode = resCode;
+    }
+
+    public String getGoodsTypeName() {
+        return goodsTypeName;
+    }
+
+    public void setGoodsTypeName(String goodsTypeName) {
+        this.goodsTypeName = goodsTypeName;
+    }
+
+    public String getGoodsType() {
+        return goodsType;
+    }
+
+    public void setGoodsType(String goodsType) {
+        this.goodsType = goodsType;
+    }
+
+    public String getOutLowPrice() {
+        return outLowPrice;
+    }
+
+    public void setOutLowPrice(String outLowPrice) {
+        this.outLowPrice = outLowPrice;
+    }
+
+    public String getOutHighPrice() {
+        return outHighPrice;
+    }
+
+    public void setOutHighPrice(String outHighPrice) {
+        this.outHighPrice = outHighPrice;
+    }
+
+    public String getOutPrice() {
+        return outPrice;
+    }
+
+    public void setOutPrice(String outPrice) {
+        this.outPrice = outPrice;
+    }
 }

--
Gitblit v1.8.0