แก้ ทั้งหมด ส่ง ""
This commit is contained in:
parent
ca5b49d16b
commit
a503664b7b
3 changed files with 23 additions and 22 deletions
|
|
@ -77,6 +77,10 @@ interface OpfillterType {
|
|||
id: number;
|
||||
value: string;
|
||||
}
|
||||
interface OpfillterTypeSt {
|
||||
id: string;
|
||||
value: string;
|
||||
}
|
||||
interface CriteriaType {
|
||||
criteriaType: string;
|
||||
criteriaValue: string;
|
||||
|
|
@ -91,4 +95,5 @@ export type {
|
|||
mapData,
|
||||
OpfillterType,
|
||||
CriteriaType,
|
||||
OpfillterTypeSt
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue