平安校园
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

36 行
696 B

  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. }