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