From cddcf22a61489ee9c2dfee169d817ccd66f95430 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 03 九月 2021 02:23:43 +0800
Subject: [PATCH] 优化代码

---
 java110-bean/src/main/java/com/java110/po/allocationStorehouseApply/AllocationStorehouseApplyPo.java |   88 ++++++++++++++++++++++++++++++++++----------
 1 files changed, 68 insertions(+), 20 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/po/allocationStorehouseApply/AllocationStorehouseApplyPo.java b/java110-bean/src/main/java/com/java110/po/allocationStorehouseApply/AllocationStorehouseApplyPo.java
index eb6fc72..6bb1f78 100644
--- a/java110-bean/src/main/java/com/java110/po/allocationStorehouseApply/AllocationStorehouseApplyPo.java
+++ b/java110-bean/src/main/java/com/java110/po/allocationStorehouseApply/AllocationStorehouseApplyPo.java
@@ -6,55 +6,103 @@
 public class AllocationStorehouseApplyPo implements Serializable {
 
     private String applyId;
-private String startUserId;
-private String startUserName;
-private String applyCount;
-private String remark;
-private String state;
-private String storeId;
-public String getApplyId() {
+    private String startUserId;
+    private String startUserName;
+    private String applyCount;
+    private String remark;
+    private String state;
+    private String storeId;
+    private String statusCd;
+    private String communityId;
+    private String createTime;
+    //璋冩嫧杩旇繕鐘舵�佹爣璇�
+    private String applyType;
+
+    public String getApplyId() {
         return applyId;
     }
-public void setApplyId(String applyId) {
+
+    public void setApplyId(String applyId) {
         this.applyId = applyId;
     }
-public String getStartUserId() {
+
+    public String getStartUserId() {
         return startUserId;
     }
-public void setStartUserId(String startUserId) {
+
+    public void setStartUserId(String startUserId) {
         this.startUserId = startUserId;
     }
-public String getStartUserName() {
+
+    public String getStartUserName() {
         return startUserName;
     }
-public void setStartUserName(String startUserName) {
+
+    public void setStartUserName(String startUserName) {
         this.startUserName = startUserName;
     }
-public String getApplyCount() {
+
+    public String getApplyCount() {
         return applyCount;
     }
-public void setApplyCount(String applyCount) {
+
+    public void setApplyCount(String applyCount) {
         this.applyCount = applyCount;
     }
-public String getRemark() {
+
+    public String getRemark() {
         return remark;
     }
-public void setRemark(String remark) {
+
+    public void setRemark(String remark) {
         this.remark = remark;
     }
-public String getState() {
+
+    public String getState() {
         return state;
     }
-public void setState(String state) {
+
+    public void setState(String state) {
         this.state = state;
     }
-public String getStoreId() {
+
+    public String getStoreId() {
         return storeId;
     }
-public void setStoreId(String storeId) {
+
+    public void setStoreId(String storeId) {
         this.storeId = storeId;
     }
 
+    public String getStatusCd() {
+        return statusCd;
+    }
 
+    public void setStatusCd(String statusCd) {
+        this.statusCd = statusCd;
+    }
 
+    public String getCommunityId() {
+        return communityId;
+    }
+
+    public void setCommunityId(String communityId) {
+        this.communityId = communityId;
+    }
+
+    public String getCreateTime() {
+        return createTime;
+    }
+
+    public void setCreateTime(String createTime) {
+        this.createTime = createTime;
+    }
+
+    public String getApplyType() {
+        return applyType;
+    }
+
+    public void setApplyType(String applyType) {
+        this.applyType = applyType;
+    }
 }

--
Gitblit v1.8.0