using Microsoft.Extensions.DependencyInjection;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace QM.KJGH.CgglService
{
public class ServiceConsts
{
#region 服务
///
/// 服务代码
///
public static string ServiceCode { set; get; } = "QM.KJGH.CgglService";
///
/// 服务名称
///
public static string ServiceName { set; get; } = "规划成果管理服务";
#endregion
///
/// 服务提供商
///
public static ServiceProvider Provider { set; get; }
}
}