package com.lyms.talkonlineweb.service.impl;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.lyms.talkonlineweb.domain.LymsPushedart;
import com.lyms.talkonlineweb.service.LymsPushedartService;
import com.lyms.talkonlineweb.mapper.LymsPushedartMapper;
import org.springframework.stereotype.Service;
/**
*
*/
@Service
public class LymsPushedartServiceImpl extends ServiceImpl<LymsPushedartMapper, LymsPushedart>
implements LymsPushedartService{
}