From e57e32fc43da31917912eebb4e47d4e50df1a9e9 Mon Sep 17 00:00:00 2001
From: shiyj1101 <1098226878@qq.com>
Date: 星期四, 05 八月 2021 22:56:15 +0800
Subject: [PATCH] 完善格式化功能
---
java110-bean/src/main/java/com/java110/dto/allocationStorehouseApply/AllocationStorehouseApplyDto.java | 50 +++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 49 insertions(+), 1 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 032c63b..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;
@@ -34,10 +35,18 @@
private String staffTel;
private String startTime;
private String endTime;
+ private String communityId;
private Date createTime;
private String statusCd = "0";
+
+ //鐘舵�佹爣璇�
+ private String noticeState;
+
+ //璋冩嫧杩旇繕鐘舵�佹爣璇�
+ private String applyType;
+ private String applyTypeName;
public String getApplyId() {
return applyId;
@@ -94,7 +103,6 @@
public void setStoreId(String storeId) {
this.storeId = storeId;
}
-
public Date getCreateTime() {
return createTime;
@@ -207,4 +215,44 @@
public void setEndTime(String endTime) {
this.endTime = endTime;
}
+
+ public String getCommunityId() {
+ return communityId;
+ }
+
+ public void setCommunityId(String communityId) {
+ this.communityId = communityId;
+ }
+
+ public String getNoticeState() {
+ return noticeState;
+ }
+
+ public void setNoticeState(String noticeState) {
+ this.noticeState = noticeState;
+ }
+
+ 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;
+ }
}
--
Gitblit v1.8.0