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

(cherry picked from commit 7e511d1e4f)
This commit is contained in:
puhui999
2023-09-09 20:51:33 +08:00
committed by shizhong
parent fc77eb3b89
commit 2e4cad38bb
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