using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.ComponentModel; namespace XImagingXhandler.XDAL { /// /// 正在涂布位的耗材信息 /// public class CoatingPlate { /// /// 布局点位编号 /// public string LatticeNum { get; set; } = string.Empty; } }