using System.Collections.Generic; using MongoDB.Bson.Serialization.Attributes; namespace ET { public class HttpOrderComponent : Entity, IAwake, IDestroy { [BsonIgnore] public Dictionary OrderErrorNumDic = new Dictionary(); //预留字典,无用 [BsonIgnore] public Dictionary ReserveDic = new Dictionary(); } }