liyong
2026-05-15 76c84d95506998f546e6f3ebbf70414c0dd9da9d
src/main/java/com/ruoyi/basic/dto/CustomerDto.java
@@ -23,5 +23,12 @@
    private String usageUserName;
    private List<CustomerContactDto> contactList;
    private String togetherUserNames;
    /**
     * 共享用户ID列表
     */
    private List<Long> userIds;
}