From 45c39c4deba8f37d6152793efc3b271c352fac89 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期五, 25 八月 2023 23:16:52 +0800
Subject: [PATCH] 优化diamante

---
 java110-bean/src/main/java/com/java110/dto/purchase/AllocationStorehouseApplyDto.java |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/dto/purchase/AllocationStorehouseApplyDto.java b/java110-bean/src/main/java/com/java110/dto/purchase/AllocationStorehouseApplyDto.java
index dfbdeb6..346dc8a 100644
--- a/java110-bean/src/main/java/com/java110/dto/purchase/AllocationStorehouseApplyDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/purchase/AllocationStorehouseApplyDto.java
@@ -60,6 +60,10 @@
     //璋冩嫧婧愪粨搴�
     private String shId;
 
+    private String storeManager;
+
+    private String processDefinitionKey;
+
     public String getApplyId() {
         return applyId;
     }
@@ -283,4 +287,20 @@
     public void setNextUserId(String nextUserId) {
         this.nextUserId = nextUserId;
     }
+
+    public String getStoreManager() {
+        return storeManager;
+    }
+
+    public void setStoreManager(String storeManager) {
+        this.storeManager = storeManager;
+    }
+
+    public String getProcessDefinitionKey() {
+        return processDefinitionKey;
+    }
+
+    public void setProcessDefinitionKey(String processDefinitionKey) {
+        this.processDefinitionKey = processDefinitionKey;
+    }
 }

--
Gitblit v1.8.0