using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace XImagingXhandler.XDAL { /// /// 孔位信息实体 /// public class WellInfo { public string WellName { get; set; } public int WellIndex { get; set; } } }