commit:1.6版本发布

This commit is contained in:
Jerry
2021-05-02 20:19:06 +08:00
parent 1a713fa34f
commit 5f9a18a8eb
78 changed files with 1183 additions and 826 deletions

View File

@@ -120,7 +120,8 @@ public class StudentDto {
/**
* 注册时间。
*/
@ApiModelProperty(value = "注册时间")
@ApiModelProperty(value = "注册时间", required = true)
@NotNull(message = "数据验证失败,注册时间不能为空!")
private Date registerTime;
/**