liyong
2 天以前 2b382a92207dfabf0eb30e743265df5c7c50e7bc
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;
}