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
7ae17e9f
Commit
7ae17e9f
authored
Jan 16, 2023
by
macro
Browse files
Update SmsFlashPromotion.java
parent
81ff4e32
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-mbg/src/main/java/com/macro/mall/model/SmsFlashPromotion.java
View file @
7ae17e9f
...
...
@@ -7,6 +7,7 @@ import java.util.Date;
public
class
SmsFlashPromotion
implements
Serializable
{
private
Long
id
;
@ApiModelProperty
(
value
=
"秒杀时间段名称"
)
private
String
title
;
@ApiModelProperty
(
value
=
"开始日期"
)
...
...
@@ -18,7 +19,7 @@ public class SmsFlashPromotion implements Serializable {
@ApiModelProperty
(
value
=
"上下线状态"
)
private
Integer
status
;
@ApiModelProperty
(
value
=
"
秒杀时间段名称
"
)
@ApiModelProperty
(
value
=
"
创建时间
"
)
private
Date
createTime
;
private
static
final
long
serialVersionUID
=
1L
;
...
...
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