All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zznote.basecommon.dao.TRoleDeptDao Maven / Gradle / Ivy

The newest version!
package com.zznote.basecommon.dao;

import com.zznote.basecommon.common.mapper.BaseMapperPlus;
import com.zznote.basecommon.entity.system.TRoleDept;
import org.apache.ibatis.annotations.Mapper;

/**
 * 角色和部门关联表
 * 
 * @author zhangzhen
 * @email [email protected]
 * @date 2022-04-12 17:04:17
 */
@Mapper
public interface TRoleDeptDao extends BaseMapperPlus {
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy