เพิ่ม Report โครงสร้าง
This commit is contained in:
parent
e3c835228c
commit
a55820297a
3 changed files with 68 additions and 5 deletions
|
|
@ -127,6 +127,11 @@ interface NewPagination {
|
|||
sortBy: string;
|
||||
}
|
||||
|
||||
interface DataDocumentList {
|
||||
name: string;
|
||||
val: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
Pagination,
|
||||
DataOption,
|
||||
|
|
@ -144,4 +149,5 @@ export type {
|
|||
HistoryPostType,
|
||||
FormPositionSelectRef,
|
||||
NewPagination,
|
||||
DataDocumentList,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue