namespace SafeCampus.Application; public class ApplicationConst { #region 别称 /// /// 机构 /// public const string BIZ_ORG = "机构"; /// /// 岗位 /// public const string BIZ_POS = "岗位"; #endregion 别称 }