using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace XImagingXhandler.XDAL
{
///
/// 耗材孔底部实体
///
public class LabwareWellBottom
{
///
/// 耗材孔底部形状Id
///
public string labwareWellBottom_id { get; set; }
///
/// 耗材孔底部形状名称
///
public string labwareWellBottom_name { get; set; }
}
}