|
@@ -1,7 +1,6 @@
|
|
|
package com.zjugis.module.adm.controller.admin.report.vo.base;
|
|
|
|
|
|
import com.zjugis.module.adm.controller.admin.report.vo.comment.ReportCommentRespVO;
|
|
|
-import com.zjugis.module.adm.controller.admin.report.vo.receive.ReportReceiveRespVO;
|
|
|
import com.zjugis.module.adm.controller.admin.report.vo.workload.ReportWorkloadRespVO;
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
import lombok.*;
|
|
@@ -20,6 +19,11 @@ public class ReportRespVO extends ReportBaseVO {
|
|
|
@Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
|
private LocalDateTime createTime;
|
|
|
|
|
|
+ /**
|
|
|
+ * 用户昵称
|
|
|
+ */
|
|
|
+ private String userNickname;
|
|
|
+
|
|
|
|
|
|
@Schema(description = "工作量列表")
|
|
|
private List<ReportWorkloadRespVO> workload;
|