using BPA.Helper;
using BPASmartClient.Model;
using BPASmartClient.Model.小炒机;
using BPA.Helper;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BPASmartClient.ViewModel
{
public class FoodMenuViewModel : NotifyBase
{
///
/// 菜单
///
public ObservableCollection FoodMenus { get; set; } = new ObservableCollection();
public BPARelayCommand