优化网站导航模块
This commit is contained in:
23
src/api/think/sysLog/model/index.ts
Normal file
23
src/api/think/sysLog/model/index.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
import type { PageParam } from '@/api';
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
export interface SysLog {
|
||||
//
|
||||
id?: number;
|
||||
//
|
||||
version?: string;
|
||||
//
|
||||
logContent?: string;
|
||||
//
|
||||
addtime?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
* 搜索条件
|
||||
*/
|
||||
export interface SysLogParam extends PageParam {
|
||||
id?: number;
|
||||
keywords?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user