From ae2427a653555b7e32a417464289beef65e1c0a5 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 21 六月 2022 00:12:59 +0800
Subject: [PATCH] 优化bug
---
java110-bean/src/main/java/com/java110/dto/allocationStorehouse/AllocationStorehouseDto.java | 156 ++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 151 insertions(+), 5 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/allocationStorehouse/AllocationStorehouseDto.java b/java110-bean/src/main/java/com/java110/dto/allocationStorehouse/AllocationStorehouseDto.java
index 38ff978..ce95633 100644
--- a/java110-bean/src/main/java/com/java110/dto/allocationStorehouse/AllocationStorehouseDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/allocationStorehouse/AllocationStorehouseDto.java
@@ -14,13 +14,16 @@
* add by wuxw 2019/4/24
**/
public class AllocationStorehouseDto extends PageDto implements Serializable {
-
- public static final String STATE_AUDIT = "1201";//鐘舵�侊紝1201 璋冩嫧瀹℃牳 1202 璋冩嫧瀹屾垚 1202 璋冩嫧澶辫触
- public static final String STATE_SUCCESS = "1202";//鐘舵�侊紝1201 璋冩嫧瀹℃牳 1202 璋冩嫧瀹屾垚 1202 璋冩嫧澶辫触
- public static final String STATE_FAIL = "1203";//鐘舵�侊紝1201 璋冩嫧瀹℃牳 1202 璋冩嫧瀹屾垚 1202 璋冩嫧澶辫触
+ public static final String STATE_APPLY = "1200";//鐘舵�侊紝1200 璋冩嫧鐢宠 1201 璋冩嫧瀹℃牳 1202 璋冩嫧瀹屾垚 1203 璋冩嫧澶辫触 1204 璋冩嫧宸插鏍� 1205 宸查��杩�
+ public static final String STATE_AUDIT = "1201";//鐘舵�侊紝1200 璋冩嫧鐢宠 1201 璋冩嫧瀹℃牳 1202 璋冩嫧瀹屾垚 1203 璋冩嫧澶辫触 1204 璋冩嫧宸插鏍� 1205 宸查��杩�
+ public static final String STATE_SUCCESS = "1202";//鐘舵�侊紝1200 璋冩嫧鐢宠 1201 璋冩嫧瀹℃牳 1202 璋冩嫧瀹屾垚 1203 璋冩嫧澶辫触 1204 璋冩嫧宸插鏍� 1205 宸查��杩�
+ public static final String STATE_FAIL = "1203";//鐘舵�侊紝1200 璋冩嫧鐢宠 1201 璋冩嫧瀹℃牳 1202 璋冩嫧瀹屾垚 1203 璋冩嫧澶辫触 1204 璋冩嫧宸插鏍� 1205 宸查��杩�
+ public static final String STATE_REVIEWED = "1204";//鐘舵�侊紝1200 璋冩嫧鐢宠 1201 璋冩嫧瀹℃牳 1202 璋冩嫧瀹屾垚 1203 璋冩嫧澶辫触 1204 璋冩嫧宸插鏍� 1205 宸查��杩�
+ public static final String STATE_RETURN = "1205";//鐘舵�侊紝1200 璋冩嫧鐢宠 1201 璋冩嫧瀹℃牳 1202 璋冩嫧瀹屾垚 1203 璋冩嫧澶辫触 1204 璋冩嫧宸插鏍� 1205 宸查��杩�
private String asId;
private String[] asIds;
private String storeId;
+ private String bId;
private String resId;
private String shIdz;
private String resName;
@@ -35,9 +38,17 @@
private String shzName;
private String resCode;
private Date createTime;
+ private String applyId;
+ private String price;
+ private String originalStock;
+ private String rstName;
+ private String parentRstName;
+ private String specName;
+ private String rstId;
+ private String parentRstId;
+ private String rssId;
private String statusCd = "0";
-
private String currentUserId;
private String processInstanceId;
@@ -47,7 +58,13 @@
private String staffId;
private String staffName;
private String staffTel;
+ private String applyType;
+ private String applyTypeName;
+ private String unitCodeName;
+ private String miniUnitCodeName;
+ private String isFixed;
+ private String isFixedName;
public String getAsId() {
return asId;
@@ -257,4 +274,133 @@
public void setResCode(String resCode) {
this.resCode = resCode;
}
+
+ public String getApplyId() {
+ return applyId;
+ }
+
+ public void setApplyId(String applyId) {
+ this.applyId = applyId;
+ }
+
+ public String getPrice() {
+ return price;
+ }
+
+ public void setPrice(String price) {
+ this.price = price;
+ }
+
+ public String getOriginalStock() {
+ return originalStock;
+ }
+
+ public void setOriginalStock(String originalStock) {
+ this.originalStock = originalStock;
+ }
+
+ public String getRstName() {
+ return rstName;
+ }
+
+ public void setRstName(String rstName) {
+ this.rstName = rstName;
+ }
+
+ public String getSpecName() {
+ return specName;
+ }
+
+ public void setSpecName(String specName) {
+ this.specName = specName;
+ }
+
+ public String getRstId() {
+ return rstId;
+ }
+
+ public void setRstId(String rstId) {
+ this.rstId = rstId;
+ }
+
+ public String getRssId() {
+ return rssId;
+ }
+
+ public void setRssId(String rssId) {
+ this.rssId = rssId;
+ }
+
+
+ public String getApplyType() {
+ return applyType;
+ }
+
+ public void setApplyType(String applyType) {
+ this.applyType = applyType;
+ }
+
+ public String getApplyTypeName() {
+ return applyTypeName;
+ }
+
+ public void setApplyTypeName(String applyTypeName) {
+ this.applyTypeName = applyTypeName;
+ }
+
+ public String getbId() {
+ return bId;
+ }
+
+ public void setbId(String bId) {
+ this.bId = bId;
+ }
+
+ public String getUnitCodeName() {
+ return unitCodeName;
+ }
+
+ public void setUnitCodeName(String unitCodeName) {
+ this.unitCodeName = unitCodeName;
+ }
+
+ public String getMiniUnitCodeName() {
+ return miniUnitCodeName;
+ }
+
+ public void setMiniUnitCodeName(String miniUnitCodeName) {
+ this.miniUnitCodeName = miniUnitCodeName;
+ }
+
+ public String getParentRstName() {
+ return parentRstName;
+ }
+
+ public void setParentRstName(String parentRstName) {
+ this.parentRstName = parentRstName;
+ }
+
+ public String getParentRstId() {
+ return parentRstId;
+ }
+
+ 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;
+ }
}
--
Gitblit v1.8.0