using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Service { internal class ConfigHelper { /// /// 存储通道名称 /// public static string StoreQueueName { get { return Settings.Queue.StoreQueueName; } } } }