111
This commit is contained in:
8
Web/src/model/common/ResultData.ts
Normal file
8
Web/src/model/common/ResultData.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
export interface IResultData<T = unknown> {
|
||||
code: number
|
||||
msg: string
|
||||
data?: T
|
||||
ErrorData?: unknown
|
||||
timestamp?: string
|
||||
}
|
||||
Reference in New Issue
Block a user