mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-30 22:41:45 +00:00
重构:错误码管理
This commit is contained in:
@@ -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