using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Text; namespace JTNE.Protocol { /// /// 数据体 /// public abstract class JTNEBodies { } }