using BPA.Models; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPASmartClient.Model.订单 { public class MorkMWSimOrder:BaseEvent { public List mixWink = new List(); } }