wuxw
2025-03-20 3b6f49f1123f68bb6d1424070600158f85b66a30
java110-bean/src/main/java/com/java110/dto/work/WorkTaskDto.java
@@ -27,6 +27,7 @@
    private String finishTime;
    private String communityId;
    private String[] communityIds;
    private String communityName;
    private String storeId;
    private String taskId;
@@ -242,4 +243,12 @@
    public void setCommunityName(String communityName) {
        this.communityName = communityName;
    }
    public String[] getCommunityIds() {
        return communityIds;
    }
    public void setCommunityIds(String[] communityIds) {
        this.communityIds = communityIds;
    }
}