fix(prison): 修复评估报告日期和映射构建问题 #6

Open
tangweijie wants to merge 12 commits from feat/questionnaire-task-management into master-jdk17
Showing only changes of commit e51432cc32 - Show all commits

View File

@ -33,6 +33,10 @@ public class QuestionnaireRecordRespVO {
@ExcelProperty("任务ID")
private Long taskId;
@Schema(description = "任务名称", example = "一月心理测评任务")
@ExcelProperty("任务名称")
private String taskName;
@Schema(description = "问卷名称")
@ExcelProperty("问卷名称")
private String questionnaireName;