AHTC/RGD/RGD.Model/CControl_Model.cs

15 lines
296 B
C#
Raw Permalink Normal View History

2025-05-19 09:22:33 +08:00
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<string> lastBatchFids = new List<string>(); // 用来存储上一批次的 FID
}
}