From 73d86b8ea4677b18276c16da888f876b0bff085d Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 24 六月 2021 19:26:30 +0800
Subject: [PATCH] 优化代码
---
java110-bean/src/main/java/com/java110/dto/allocationStorehouseApply/AllocationStorehouseApplyDto.java | 41 ++++++++++++++++++++++++++++++++++++++++-
1 files changed, 40 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..49ebaae 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
@@ -34,10 +34,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 +102,6 @@
public void setStoreId(String storeId) {
this.storeId = storeId;
}
-
public Date getCreateTime() {
return createTime;
@@ -207,4 +214,36 @@
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;
+ }
}
--
Gitblit v1.8.0