using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPASmartClient.MorkM.Model { internal class GeneralConfig { /// /// 激活本地模拟订单 /// public static bool EnableLocalSimOrder { get; set; } } }