4 天以前 d67b1903f6cf36c36f27e0a3b1ffc602c5c2881a
src/main/java/com/ruoyi/basic/dto/CustomerDto.java
@@ -21,4 +21,12 @@
    private List<CustomerFollowUpDto> followUpList;
}
    private String usageUserName;
    private String togetherUserNames;
    /**
     * 共享用户ID列表
     */
    private List<Long> userIds;
}