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.
29 lines
978 B
C#
29 lines
978 B
C#
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; }
|
|
}
|
|
}
|