package com.lyms.talkonlineweb.service.impl;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.lyms.talkonlineweb.domain.LymsAttention;
import com.lyms.talkonlineweb.mapper.LymsAttentionMapper;
import com.lyms.talkonlineweb.service.LymsAttentionService;
import org.springframework.stereotype.Service;
/**
*
*/
@Service
public class LymsAttentionServiceImpl extends ServiceImpl<LymsAttentionMapper, LymsAttention>
implements LymsAttentionService {
}