shiyj1101
2021-08-05 e57e32fc43da31917912eebb4e47d4e50df1a9e9
java110-bean/src/main/java/com/java110/po/allocationStorehouseApply/AllocationStorehouseApplyPo.java
@@ -13,6 +13,10 @@
    private String state;
    private String storeId;
    private String statusCd;
    private String communityId;
    private String createTime;
    //调拨返还状态标识
    private String applyType;
    public String getApplyId() {
        return applyId;
@@ -77,4 +81,28 @@
    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;
    }
}