From c86174225a4b0a68d32111bf18ac401ff95d90ea Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 24 八月 2023 14:13:53 +0800
Subject: [PATCH] 仓库加入流程字段
---
java110-bean/src/main/java/com/java110/po/store/StorehousePo.java | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/po/store/StorehousePo.java b/java110-bean/src/main/java/com/java110/po/store/StorehousePo.java
index 018a9d3..c1b34d5 100644
--- a/java110-bean/src/main/java/com/java110/po/store/StorehousePo.java
+++ b/java110-bean/src/main/java/com/java110/po/store/StorehousePo.java
@@ -15,6 +15,13 @@
private String statusCd = "0";
+ private String purchaseSwitch;
+ private String purchaseRafId;
+ private String useSwitch;
+ private String useRafId;
+ private String allocationSwitch;
+ private String allocationRafId;
+
public String getShDesc() {
return shDesc;
}
@@ -78,4 +85,52 @@
public void setStatusCd(String statusCd) {
this.statusCd = statusCd;
}
+
+ public String getPurchaseSwitch() {
+ return purchaseSwitch;
+ }
+
+ public void setPurchaseSwitch(String purchaseSwitch) {
+ this.purchaseSwitch = purchaseSwitch;
+ }
+
+ public String getPurchaseRafId() {
+ return purchaseRafId;
+ }
+
+ public void setPurchaseRafId(String purchaseRafId) {
+ this.purchaseRafId = purchaseRafId;
+ }
+
+ public String getUseSwitch() {
+ return useSwitch;
+ }
+
+ public void setUseSwitch(String useSwitch) {
+ this.useSwitch = useSwitch;
+ }
+
+ public String getUseRafId() {
+ return useRafId;
+ }
+
+ public void setUseRafId(String useRafId) {
+ this.useRafId = useRafId;
+ }
+
+ public String getAllocationSwitch() {
+ return allocationSwitch;
+ }
+
+ public void setAllocationSwitch(String allocationSwitch) {
+ this.allocationSwitch = allocationSwitch;
+ }
+
+ public String getAllocationRafId() {
+ return allocationRafId;
+ }
+
+ public void setAllocationRafId(String allocationRafId) {
+ this.allocationRafId = allocationRafId;
+ }
}
--
Gitblit v1.8.0