namespace EInk.Dtos { public class InitLot2DetailDto { public string ID { get; set; } public string Classification { get; set; } public string CenterX { get; set; } public string CenterY { get; set; } public string SideXLength { get; set; } public string SideYLength { get; set; } //public string ContourRect_Area { get; set; } public string Rotation { get; set; } } }