no message
This commit is contained in:
parent
dc5ea784a3
commit
c296bdfc48
8 changed files with 219 additions and 174 deletions
|
|
@ -1,12 +1,13 @@
|
|||
// ข้อมูลรายการสอบแข่งขัน/คัดเลือก
|
||||
interface FormPlacementMainData {
|
||||
id: number;
|
||||
examRound: string;
|
||||
examOrder: number;
|
||||
fiscalYear: number;
|
||||
numberofCandidates: number;
|
||||
examType: number;
|
||||
accountExpirationDate: string;
|
||||
name: string;
|
||||
round: number;
|
||||
year: number;
|
||||
number: number;
|
||||
placementType: number;
|
||||
startDate: string;
|
||||
endDate: string;
|
||||
isExpired?: boolean;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
interface TableName {
|
||||
personalId: string;
|
||||
profileID: string;
|
||||
position: number;
|
||||
fullName: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue