using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RGD.Model { public class CControl_Model { public static List lastBatchFids = new List(); // 用来存储上一批次的 FID } }