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
2616ba42
Commit
2616ba42
authored
Sep 28, 2025
by
macro
Browse files
Update FlashPromotionProduct.java
parent
97f630e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/domain/FlashPromotionProduct.java
View file @
2616ba42
...
...
@@ -16,7 +16,7 @@ import java.math.BigDecimal;
public
class
FlashPromotionProduct
extends
PmsProduct
{
@ApiModelProperty
(
"秒杀价格"
)
private
BigDecimal
flashPromotionPrice
;
@ApiModelProperty
(
"用于秒杀
到
数量"
)
@ApiModelProperty
(
"用于秒杀
的
数量"
)
private
Integer
flashPromotionCount
;
@ApiModelProperty
(
"秒杀限购数量"
)
private
Integer
flashPromotionLimit
;
...
...
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