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/resourceStore/ResourceStoreDto.java | 155 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 154 insertions(+), 1 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/resourceStore/ResourceStoreDto.java b/java110-bean/src/main/java/com/java110/dto/resourceStore/ResourceStoreDto.java
old mode 100644
new mode 100755
index 8fa6caa..87938c0
--- a/java110-bean/src/main/java/com/java110/dto/resourceStore/ResourceStoreDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/resourceStore/ResourceStoreDto.java
@@ -4,6 +4,7 @@
import java.io.Serializable;
import java.util.Date;
+import java.util.List;
/**
* @ClassName FloorDto
@@ -22,12 +23,36 @@
private String storeId;
private String stock;
private String resId;
+ //10000 閲囪喘 20000鍑哄簱
+ private String resOrderType;
+ //鐗╁搧绫诲瀷
+ private String goodsType;
+ //鐗╁搧绫诲瀷鍚嶇О
+ private String goodsTypeName;
+ //鍗曚綅
+ private String unitCode;
+ //澶囨敞
+ private String remark;
+ //瀵瑰鍞环鏈�浣庝环鏍�
+ private String outLowPrice;
+ //瀵瑰鏀堕泦鏈�楂樹环鏍�
+ private String outHighPrice;
+ //瀵瑰鍞环
+ private String outPrice;
+ //鎵嬫満绔槸鍚︽樉绀�(N鍚� Y鏄�)
+ private String showMobile;
-
+ private String shId;
+ private String warningStock;
+ private String shType;
+ private String shObjId;
+ private String averagePrice;
+ private List<String> fileUrls;
private Date createTime;
private String statusCd = "0";
+ private String shName;
public String getResName() {
return resName;
@@ -101,4 +126,132 @@
public void setStatusCd(String statusCd) {
this.statusCd = statusCd;
}
+
+ public String getResOrderType() {
+ return resOrderType;
+ }
+
+ public void setResOrderType(String resOrderType) {
+ this.resOrderType = resOrderType;
+ }
+
+ public String getGoodsType() {
+ return goodsType;
+ }
+
+ public void setGoodsType(String goodsType) {
+ this.goodsType = goodsType;
+ }
+
+ public String getUnitCode() {
+ return unitCode;
+ }
+
+ public void setUnitCode(String unitCode) {
+ this.unitCode = unitCode;
+ }
+
+ public String getRemark() {
+ return remark;
+ }
+
+ public void setRemark(String remark) {
+ this.remark = remark;
+ }
+
+ 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;
+ }
+
+ public String getShowMobile() {
+ return showMobile;
+ }
+
+ public void setShowMobile(String showMobile) {
+ this.showMobile = showMobile;
+ }
+
+ public String getGoodsTypeName() {
+ return goodsTypeName;
+ }
+
+ public void setGoodsTypeName(String goodsTypeName) {
+ this.goodsTypeName = goodsTypeName;
+ }
+
+ public List<String> getFileUrls() {
+ return fileUrls;
+ }
+
+ public void setFileUrls(List<String> fileUrls) {
+ this.fileUrls = fileUrls;
+ }
+
+ public String getShId() {
+ return shId;
+ }
+
+ public void setShId(String shId) {
+ this.shId = shId;
+ }
+
+ public String getShName() {
+ return shName;
+ }
+
+ public void setShName(String shName) {
+ this.shName = shName;
+ }
+
+ public String getShType() {
+ return shType;
+ }
+
+ public void setShType(String shType) {
+ this.shType = shType;
+ }
+
+ public String getShObjId() {
+ return shObjId;
+ }
+
+ public void setShObjId(String shObjId) {
+ this.shObjId = shObjId;
+ }
+
+ 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;
+ }
}
--
Gitblit v1.8.0