java110-bean/src/main/java/com/java110/po/fee/FeeAttrPo.java
@@ -19,6 +19,18 @@ private String specCd; private String value; public FeeAttrPo(String feeId, String communityId, String attrId, String specCd, String value) { this.feeId = feeId; this.communityId = communityId; this.attrId = attrId; this.specCd = specCd; this.value = value; } public FeeAttrPo() { } public String getFeeId() { return feeId; }