gongchunyi
2026-08-11 762a5fd8af517610c4b70fdb9a02eae27b2a4fdd
src/main/java/com/ruoyi/basic/dto/CustomerDto.java
@@ -24,4 +24,9 @@
    private String usageUserName;
    private String togetherUserNames;
}
    /**
     * 共享用户ID列表
     */
    private List<Long> userIds;
}