package com.yiboshi.science.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.yiboshi.science.base.BaseDAO;
import com.yiboshi.science.entity.ComExpertGroup;
import com.yiboshi.science.param.dto.ComExpertGroupDTO;
import com.yiboshi.science.param.query.ComExpertGroupQueryVO;
public interface ComExpertGroupDAO extends BaseMapper<ComExpertGroup>, BaseDAO<ComExpertGroupQueryVO, ComExpertGroupDTO,ComExpertGroup> {
}
-
徐俊 authoredd3497d84