From 761bdc5b3f17df62aae1b424f2d2dabc11e844bc Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: Fri, 23 May 2025 09:33:44 +0800
Subject: [PATCH] 变动大幅度版本
---
src/main/java/com/gkhy/labRiskManage/domain/riskReport/model/dto/AssessPlanQueryDTO.java | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/gkhy/labRiskManage/domain/riskReport/model/dto/AssessPlanQueryDTO.java b/src/main/java/com/gkhy/labRiskManage/domain/riskReport/model/dto/AssessPlanQueryDTO.java
index 94e2cc5..92ae348 100644
--- a/src/main/java/com/gkhy/labRiskManage/domain/riskReport/model/dto/AssessPlanQueryDTO.java
+++ b/src/main/java/com/gkhy/labRiskManage/domain/riskReport/model/dto/AssessPlanQueryDTO.java
@@ -1,10 +1,14 @@
package com.gkhy.labRiskManage.domain.riskReport.model.dto;
+import com.gkhy.labRiskManage.api.controller.account.dto.resp.UserIdentityBindApiDTO;
+import com.gkhy.labRiskManage.application.account.dto.respDto.UserEvaluateRespDTO;
+import com.gkhy.labRiskManage.application.account.dto.respDto.UserIdentityRespDTO;
import lombok.Data;
import java.math.BigDecimal;
import java.time.LocalDateTime;
+import java.util.List;
/**
*
@@ -90,6 +94,10 @@
*/
private String identificationUser;
/**
+ * 辨识类型1线上专家2现场专家3线上+现场
+ */
+ private Byte identificationType;
+ /**
* 辨识专家id
*/
private Long identificationUserId;
@@ -162,7 +170,9 @@
*/
private String planUserName;
+ private List<UserEvaluateRespDTO> evaluateUsers;
+ private List<UserIdentityRespDTO> identityUsers;
}
--
Gitblit v1.9.2