mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-02 00:26:13 +00:00
@@ -1,10 +1,10 @@
|
||||
import request from '@/config/axios'
|
||||
|
||||
export interface ErrorCodeVO {
|
||||
id: number
|
||||
id: number | undefined
|
||||
type: number
|
||||
applicationName: string
|
||||
code: number
|
||||
code: number | undefined
|
||||
message: string
|
||||
memo: string
|
||||
createTime: Date
|
||||
|
||||
Reference in New Issue
Block a user