8 天以前 44d3aef560a6c48ee366c77fb7fb66b1be64bd23
src/main/java/com/ruoyi/basic/dto/CustomerDto.java
@@ -24,4 +24,9 @@
    private String usageUserName;
    private String togetherUserNames;
}
    /**
     * 共享用户ID列表
     */
    private List<Long> userIds;
}