using System; using System.Collections.Generic; using System.Text; enum CollectionType { None = 0, //都可以采集 Task = 1, //只有拥有任务才可以采集 }