namespace Tnb.EquipMgr.Entities.Dto { public class RepairApplyRepeatInput { public string id { get; set; } public string repeat_result { get; set; } public string repeat_descrip { get; set; } } }