using System.Collections.Generic; using MongoDB.Bson.Serialization.Attributes; namespace ET { public class Gather:Entity,IAwake,ISerializeToEntity { //采集列表 public List PeopleIdList = new List(); public long ResPointId; public int ResConfigId; //准备去采集 public List PreparePeopleIdList = new List(); // [BsonIgnore] public int GatherTime = 0; } }