package com.changhong.epc.form.mapper.tenant; import com.changhong.epc.bean.tenant.system.DepartmentRelation; import com.iemsoft.framework.cloud.mybatis.common.MybatisBaseMapper; /** * 部门关系mapper * @author liush * */ public interface DepartmentRelationMapper extends MybatisBaseMapper { }