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