using System; using System.Collections.Generic; using System.Text; namespace WCS.Entity { /// /// 协议 /// public interface IProtocol { } }