namespace EInk.Dtos { public class InitLot2DetailDto { public string ID { get; set; } public string Classification { get; set; } public string ContourRect_X { get; set; } public string ContourRect_Y { get; set; } public string ContourRect_Width { get; set; } public string ContourRect_Height { get; set; } public string ContourRect_Area { get; set; } } }