From b18acb00ed9bb3aced40d6e49f004aace9d98aa2 Mon Sep 17 00:00:00 2001
From: shiyj1101 <1098226878@qq.com>
Date: 星期五, 18 六月 2021 17:51:28 +0800
Subject: [PATCH] 提现加开户行ID
---
java110-bean/src/main/java/com/java110/dto/allocationStorehouse/AllocationStorehouseDto.java | 163 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 157 insertions(+), 6 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 9671f40..fea4698 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,11 +14,12 @@
* 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 璋冩嫧澶辫触
+ public static final String STATE_AUDIT = "1201";//鐘舵�侊紝1200 璋冩嫧鐢宠 1201 璋冩嫧瀹℃牳 1202 璋冩嫧瀹屾垚 1203 璋冩嫧澶辫触
+ public static final String STATE_SUCCESS = "1202";//鐘舵�侊紝1200 璋冩嫧鐢宠 1201 璋冩嫧瀹℃牳 1202 璋冩嫧瀹屾垚 1203 璋冩嫧澶辫触
+ public static final String STATE_FAIL = "1203";//鐘舵�侊紝1200 璋冩嫧鐢宠 1201 璋冩嫧瀹℃牳 1202 璋冩嫧瀹屾垚 1203 璋冩嫧澶辫触
private String asId;
+ private String[] asIds;
private String storeId;
private String resId;
private String shIdz;
@@ -32,12 +33,26 @@
private String stateName;
private String shaName;
private String shzName;
-
-
+ private String resCode;
private Date createTime;
+ private String applyId;
+ private String price;
+ private String originalStock;
+ private String rstName;
+ private String specName;
+ private String rstId;
+ private String rssId;
private String statusCd = "0";
+ private String currentUserId;
+ private String processInstanceId;
+ private String taskId;
+ private String auditCode;
+ private String auditMessage;
+ private String staffId;
+ private String staffName;
+ private String staffTel;
public String getAsId() {
return asId;
@@ -167,4 +182,140 @@
public void setShzName(String shzName) {
this.shzName = shzName;
}
+
+ public String getCurrentUserId() {
+ return currentUserId;
+ }
+
+ public void setCurrentUserId(String currentUserId) {
+ this.currentUserId = currentUserId;
+ }
+
+ public String getProcessInstanceId() {
+ return processInstanceId;
+ }
+
+ public void setProcessInstanceId(String processInstanceId) {
+ this.processInstanceId = processInstanceId;
+ }
+
+ public String getTaskId() {
+ return taskId;
+ }
+
+ public void setTaskId(String taskId) {
+ this.taskId = taskId;
+ }
+
+ public String getAuditCode() {
+ return auditCode;
+ }
+
+ public void setAuditCode(String auditCode) {
+ this.auditCode = auditCode;
+ }
+
+ public String getAuditMessage() {
+ return auditMessage;
+ }
+
+ public void setAuditMessage(String auditMessage) {
+ this.auditMessage = auditMessage;
+ }
+
+ public String getStaffId() {
+ return staffId;
+ }
+
+ public void setStaffId(String staffId) {
+ this.staffId = staffId;
+ }
+
+ public String getStaffName() {
+ return staffName;
+ }
+
+ public void setStaffName(String staffName) {
+ this.staffName = staffName;
+ }
+
+ public String getStaffTel() {
+ return staffTel;
+ }
+
+ public void setStaffTel(String staffTel) {
+ this.staffTel = staffTel;
+ }
+
+ public String[] getAsIds() {
+ return asIds;
+ }
+
+ public void setAsIds(String[] asIds) {
+ this.asIds = asIds;
+ }
+
+ public String getResCode() {
+ return resCode;
+ }
+
+ 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;
+ }
}
--
Gitblit v1.8.0