7 天以前 ea5a55deffa6d33048a1f7e03b71424c8add5e31
src/main/java/com/ruoyi/basic/dto/CustomerDto.java
@@ -21,4 +21,12 @@
    private List<CustomerFollowUpDto> followUpList;
}
    private String usageUserName;
    private String togetherUserNames;
    /**
     * 共享用户ID列表
     */
    private List<Long> userIds;
}