_ProConst.cs 480 B

123456789101112131415161718192021
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Threading.Tasks;
  5. namespace QM.KJGH.CGGL
  6. {
  7. public class ProConst
  8. {
  9. #region 项目属性
  10. /// <summary>
  11. /// 项目名称
  12. /// </summary>
  13. public const string APP_NAME = "成果管理与审查";
  14. /// <summary>
  15. /// 项目标题
  16. /// </summary>
  17. public const string PRO_TITLE = "数据服务接口";
  18. #endregion
  19. }
  20. }