package com.lyms.talkonlineweb.mapper;
import com.lyms.talkonlineweb.domain.LymsPushedart;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @Entity com.lyms.talkonlineweb.domain.LymsPushedart
*/
public interface LymsPushedartMapper extends BaseMapper<LymsPushedart> {
}