feat: 用户操作日志.

This commit is contained in:
lijiahang
2023-11-01 18:57:53 +08:00
parent cfcb5cb7a8
commit eafe69ebca
45 changed files with 1255 additions and 157 deletions

View File

@@ -40,10 +40,10 @@ export interface RoleQueryRequest extends Pagination {
* 角色查询响应
*/
export interface RoleQueryResponse extends TableData {
id?: number;
name?: string;
code?: string;
status?: number;
id: number;
name: string;
code: string;
status: number;
createTime: number;
updateTime: number;
creator: string;