using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace XHandler.Class.DataEx { public class PlateWellsData { public int nIndex { get; set; } public string liquidTypeID { get; set; } public string liquidTypeName { get; set; } public int nVolume { get; set; } public string wells { get; set; } } }