修改配置.

This commit is contained in:
lijiahangmax
2023-09-24 22:08:33 +08:00
parent fdc3bc6147
commit f6dd01f017
13 changed files with 2512 additions and 1290 deletions

View File

@@ -1,5 +1,6 @@
import axios from 'axios';
import { DataGrid, Pagination } from '@/types/global';
import { TableData } from '@arco-design/web-vue/es/table/interface';
/**
* 用户创建请求
@@ -42,7 +43,7 @@ export interface UserQueryRequest extends Pagination {
/**
* 用户查询响应
*/
export interface UserQueryResponse {
export interface UserQueryResponse extends TableData {
id?: number;
username?: string;
nickname?: string;