总进度计划导入导出

This commit is contained in:
Teo
2025-09-16 09:41:15 +08:00
parent 371c599bdf
commit 275ba22157
3 changed files with 33 additions and 17 deletions

View File

@ -66,6 +66,7 @@ export interface ConstructionSchedulePlanForm extends BaseEntity {
*/
id?: string | number;
parentId?: string | number;
projectStructureName?: string;
/**
* 项目ID
*/