shiyj1101
2021-08-05 e57e32fc43da31917912eebb4e47d4e50df1a9e9
java110-bean/src/main/java/com/java110/po/complaint/ComplaintPo.java
old mode 100644 new mode 100755
@@ -20,6 +20,8 @@
    private String tel;
    private String context;
    private String state;
    private String communityId;
    private String startUserId;
    public String getComplaintId() {
        return complaintId;
@@ -84,4 +86,20 @@
    public void setState(String state) {
        this.state = state;
    }
    public String getCommunityId() {
        return communityId;
    }
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
    public String getStartUserId() {
        return startUserId;
    }
    public void setStartUserId(String startUserId) {
        this.startUserId = startUserId;
    }
}