liyong
2026-05-15 0578c6c76f13e367b5dc7d0882efe3c69ca4cb0e
src/main/java/com/ruoyi/basic/dto/CustomerDto.java
@@ -21,4 +21,14 @@
    private List<CustomerFollowUpDto> followUpList;
    private String usageUserName;
    private List<CustomerContactDto> contactList;
    private String togetherUserNames;
    /**
     * 共享用户ID列表
     */
    private List<Long> userIds;
}