修改数据教育经验的时间字段
This commit is contained in:
+4
-4
@@ -27,11 +27,11 @@ public class UserProfileEducationDto {
|
||||
/** 学习形式 0=全日制 1=非全日制 */
|
||||
private Integer studyType;
|
||||
|
||||
/** 入学年份 */
|
||||
private Integer startYear;
|
||||
/** 开始时间,格式:2023.09 */
|
||||
private String startDate;
|
||||
|
||||
/** 毕业年份 */
|
||||
private Integer endYear;
|
||||
/** 结束时间,格式:2024.06 */
|
||||
private String endDate;
|
||||
|
||||
/** 描述段落 */
|
||||
private List<DescriptionParagraph> description;
|
||||
|
||||
+4
-4
@@ -29,11 +29,11 @@ public class UserProfileEducationParam {
|
||||
/** 学习形式 0=全日制 1=非全日制 */
|
||||
private Integer studyType;
|
||||
|
||||
/** 入学年份 */
|
||||
private Integer startYear;
|
||||
/** 开始时间,格式:2023.09 */
|
||||
private String startDate;
|
||||
|
||||
/** 毕业年份 */
|
||||
private Integer endYear;
|
||||
/** 结束时间,格式:2024.06 */
|
||||
private String endDate;
|
||||
|
||||
/** 描述段落 */
|
||||
private List<DescriptionParagraph> description;
|
||||
|
||||
Reference in New Issue
Block a user