🔨 查询字段.

This commit is contained in:
lijiahangmax
2025-03-21 00:05:04 +08:00
parent 819520ef73
commit b3009bb65e
10 changed files with 37 additions and 23 deletions

View File

@@ -1,11 +1,11 @@
import type { DataGrid, OrderDirection, Pagination } from '@/types/global';
import type { DataGrid, Pagination } from '@/types/global';
import type { TableData } from '@arco-design/web-vue';
import axios from 'axios';
/**
* 历史归档查询请求
*/
export interface HistoryValueQueryRequest extends Pagination, OrderDirection {
export interface HistoryValueQueryRequest extends Pagination {
searchValue?: string;
relId?: number;
type?: string;