平安校园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ApplicationConst.cs 309 B

3 months ago
12345678910111213141516171819
  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. }