using BPA.Models; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPASmartClient.Model.小炒机 { public class MaterialAndFryingTime { public Dictionary> materials { get; set; } = new Dictionary>(); } }