huminmin
昨天 271f4a25576ac6c2c8f2c4eb4c9782d6eef85124
src/main/java/com/ruoyi/basic/vo/CustomerVo.java
@@ -11,4 +11,18 @@
public class CustomerVo extends Customer {
    @ApiModelProperty(value = "跟进记录")
    private List<CustomerFollowUpDto> followUpList;
    private String usageUserName;
    private String togetherUserNames;
    /**
     * 共享用户ID列表
     */
    private List<Long> userIds;
    /**
     * 共享用户ID字符串(SQL查询返回,用于转换为List)
     */
    private String userIdsStr;
}