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

(cherry picked from commit 3c315cf287)
This commit is contained in:
YunaiV
2023-09-09 01:44:08 +08:00
committed by shizhong
parent ba8840de4f
commit 58f01a8bc5
4 changed files with 17 additions and 21 deletions

View File

@ -54,6 +54,7 @@ export interface OrderVO {
logs?: logs[]
}
// TODO @puhui999OrderLogRespVO 会不会更好哈。
export interface logs {
content?: string
createTime?: Date