This commit is contained in:
geh
2025-06-18 16:17:36 +08:00
parent 4926935d71
commit 0cb37e2c02
21 changed files with 2751 additions and 692 deletions
@@ -7,7 +7,7 @@ namespace Model
/// </summary>
public class InspectionManagementOutput : BaseEntities
{
public string Id { get; set; }
public string Id { get; set; }
public string BreakdownCode { get; set; }
public string BreakdownName { get; set; }
public string Basis { get; set; }