平安校园
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
273 B

  1. //
  2. namespace SafeCampus.Core;
  3. /// <summary>
  4. /// 需要角色授权权限
  5. /// </summary>
  6. public class RolePermissionAttribute : Attribute
  7. {
  8. }
  9. /// <summary>
  10. /// 忽略角色授权权限
  11. /// </summary>
  12. public class IgnoreRolePermissionAttribute : Attribute
  13. {
  14. }