Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- namespace SafeCampus.Application;
-
- public class ApplicationConst
- {
- #region 别称
-
- /// <summary>
- /// 机构
- /// </summary>
- public const string BIZ_ORG = "机构";
-
-
- /// <summary>
- /// 岗位
- /// </summary>
- public const string BIZ_POS = "岗位";
-
- #endregion 别称
- }
|