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