using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace POSV.Common { public class MqttTopic { /// /// 代理中心 /// public const string TOPIC_PROXY_CENTER = "msc/proxy"; /// /// 收银机监控沽清变动 /// public const string TOPIC_SALE_CLEAR = "pos/saleclear"; } }