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