using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Future.Platform { /// /// 交互确认:要求操作员进行选项确认 /// public class Confirm { } }