no message
This commit is contained in:
parent
7afbb2911a
commit
93855f6622
6 changed files with 66 additions and 9 deletions
|
|
@ -21,7 +21,8 @@ interface listMain {
|
|||
statustext: string;
|
||||
createdAt: Date;
|
||||
amountOld: number;
|
||||
positionDate: Date
|
||||
positionDate: Date;
|
||||
leaveDate: Date
|
||||
}
|
||||
//ข้อมูลจาก api
|
||||
interface listMainAPI {
|
||||
|
|
@ -48,6 +49,7 @@ interface listMainAPI {
|
|||
createdAt: Date;
|
||||
amountOld: number;
|
||||
positionDate: Date
|
||||
leaveDate: Date
|
||||
}
|
||||
|
||||
interface OtherdataInterface {
|
||||
|
|
@ -97,6 +99,7 @@ interface resApiData {
|
|||
avatar: string;
|
||||
commandType: string;
|
||||
militaryDate: Date
|
||||
leaveDate: Date
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue