fix(scholarship):display budgetSourceOther

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-10-08 17:44:03 +07:00
parent 8d22f98004
commit df91679357
2 changed files with 2 additions and 0 deletions

View file

@ -127,6 +127,7 @@ interface DataSholarship {
status: string;
planType: string; // INPLAN ในแผนฯ, OUTPLAN นอกแผนฯ
isNoUseBudget: boolean; // ไม่ใช้งบประมาณ
budgetSourceOther: string; //
}
export type { FormsSholarship, DataSholarship };