2023-08-19 23:21:12 +08:00
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
2024-05-13 11:10:35 +08:00
|
|
|
|
2023-08-19 23:21:12 +08:00
|
|
|
namespace WinformDevFramework.IRepository
|
|
|
|
|
{
|
|
|
|
|
public interface IsysRoleRepository:IBaseRepository<sysRole>
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|