ApiJsonOptions.cs 461 B

123456789101112131415161718192021
  1. using Admin.NET.Core.Service.ApiJson;
  2. namespace Admin.NET.Core;
  3. /// <summary>
  4. /// ApiJson配置选项
  5. /// </summary>
  6. public sealed class ApiJsonOptions : IConfigurableOptions
  7. {
  8. /// <summary>
  9. /// ApiJson集合RoleList
  10. /// </summary>
  11. public List<Role> RoleList { get; set; }
  12. //public Tablempper Tablempper { get; set; }
  13. }
  14. //public sealed class Tablempper
  15. //{
  16. // public string User { get; set;}
  17. // public string Org { get; set;}
  18. //}