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
89b3f99d
You need to sign in or sign up before continuing.
Commit
89b3f99d
authored
May 06, 2020
by
macro
Browse files
Update OmsMoneyInfoParam.java
parent
cbd7f077
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/dto/OmsMoneyInfoParam.java
View file @
89b3f99d
package
com.macro.mall.dto
;
package
com.macro.mall.dto
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Getter
;
import
lombok.Getter
;
import
lombok.Setter
;
import
lombok.Setter
;
...
@@ -12,8 +13,12 @@ import java.math.BigDecimal;
...
@@ -12,8 +13,12 @@ import java.math.BigDecimal;
@Getter
@Getter
@Setter
@Setter
public
class
OmsMoneyInfoParam
{
public
class
OmsMoneyInfoParam
{
@ApiModelProperty
(
"订单ID"
)
private
Long
orderId
;
private
Long
orderId
;
@ApiModelProperty
(
"运费金额"
)
private
BigDecimal
freightAmount
;
private
BigDecimal
freightAmount
;
@ApiModelProperty
(
"管理员后台调整订单使用的折扣金额"
)
private
BigDecimal
discountAmount
;
private
BigDecimal
discountAmount
;
@ApiModelProperty
(
"订单状态:0->待付款;1->待发货;2->已发货;3->已完成;4->已关闭;5->无效订单"
)
private
Integer
status
;
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