|
@@ -33,8 +33,8 @@ public class TeacherApplyDetailReq implements Serializable {
|
|
|
private Integer gender;
|
|
|
|
|
|
@ApiModelProperty(value = "出生日期 ", required = true)
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
private Date birthdate;
|
|
|
|
|
|
@NotBlank(message = "专业技能不能为空")
|