โครงาการ => ลักษณะโครงการ
This commit is contained in:
parent
3d60f25246
commit
b9dd4c8533
3 changed files with 60 additions and 68 deletions
|
|
@ -79,6 +79,10 @@ interface FormProjectDetail {
|
|||
developmentProjectTechniqueActuals: [];
|
||||
projectModalActual?: string | null;
|
||||
projectModalPlanneds?: string | null;
|
||||
strategyChildPlannedId: string | null; //id ยุทธศาสตร์เป้าหมายตามแผน
|
||||
strategyChildPlannedNode: number; //node ยุทธศาสตร์เป้าหมายตามแผน
|
||||
strategyChildActualId: string | null; //id ยุทธศาสตร์เป้าหมายตามจริง
|
||||
strategyChildActualNode: number; //node ยุทธศาสตร์เป้าหมายตามจริง
|
||||
}
|
||||
|
||||
export type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue