秒杀时间段优化,hutool升级到5.2.5,swagger contact修改去掉idea启动的warn及其其他警告
This commit is contained in:
@ -148,6 +148,9 @@ public class YxStoreSeckill implements Serializable {
|
||||
@Column(name = "is_show",nullable = false)
|
||||
private Integer isShow;
|
||||
|
||||
@NotNull(message = "请选择开始时间")
|
||||
private Integer timeId;
|
||||
|
||||
public void copy(YxStoreSeckill source){
|
||||
BeanUtil.copyProperties(source,this, CopyOptions.create().setIgnoreNullValue(true));
|
||||
}
|
||||
|
@ -94,4 +94,6 @@ public class YxStoreSeckillDTO implements Serializable {
|
||||
private Date endTimeDate;
|
||||
|
||||
private String statusStr;
|
||||
|
||||
private Integer timeId;
|
||||
}
|
Reference in New Issue
Block a user