fix:add feild graduationYearLock

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-11-17 17:08:32 +07:00
parent 2224bd3465
commit ed77232c91
3 changed files with 102 additions and 27 deletions

View file

@ -75,6 +75,7 @@ interface RequestPosition {
typeId: string;
typeName: string;
highDegree: Boolean;
educationLevel?: string;
}
interface RequestPayment {

View file

@ -56,6 +56,7 @@ interface ResponsePosition {
name: string;
};
highDegree: string;
educationLevel?: string;
}
interface ResponsePayment {
id: string;