This commit is contained in:
2023-12-05 14:14:58 +08:00
parent a07768b4af
commit 1ee00e692a
2 changed files with 14 additions and 1 deletions

View File

@@ -12,5 +12,7 @@ namespace Tnb.ProductionMgr.Entities.Dto
public string? end_repair_time { get; set; }
public string? confirm_time { get; set; }
public string status { get; set; }
public string breakdown_name { get; set; }
public string andon_type_name { get; set; }
}
}