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