namespace Tnb.ProductionMgr.Entities.Dto { public class MarkingLabelInput { public string station_id { get; set; } public string mark_code { get; set; } public string label_code { get; set; } public string result { get; set; } } }