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