| | |
| | | package com.ruoyi.personnel.dto; |
| | | |
| | | import com.deepoove.poi.data.PictureRenderData; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | |
| | | public class TrainingRecordExportDto { |
| | | |
| | | @ApiModelProperty("用户名称1") |
| | | private String userName1; |
| | | private PictureRenderData userNameRender1; |
| | | |
| | | @ApiModelProperty("部门1") |
| | | private String department1; |
| | |
| | | private String examinationResults1; |
| | | |
| | | @ApiModelProperty("用户名称2") |
| | | private String userName2; |
| | | private PictureRenderData userNameRender2; |
| | | |
| | | @ApiModelProperty("部门1") |
| | | private String department2; |
| | |
| | | private String examinationResults2; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |