using BPASmartClient.MorkMOC;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BPASmartClient.MilkWithTea.Model
{
partial class JsonLocalRecipes
{
///
/// 本地奶茶配方
///
public ObservableCollection localRecipes { get; set; } = new ObservableCollection();
///
/// 本地原料
///
public ObservableCollection localMaterails { get; set; } = new ObservableCollection();
}
}