Merge branch 'develop' of frappet.github.com:Frappet/bma-ehr-frontend into oat_dev

This commit is contained in:
oat_dev 2024-04-17 15:08:47 +07:00
commit f4711537be
5 changed files with 122 additions and 124 deletions

View file

@ -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 {