Skip to content

Commit 7b53a28

Browse files
committed
enrolledProgramCodes to shallow pagination object
1 parent f43d521 commit 7b53a28

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

api/src/main/java/ca/bc/gov/educ/studentdatacollection/api/model/v1/SdcSchoolCollectionStudentPaginationShallowEntity.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ public class SdcSchoolCollectionStudentPaginationShallowEntity {
7979
@Column(name = "ENROLLED_GRADE_CODE")
8080
private String enrolledGradeCode;
8181

82+
@Column(name = "ENROLLED_PROGRAM_CODE")
83+
private String enrolledProgramCode;
84+
8285
@Column(name = "BAND_CODE")
8386
private String bandCode;
8487

api/src/main/java/ca/bc/gov/educ/studentdatacollection/api/struct/v1/SdcSchoolCollectionStudentShallow.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ public class SdcSchoolCollectionStudentShallow implements Serializable {
5959

6060
private String enrolledGradeCode;
6161

62+
private String enrolledProgramCode;
63+
6264
private String schoolID;
6365

6466
private String bandCode;

0 commit comments

Comments
 (0)