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