微调报告

This commit is contained in:
2025-01-15 18:01:12 +08:00
parent 44b1da94c1
commit 8fc1d1ffc9
3 changed files with 657 additions and 625 deletions

View File

@@ -14,6 +14,14 @@ export namespace Device {
pattern:string;
}
/**
* 被检设备表格分页查询参数
*/
export interface ReqDevReportParams extends ReqPage{
planId?:string; // 计划id
devId?:string; // 装置id
}
/**
* 被检设备新增、修改、根据id查询返回的对象
*/