Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
aa510fb7
Commit
aa510fb7
authored
May 07, 2020
by
macro
Browse files
Update OmsOrderDetail.java
parent
89b3f99d
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/dto/OmsOrderDetail.java
View file @
aa510fb7
...
...
@@ -3,6 +3,7 @@ package com.macro.mall.dto;
import
com.macro.mall.model.OmsOrder
;
import
com.macro.mall.model.OmsOrderItem
;
import
com.macro.mall.model.OmsOrderOperateHistory
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Getter
;
import
lombok.Setter
;
...
...
@@ -15,8 +16,10 @@ import java.util.List;
public
class
OmsOrderDetail
extends
OmsOrder
{
@Getter
@Setter
@ApiModelProperty
(
"订单商品列表"
)
private
List
<
OmsOrderItem
>
orderItemList
;
@Getter
@Setter
@ApiModelProperty
(
"订单操作记录列表"
)
private
List
<
OmsOrderOperateHistory
>
historyList
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment