稽查修改

This commit is contained in:
he
2026-07-30 15:59:11 +08:00
parent 32e23ca0a2
commit 372ee55241
2 changed files with 39 additions and 0 deletions
@@ -449,6 +449,12 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
public List<GetTrialShowInspectionOutDto> Children { get; set; }
}
public class InspectionDto
{
public Guid Id { get; set; }
public string? JsonDetail { get; set; }
}
public class SetTrialShowInspection
{