using Mesnac.Controls.ChemicalWeighing; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Mesnac.Action.ChemicalWeighing.LjDeliver.Entity { public class HslBottleEntity { public HslBottle Bottle1 { get; set; } public HslBottle Bottle2 { get; set; } public HslBottle Bottle3 { get; set; } public HslBottle Bottle4 { get; set; } public HslBottle Bottle5 { get; set; } public HslBottle Bottle6 { get; set; } public HslBottle Bottle7 { get; set; } public HslBottle Bottle8 { get; set; } public HslBottle Bottle9 { get; set; } public HslBottle Bottle10 { get; set; } public HslBottle Bottle11 { get; set; } public HslBottle Bottle12 { get; set; } public HslBottle Bottle13 { get; set; } public HslBottle Bottle14 { get; set; } public HslBottle Bottle15 { get; set; } } }