Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- namespace SafeCampus.Application;
-
- public class ApplicationConst
- {
- #region 别称
-
- /// <summary>
- /// 机构
- /// </summary>
- public const string BIZ_ORG = "机构";
-
-
- /// <summary>
- /// 岗位
- /// </summary>
- public const string BIZ_POS = "岗位";
-
- #endregion 别称
- }
|