From 75abb7fa7fc0a91beee64f5c8e821b6b3681511b Mon Sep 17 00:00:00 2001
From: 1098226878 <1098226878@qq.com>
Date: 星期二, 07 九月 2021 18:58:07 +0800
Subject: [PATCH] 优化代码
---
java110-bean/src/main/java/com/java110/dto/allocationStorehouseApply/AllocationStorehouseApplyDto.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/allocationStorehouseApply/AllocationStorehouseApplyDto.java b/java110-bean/src/main/java/com/java110/dto/allocationStorehouseApply/AllocationStorehouseApplyDto.java
index 49ebaae..65da25a 100644
--- a/java110-bean/src/main/java/com/java110/dto/allocationStorehouseApply/AllocationStorehouseApplyDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/allocationStorehouseApply/AllocationStorehouseApplyDto.java
@@ -17,6 +17,7 @@
private String applyId;
private String[] applyIds;
+ private String bId;
private String startUserId;
private String startUserName;
private String applyCount;
@@ -246,4 +247,12 @@
public void setApplyTypeName(String applyTypeName) {
this.applyTypeName = applyTypeName;
}
+
+ public String getbId() {
+ return bId;
+ }
+
+ public void setbId(String bId) {
+ this.bId = bId;
+ }
}
--
Gitblit v1.8.0