using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation { /// /// 通道 /// public class Paras_LinuxTest_Queue { /// /// 存储通道名称 /// public string StoreQueueName { get; set; } } }