liyong
2026-05-12 72076b86780981136dde2a3faf16c7446f59669d
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;
}