using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DocumentServiceApi.InitQMessage { /// /// 消息结构定义 /// public static class INITQMessageDefine { /// /// 购入Oder消息 /// public const string InitTentOder = "DocumentServiceAPI_OderINIT"; } }