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