cgf
2025-09-10 76088a1a46cbbc05fc92ad8d982b0dcb0da87cb2
java110-bean/src/main/java/com/java110/po/contract/ContractTypePo.java
@@ -11,6 +11,7 @@
private String statusCd = "0";
private String storeId;
private String contractTypeId;
private String communityId;
public String getAudit() {
        return audit;
    }
@@ -48,6 +49,11 @@
        this.contractTypeId = contractTypeId;
    }
    public String getCommunityId() {
        return communityId;
    }
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
}