package com.diagbot.mapper; import com.diagbot.dto.DeptInfoDTO; import com.diagbot.entity.DeptInfo; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Param; import java.util.List; /** *
* 科室信息表 Mapper 接口 *
* * @author wangyu * @since 2018-11-19 */ public interface DeptInfoMapper extends BaseMapper