mall-order:修复 todo 提到的问题

This commit is contained in:
puhui999
2023-09-09 20:51:33 +08:00
parent a79f1452b3
commit 7e511d1e4f
4 changed files with 8 additions and 12 deletions

View File

@ -51,11 +51,10 @@ export interface OrderVO {
avatar?: string
}
// 订单操作日志
logs?: logs[]
logs?: OrderLogRespVO[]
}
// TODO @puhui999OrderLogRespVO 会不会更好哈。
export interface logs {
export interface OrderLogRespVO {
content?: string
createTime?: Date
userType?: number