huminmin
2026-04-29 9f8ea84ddf839ace5e82512f33d63831435d058f
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;
}