| | |
| | | |
| | | @Schema(description = "教育经历列表") |
| | | @Valid |
| | | private List<HrmEmployeeEducationSaveReqVO> educationList; |
| | | private List<HrmEmployeeEducationSaveReqVO> educations; |
| | | |
| | | @Schema(description = "工作经历列表") |
| | | @Valid |
| | | private List<HrmEmployeeWorkHistorySaveReqVO> workHistoryList; |
| | | private List<HrmEmployeeWorkHistorySaveReqVO> workHistories; |
| | | |
| | | @Schema(description = "紧急联系人列表") |
| | | @Valid |
| | | private List<HrmEmployeeEmergencyContactSaveReqVO> emergencyContactList; |
| | | private List<HrmEmployeeEmergencyContactSaveReqVO> emergencyContacts; |
| | | |
| | | } |