mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-18 02:56:30 +08:00
commit:1.6版本发布
This commit is contained in:
@@ -120,7 +120,8 @@ public class StudentDto {
|
||||
/**
|
||||
* 注册时间。
|
||||
*/
|
||||
@ApiModelProperty(value = "注册时间")
|
||||
@ApiModelProperty(value = "注册时间", required = true)
|
||||
@NotNull(message = "数据验证失败,注册时间不能为空!")
|
||||
private Date registerTime;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user