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