修改数据教育经验的时间字段

This commit is contained in:
zk
2026-03-24 17:33:40 +08:00
parent 929e9e4d72
commit ec6c2d9579
3 changed files with 12 additions and 12 deletions
@@ -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;
@@ -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;