shiyj1101
2021-08-05 e57e32fc43da31917912eebb4e47d4e50df1a9e9
java110-bean/src/main/java/com/java110/po/purchase/PurchaseApplyPo.java
old mode 100644 new mode 100755
@@ -28,6 +28,7 @@
    private String warehousingWay;
    private String createUserId;
    private String createUserName;
    private String communityId;
    private String statusCd;
@@ -162,4 +163,12 @@
    public void setStatusCd(String statusCd) {
        this.statusCd = statusCd;
    }
    public String getCommunityId() {
        return communityId;
    }
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
}