Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
-
- namespace BPASmartClient.MorkS.Model
- {
- public class Global
- {
- /// <summary>
- /// 本地模拟订单
- /// </summary>
- public static bool EnableLocalSimOrder { get; set; }
-
- /// <summary>
- /// 本地订单模式
- /// </summary>
- public static bool LocalOrderModel { get; set; }
- }
- }
|