17 lines
300 B
C#
Raw Permalink Normal View History

2025-06-06 16:00:39 +08:00
/*
*Authorjxx
*Contact283591387@qq.com
*Date2018-07-01
*
*/
using VOL.Core.BaseProvider;
using VOL.Entity.DomainModels;
namespace VOL.System.IServices
{
public partial interface ISys_RoleService : IService<Sys_Role>
{
}
}