Initial_commit_SecMPS_v2
This commit is contained in:
16
api_sqlsugar/VolPro.Sys/IServices/System/ISys_RoleService.cs
Normal file
16
api_sqlsugar/VolPro.Sys/IServices/System/ISys_RoleService.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
*Author:jxx
|
||||
*Contact:283591387@qq.com
|
||||
*Date:2018-07-01
|
||||
* 此代码由框架生成,请勿随意更改
|
||||
*/
|
||||
using VolPro.Core.BaseProvider;
|
||||
using VolPro.Entity.DomainModels;
|
||||
|
||||
namespace VolPro.Sys.IServices
|
||||
{
|
||||
public partial interface ISys_RoleService : IService<Sys_Role>
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user