using BPASmartClient.Model.大炒; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPASmartClient.MorkBF.Model { public class Global { public static FryPotMessages GLoFryMessage { get; set; } = new FryPotMessages(); } }