天津投入产出系统后端
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.
 
 
 
 
 
 

35 lines
932 B

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace QM.ServiceHost
{
/// <summary>
///
/// </summary>
public class Configuration
{
/// <summary>
/// Gets the name of the service.
/// </summary>
/// <value>The name of the service.</value>
public static string ServiceName = "QMPLMServiceHost";
/// <summary>
/// Gets the display name of the service.
/// </summary>
/// <value>The display name of the service.</value>
public static string ServiceDisplayName = "启明海通制造信息化平台后台服务";
/// <summary>
/// Gets the service description.
/// </summary>
/// <value>The service description.</value>
public static string ServiceDescription = "启明海通制造信息化平台后台服务";
}
}