ปรับ fe sprint2
This commit is contained in:
parent
8576f3c387
commit
0d6ff7be0a
83 changed files with 6932 additions and 2571 deletions
|
|
@ -21,11 +21,11 @@ interface ResponsePeriodExam {
|
|||
round: number;
|
||||
yearly: number;
|
||||
fee: number;
|
||||
dateAnnounce: Date;
|
||||
dateAnnouncement: [Date, Date];
|
||||
dateExam: Date;
|
||||
dateRegister: [Date, Date];
|
||||
datePayment: [Date, Date];
|
||||
dateAnnounce: Date | null;
|
||||
dateAnnouncement: [Date, Date] | null;
|
||||
dateExam: Date | null;
|
||||
dateRegister: [Date, Date] | null;
|
||||
datePayment: [Date, Date] | null;
|
||||
organizationName: {
|
||||
id: string;
|
||||
name: string;
|
||||
|
|
@ -50,6 +50,7 @@ interface ResponsePosition {
|
|||
id: string;
|
||||
name: string;
|
||||
};
|
||||
highDegree: Boolean;
|
||||
}
|
||||
interface ResponsePayment {
|
||||
id: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue