平安校园
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.
 
 
 
 
 
 

20 lignes
309 B

  1. namespace SafeCampus.Application;
  2. public class ApplicationConst
  3. {
  4. #region 别称
  5. /// <summary>
  6. /// 机构
  7. /// </summary>
  8. public const string BIZ_ORG = "机构";
  9. /// <summary>
  10. /// 岗位
  11. /// </summary>
  12. public const string BIZ_POS = "岗位";
  13. #endregion 别称
  14. }