平安校园
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.
 
 
 
 
 
 

28 lines
343 B

  1. //
  2. namespace SafeCampus.System;
  3. /// <summary>
  4. /// 资源输入
  5. /// </summary>
  6. public class ResTreeSelectorInput
  7. {
  8. /// <summary>
  9. /// 资源分类
  10. /// </summary>
  11. public string ShowSystem { get; set; }
  12. /// <summary>
  13. /// 是否包含按钮
  14. /// </summary>
  15. public bool IsContainButton { get; set; }
  16. }