平安校园
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

20 行
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. }