using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPASmartClient.MorkS.Model { public class Global { /// /// 本地模拟订单 /// public static bool EnableLocalSimOrder { get; set; } /// /// 本地订单模式 /// public static bool LocalOrderModel { get; set; } } }