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