namespace Tnb.ProductionMgr.Entities.Dto { public class InstockInput { public string equip_code { get; set; } public string label_code { get; set; } } }