namespace Tnb.EquipMgr.Entities.Dto { public class EquipRepairRefuseInput { public string id { get; set; } public string reason { get; set; } } }