|
|
|
|
|
//----------SysRoleDept开始----------
|
|
|
|
|
|
|
|
using Admin.Core.Model.Sys;
|
|
|
|
namespace Admin.Core.IRepository.ISys
|
|
{
|
|
/// <summary>
|
|
/// 角色和部门关联表IRepository
|
|
/// </summary>
|
|
public interface ISysRoleDeptRepository : IBaseRepository<SysRoleDept>//类名
|
|
{
|
|
|
|
|
|
}
|
|
}
|
|
|
|
//----------SysRoleDept结束----------
|
|
|