โครงการ => แก้ไขโครงการ/หลักสูตรการฝึกอบรม

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-18 12:21:10 +07:00
parent 29072a7f78
commit ab4a83eb2e
3 changed files with 249 additions and 112 deletions

View file

@ -9,10 +9,12 @@ interface FormQueryListProject {
interface FormBasicinfo {
year: number;
org: string;
projectName: string;
reason: string;
objective: string;
node: number | null;
nodeId: string | null;
orgRevisionId: string | null;
}
interface FormGroupTarget {