chengf
2026-02-25 64b14b0549344f13b191e2c26ed199f62655c43f
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;
    }