feat: 提交模板代码
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* 标准响应数据格式
|
||||
*/
|
||||
export interface StandardResponse<T = unknown> {
|
||||
code: number
|
||||
data: T
|
||||
message: string
|
||||
}
|
||||
Reference in New Issue
Block a user