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; }