no message

This commit is contained in:
setthawutttty 2023-07-04 09:41:24 +07:00
parent dc5ea784a3
commit c296bdfc48
8 changed files with 219 additions and 174 deletions

View file

@ -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;
}

View file

@ -1,4 +1,5 @@
interface TableName {
personalId: string;
profileID: string;
position: number;
fullName: string;