123456789101112131415161718192021 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Threading.Tasks;
- namespace QM.KJGH.CGGL
- {
- public class ProConst
- {
- #region 项目属性
- /// <summary>
- /// 项目名称
- /// </summary>
- public const string APP_NAME = "成果管理与审查";
- /// <summary>
- /// 项目标题
- /// </summary>
- public const string PRO_TITLE = "数据服务接口";
- #endregion
- }
- }
|