แก้ ทั้งหมด ส่ง ""

This commit is contained in:
setthawutttty 2024-10-08 10:45:25 +07:00
parent ca5b49d16b
commit a503664b7b
3 changed files with 23 additions and 22 deletions

View file

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