字段调整

This commit is contained in:
GYYM
2024-11-08 13:09:06 +08:00
parent 50bebf451d
commit 74c03a2358
6 changed files with 213 additions and 44 deletions

View File

@@ -23,6 +23,11 @@ export namespace Plan {
export interface ReqPlanParams extends ReqPage,PlanBO {
}
// 检测计划 + 检测源
export interface PlanAndSourceBO extends PlanBO {
testSourceName: string;//计划所属检测源
}
// // 检测计划列表
// export interface PlanList {
// id: string; //检测计划ID