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