รายการสอบแข่งขัน / คัดเลือก => Done
This commit is contained in:
parent
0be28f93f6
commit
ccf9aa86ab
4 changed files with 177 additions and 55 deletions
|
|
@ -1 +1,15 @@
|
|||
export type {};
|
||||
// ข้อมูลรายการสอบแข่งขัน/คัดเลือก
|
||||
interface FormPlacementMainData {
|
||||
id: number;
|
||||
ExamRound: string;
|
||||
ExamOrder: number;
|
||||
FiscalYear: number;
|
||||
NumberofCandidates: number;
|
||||
ExamType: number;
|
||||
AccountExpirationDate: string;
|
||||
isExpired?: boolean;
|
||||
}
|
||||
|
||||
|
||||
|
||||
export type { FormPlacementMainData };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue