แก้ ค้นหาคำจาก ข้อความไม่ได้

This commit is contained in:
setthawutttty 2023-09-04 10:46:49 +07:00
parent 267f863205
commit 50a4a8d182
3 changed files with 51 additions and 95 deletions

View file

@ -5,4 +5,15 @@ interface FormProprsalsRound {
done: number;
remain: number;
}
export type { FormProprsalsRound };
interface FormProprsalsRound2 {
period_id: string;
period_name: string;
period_year: string;
period_amount: number;
period_start: any;
period_end: any;
period_isActive: boolean;
period_doc: any;
}
export type { FormProprsalsRound, FormProprsalsRound2 };