From eba78ba8fec77a2781444d27098a5ea78512635b Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期六, 12 六月 2021 00:35:12 +0800
Subject: [PATCH] 加入报表工鞥呢

---
 java110-bean/src/main/java/com/java110/po/purchase/ResourceStorePo.java |   90 ++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 81 insertions(+), 9 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/po/purchase/ResourceStorePo.java b/java110-bean/src/main/java/com/java110/po/purchase/ResourceStorePo.java
old mode 100644
new mode 100755
index 5043d62..2fc89ef
--- a/java110-bean/src/main/java/com/java110/po/purchase/ResourceStorePo.java
+++ b/java110-bean/src/main/java/com/java110/po/purchase/ResourceStorePo.java
@@ -21,16 +21,24 @@
     private String price;
     private String stock;
     private String statusCd = "0";
-    private String goodsType;
     private String unitCode;
     private String remark;
     private String outLowPrice;
     private String outHighPrice;
     private String showMobile;
     private String createTime;
+    private String shId;
     private String bId;
     private List<String> photos;
     private List<String> fileUrls;
+    private String warningStock;
+    private String averagePrice;
+    private String purchasePrice;
+    private String resOrderType;
+    private String rstId;
+    private String rstName;
+    private String rssId;
+    private String rssName;
 
     public String getResId() {
         return resId;
@@ -94,14 +102,6 @@
 
     public void setStatusCd(String statusCd) {
         this.statusCd = statusCd;
-    }
-
-    public String getGoodsType() {
-        return goodsType;
-    }
-
-    public void setGoodsType(String goodsType) {
-        this.goodsType = goodsType;
     }
 
     public String getUnitCode() {
@@ -175,4 +175,76 @@
     public void setFileUrls(List<String> fileUrls) {
         this.fileUrls = fileUrls;
     }
+
+    public String getShId() {
+        return shId;
+    }
+
+    public void setShId(String shId) {
+        this.shId = shId;
+    }
+
+    public String getWarningStock() {
+        return warningStock;
+    }
+
+    public void setWarningStock(String warningStock) {
+        this.warningStock = warningStock;
+    }
+
+    public String getAveragePrice() {
+        return averagePrice;
+    }
+
+    public void setAveragePrice(String averagePrice) {
+        this.averagePrice = averagePrice;
+    }
+
+    public String getPurchasePrice() {
+        return purchasePrice;
+    }
+
+    public void setPurchasePrice(String purchasePrice) {
+        this.purchasePrice = purchasePrice;
+    }
+
+    public String getResOrderType() {
+        return resOrderType;
+    }
+
+    public void setResOrderType(String resOrderType) {
+        this.resOrderType = resOrderType;
+    }
+
+    public String getRstId() {
+        return rstId;
+    }
+
+    public void setRstId(String rstId) {
+        this.rstId = rstId;
+    }
+
+    public String getRstName() {
+        return rstName;
+    }
+
+    public void setRstName(String rstName) {
+        this.rstName = rstName;
+    }
+
+    public String getRssId() {
+        return rssId;
+    }
+
+    public void setRssId(String rssId) {
+        this.rssId = rssId;
+    }
+
+    public String getRssName() {
+        return rssName;
+    }
+
+    public void setRssName(String rssName) {
+        this.rssName = rssName;
+    }
 }

--
Gitblit v1.8.0