using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Lskj.PubUtils { /// /// 发送手机端消息编码,此类均已16进制存储数据 /// public class JPushMessage { /// /// 获取员工位置消息 /// public const int Location = 0x3e8; } }