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
17da4ba0
Commit
17da4ba0
authored
May 09, 2020
by
macro
Browse files
Update OmsReceiverInfoParam.java
parent
c8dea016
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/dto/OmsReceiverInfoParam.java
View file @
17da4ba0
package
com.macro.mall.dto
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Getter
;
import
lombok.Setter
;
...
...
@@ -10,13 +11,22 @@ import lombok.Setter;
@Getter
@Setter
public
class
OmsReceiverInfoParam
{
@ApiModelProperty
(
value
=
"订单ID"
)
private
Long
orderId
;
@ApiModelProperty
(
value
=
"收货人姓名"
)
private
String
receiverName
;
@ApiModelProperty
(
value
=
"收货人电话"
)
private
String
receiverPhone
;
@ApiModelProperty
(
value
=
"收货人邮编"
)
private
String
receiverPostCode
;
@ApiModelProperty
(
value
=
"详细地址"
)
private
String
receiverDetailAddress
;
@ApiModelProperty
(
value
=
"省份/直辖市"
)
private
String
receiverProvince
;
@ApiModelProperty
(
value
=
"城市"
)
private
String
receiverCity
;
@ApiModelProperty
(
value
=
"区"
)
private
String
receiverRegion
;
@ApiModelProperty
(
value
=
"订单状态:0->待付款;1->待发货;2->已发货;3->已完成;4->已关闭;5->无效订单"
)
private
Integer
status
;
}
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