ADD: 检修计划添加项目负责人和项目成员
This commit is contained in:
@@ -36,6 +36,9 @@ export namespace Plan {
|
||||
children?: ResPlan[];
|
||||
testConfig?: PlanTestConfig;
|
||||
importFlag?: number; // 导入标识,0-否,1-是
|
||||
leader?: string; // 负责人
|
||||
memberIds?: string[]; //成员
|
||||
members?: string; //成员字符串
|
||||
}
|
||||
|
||||
// 检测计划 + 分页
|
||||
|
||||
Reference in New Issue
Block a user