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

ApplicationConst.cs 696 B

2 kuukautta sitten
3 viikkoa sitten
2 kuukautta sitten
1234567891011121314151617181920212223242526272829303132333435
  1. namespace SafeCampus.Application;
  2. public class ApplicationConst
  3. {
  4. #region 别称
  5. /// <summary>
  6. /// 机构
  7. /// </summary>
  8. public const string BIZ_ORG = "机构";
  9. /// <summary>
  10. /// 岗位
  11. /// </summary>
  12. public const string BIZ_POS = "岗位";
  13. #endregion 别称
  14. #region 学校基础摄像头分组配置
  15. /// <summary>
  16. /// 图书馆分组id
  17. /// </summary>
  18. public const long TSG = 583660006621253;
  19. /// <summary>
  20. /// 食堂分组id
  21. /// </summary>
  22. public const long ST = 583659984986181;
  23. /// <summary>
  24. /// 学校大门分组id
  25. /// </summary>
  26. public const long XXDM = 583659952070725;
  27. #endregion
  28. }