您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- namespace SafeCampus.Application;
-
- public class ApplicationConst
- {
- #region 别称
-
- /// <summary>
- /// 机构
- /// </summary>
- public const string BIZ_ORG = "机构";
-
-
- /// <summary>
- /// 岗位
- /// </summary>
- public const string BIZ_POS = "岗位";
-
- #endregion 别称
- }
|