using System.ComponentModel; namespace Common.Base { /// <summary> /// 需要序列化的成员继承此接口 /// </summary> public interface IMongo: ISupportInitialize { } }