wwwk 3 years ago
parent
commit
07f434faff
  1. 3
      modules/identity/Sanhe.Abp.Identity.HttpApi/Sanhe/Abp/Identity/IdentityClaimTypeController.cs
  2. 3
      modules/identity/Sanhe.Abp.Identity.HttpApi/Sanhe/Abp/Identity/IdentityRoleController.cs
  3. 3
      modules/identity/Sanhe.Abp.Identity.HttpApi/Sanhe/Abp/Identity/IdentityUserController.cs
  4. 3
      modules/identity/Sanhe.Abp.Identity.HttpApi/Sanhe/Abp/Identity/OrganizationUnitController.cs

3
modules/identity/Sanhe.Abp.Identity.HttpApi/Sanhe/Abp/Identity/IdentityClaimTypeController.cs

@ -9,6 +9,9 @@ using Volo.Abp.Identity;
namespace Sanhe.Abp.Identity namespace Sanhe.Abp.Identity
{ {
/// <summary>
/// 身份声明类型
/// </summary>
[RemoteService(true, Name = IdentityRemoteServiceConsts.RemoteServiceName)] [RemoteService(true, Name = IdentityRemoteServiceConsts.RemoteServiceName)]
[Area("identity")] [Area("identity")]
[ControllerName("ClaimType")] [ControllerName("ClaimType")]

3
modules/identity/Sanhe.Abp.Identity.HttpApi/Sanhe/Abp/Identity/IdentityRoleController.cs

@ -9,6 +9,9 @@ using Volo.Abp.Identity;
namespace Sanhe.Abp.Identity namespace Sanhe.Abp.Identity
{ {
/// <summary>
/// 角色
/// </summary>
[RemoteService(true, Name = IdentityRemoteServiceConsts.RemoteServiceName)] [RemoteService(true, Name = IdentityRemoteServiceConsts.RemoteServiceName)]
[Area("identity")] [Area("identity")]
[ControllerName("Role")] [ControllerName("Role")]

3
modules/identity/Sanhe.Abp.Identity.HttpApi/Sanhe/Abp/Identity/IdentityUserController.cs

@ -9,6 +9,9 @@ using Volo.Abp.Identity;
namespace Sanhe.Abp.Identity namespace Sanhe.Abp.Identity
{ {
/// <summary>
/// 用户
/// </summary>
[RemoteService(true, Name = IdentityRemoteServiceConsts.RemoteServiceName)] [RemoteService(true, Name = IdentityRemoteServiceConsts.RemoteServiceName)]
[Area("identity")] [Area("identity")]
[ControllerName("User")] [ControllerName("User")]

3
modules/identity/Sanhe.Abp.Identity.HttpApi/Sanhe/Abp/Identity/OrganizationUnitController.cs

@ -9,6 +9,9 @@ using Volo.Abp.Identity;
namespace Sanhe.Abp.Identity namespace Sanhe.Abp.Identity
{ {
/// <summary>
/// 组织单位
/// </summary>
[RemoteService(Name = IdentityRemoteServiceConsts.RemoteServiceName)] [RemoteService(Name = IdentityRemoteServiceConsts.RemoteServiceName)]
[Area("identity")] [Area("identity")]
[ControllerName("organization-units")] [ControllerName("organization-units")]

Loading…
Cancel
Save