Skip to content

Commit

Permalink
Update SmsFlashPromotion.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Jan 16, 2023
1 parent 81ff4e3 commit 7ae17e9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
public class SmsFlashPromotion implements Serializable {
private Long id;

@ApiModelProperty(value = "秒杀时间段名称")
private String title;

@ApiModelProperty(value = "开始日期")
Expand All @@ -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;
Expand Down

0 comments on commit 7ae17e9

Please sign in to comment.