fix bug
This commit is contained in:
parent
5246a694d4
commit
53fc2493e3
9 changed files with 100 additions and 45 deletions
|
|
@ -2,6 +2,8 @@ interface dataPost {
|
|||
cardId: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
page: number;
|
||||
pageSize: number;
|
||||
}
|
||||
|
||||
interface DataOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue