step2 ถ้าไม่ได้กรอก เงิน บันทึกส่ง 0

This commit is contained in:
setthawutttty 2023-09-04 11:34:21 +07:00
parent 50a4a8d182
commit 101158d6a1
3 changed files with 19 additions and 12 deletions

View file

@ -15,5 +15,6 @@ interface FormProprsalsRound2 {
period_end: any;
period_isActive: boolean;
period_doc: any;
period_status:any
}
export type { FormProprsalsRound, FormProprsalsRound2 };