using System;
using Microsoft.Toolkit.Mvvm.ComponentModel;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections.ObjectModel;
using BPASmart.Model;
using Microsoft.Toolkit.Mvvm.Input;
using BPASmart.RecipeManagement.View;
using System.Windows.Controls;
using BPASmart.RecipeManagement.Globle;
using BPASmartClient.Helper;
namespace BPASmart.RecipeManagement.ViewModel
{
public class MaterialManagerViewModel : ObservableObject
{
///
/// 原料集合
///
public ObservableCollection MaterialList { get; set; } = Json.Data.locaMaterails;
public RelayCommand CreateMaterailCommand { get; set; }
public RelayCommand