แก้ ค้นหาคำจาก ข้อความไม่ได้
This commit is contained in:
parent
267f863205
commit
50a4a8d182
3 changed files with 51 additions and 95 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue