cgf
2025-08-23 9ec0a61f90ac2464eebc643bfe2d93ac9ba6e569
java110-bean/src/main/java/com/java110/po/contract/ContractPartyaPo.java
@@ -11,6 +11,7 @@
    private String statusCd = "0";
    private String storeId;
    private String typeId;
    private String communityId;
    public String getPartyA() {
        return partyA;
@@ -67,4 +68,12 @@
    public void setTypeId(String typeId) {
        this.typeId = typeId;
    }
    public String getCommunityId() {
        return communityId;
    }
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
}