Skip to content

Commit a2c565f

Browse files
authored
Added additional ofsted fields (#105)
1 parent 06f3b1f commit a2c565f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/GovUK.Dfe.CoreLibs.Contracts/Academies/V5/Establishments/EstablishmentDto.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ public class ReportCardFullInspectionDto
3636
public string? PreviousPost16Provision { get; set; }
3737
public string? LatestCategoryOfConcern { get; set; }
3838
public string? PreviousCategoryOfConcern { get; set; }
39+
public string? LatestPublicationDate { get; set; }
40+
public string? PreviousPublicationDate { get; set; }
3941
}

0 commit comments

Comments
 (0)