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.
|
- namespace SafeCampus.Application;
-
- public class ApplicationConst
- {
- #region 别称
-
- /// <summary>
- /// 机构
- /// </summary>
- public const string BIZ_ORG = "机构";
-
-
- /// <summary>
- /// 岗位
- /// </summary>
- public const string BIZ_POS = "岗位";
-
- #endregion 别称
-
- #region 学校基础摄像头分组配置
- /// <summary>
- /// 图书馆分组id
- /// </summary>
- public const long TSG = 583660006621253;
- /// <summary>
- /// 食堂分组id
- /// </summary>
- public const long ST = 583659984986181;
- /// <summary>
- /// 学校大门分组id
- /// </summary>
- public const long XXDM = 583659952070725;
-
- #endregion
- }
|