Files

15 lines
255 B
C#
Raw Permalink Normal View History

2026-02-06 18:34:35 +08:00
/*
*AuthorCOCO
*
*/
using iMES.Core.BaseProvider;
using iMES.Entity.DomainModels;
namespace iMES.System.IServices
{
public partial interface ISys_RoleService : IService<Sys_Role>
{
}
}