wuxw
2019-06-18 f02ebf82e4542bdf7074bf9b9963ac3f34268dcf
java110-bean/src/main/java/com/java110/dto/UnitDto.java
@@ -19,6 +19,8 @@
     */
    private String unitId;
    private String communityId;
    /**
     * 编号
     */
@@ -121,4 +123,12 @@
    public void setStatusCd(String statusCd) {
        this.statusCd = statusCd;
    }
    public String getCommunityId() {
        return communityId;
    }
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
}