java110
2021-09-03 cddcf22a61489ee9c2dfee169d817ccd66f95430
java110-bean/src/main/java/com/java110/po/complaint/ComplaintPo.java
old mode 100644 new mode 100755
@@ -21,6 +21,7 @@
    private String context;
    private String state;
    private String communityId;
    private String startUserId;
    public String getComplaintId() {
        return complaintId;
@@ -93,4 +94,12 @@
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
    public String getStartUserId() {
        return startUserId;
    }
    public void setStartUserId(String startUserId) {
        this.startUserId = startUserId;
    }
}