fix:数据查询支持列头无关联,基于tag查询 查询
This commit is contained in:
@@ -61,4 +61,10 @@ public class GetSimulationTaskFileReq extends BaseReq {
|
||||
|
||||
@Schema(description = "标签筛选参数")
|
||||
private TagReq tagReq;
|
||||
|
||||
@Schema(description = "排序字段名(如: tag1Name、tag2Name...taskName、runName)")
|
||||
private String orderBy;
|
||||
|
||||
@Schema(description = "排序类型:Asc/Desc")
|
||||
private String orderType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user