平安校园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 rivejä
338 B

  1. //
  2. using MoYu.ConfigurableOptions;
  3. namespace SafeCampus.System;
  4. /// <summary>
  5. /// 系统配置
  6. /// </summary>
  7. public class SystemSettingsOptions : BaseOptions, IConfigurableOptions
  8. {
  9. /// <summary>
  10. /// 超级管理员可以看到全部数据
  11. /// </summary>
  12. public bool SuperAdminViewAllData { get; set; }
  13. }