heheng
2025-03-10 c0ae989839d8323974048b71f7dadc29a20a4b15
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;
}