Skip to content

Commit

Permalink
Changes to ignore "schoolOfRecordId", "schoolAtGradId" during deseria…
Browse files Browse the repository at this point in the history
…lization of "gradstatus".
sumathi-thirumani committed Jan 30, 2025
1 parent fb58937 commit a473af4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package ca.bc.gov.educ.api.graduation.model.dto;

import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Data;
import org.springframework.stereotype.Component;

@@ -11,6 +12,7 @@

@Data
@Component
@JsonIgnoreProperties({"schoolOfRecordId", "schoolAtGradId"})
public class GradAlgorithmGraduationStudentRecord {

private String studentGradData;

0 comments on commit a473af4

Please sign in to comment.