namespace Tnb.EquipMgr.Entities.Dto { public class PadRepairListInput { public string status { get; set; } public string equip_info { get; set; } } }