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; } }