1、数据查询三个接口,返回值新增searchType字段
This commit is contained in:
@@ -107,4 +107,6 @@ public class PerformanceNodePo extends NodeAllBase {
|
||||
private String runId;
|
||||
private String runName;
|
||||
|
||||
private String searchType = "performance";
|
||||
|
||||
}
|
||||
|
||||
@@ -81,4 +81,6 @@ public class TaskRunPo extends BaseEntity {
|
||||
* 仿真负责人
|
||||
*/
|
||||
private String pMembers;
|
||||
|
||||
private String searchType = "run";
|
||||
}
|
||||
|
||||
@@ -80,6 +80,7 @@ public class SpdmAnalysisTaskVo extends BaseEntity {
|
||||
private String tag9;
|
||||
private String tag10;
|
||||
|
||||
private String searchType = "task";
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user