wuxw
2022-11-08 3670dff70c8454127a1a6dc28b5c94770e053471
java110-bean/src/main/java/com/java110/po/tempCarFeeConfigAttr/TempCarFeeConfigAttrPo.java
@@ -9,6 +9,7 @@
    private String specCd;
    private String value;
    private String communityId;
    private String statusCd;
    public String getAttrId() {
        return attrId;
@@ -49,4 +50,12 @@
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
    public String getStatusCd() {
        return statusCd;
    }
    public void setStatusCd(String statusCd) {
        this.statusCd = statusCd;
    }
}