You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
462 B
C#

using Mesnac.Action.ChemicalWeighing.LjMixManager;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Mesnac.Action.ChemicalWeighing.LjPlanning
{
public class UnitView
{
public List<RecipePlcView> H1 { get; set; }
public List<RecipePlcView> H2 { get; set; }
public List<Step> R1 { get; set; }
public List<MixStep> R2 { get; set; }
}
}