完善订单详情和售后退款 TODO 提到的问题

(cherry picked from commit 73628d3930)
This commit is contained in:
puhui999
2023-09-06 11:23:16 +08:00
committed by shizhong
parent b398062102
commit 69eb2c0f3a
7 changed files with 55 additions and 38 deletions

View File

@ -51,10 +51,10 @@ export interface OrderVO {
avatar?: string
}
// 订单操作日志
orderLog?: orderLog[]
logs?: logs[]
}
export interface orderLog {
export interface logs {
content?: string
createTime?: Date
userType?: number