feat(questionnaire-record): 补充答题记录任务名称字段
This commit is contained in:
parent
91f32de8dd
commit
e51432cc32
@ -33,6 +33,10 @@ public class QuestionnaireRecordRespVO {
|
|||||||
@ExcelProperty("任务ID")
|
@ExcelProperty("任务ID")
|
||||||
private Long taskId;
|
private Long taskId;
|
||||||
|
|
||||||
|
@Schema(description = "任务名称", example = "一月心理测评任务")
|
||||||
|
@ExcelProperty("任务名称")
|
||||||
|
private String taskName;
|
||||||
|
|
||||||
@Schema(description = "问卷名称")
|
@Schema(description = "问卷名称")
|
||||||
@ExcelProperty("问卷名称")
|
@ExcelProperty("问卷名称")
|
||||||
private String questionnaireName;
|
private String questionnaireName;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user