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 | 54 +++++++++++++++++++++++++++++++++++++++++++++---------
1 files changed, 45 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 f165892..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,7 +21,6 @@
private String price;
private String stock;
private String statusCd = "0";
- private String goodsType;
private String unitCode;
private String remark;
private String outLowPrice;
@@ -35,6 +34,11 @@
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;
@@ -98,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() {
@@ -211,4 +207,44 @@
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