|
|
|
@ -2,6 +2,7 @@ package com.biutag.supervision.pojo.vo; |
|
|
|
|
|
|
|
|
|
|
|
import com.biutag.supervision.pojo.dto.flow.VerifyData; |
|
|
|
import com.biutag.supervision.pojo.dto.flow.VerifyData; |
|
|
|
import com.biutag.supervision.pojo.entity.ModelGeneration; |
|
|
|
import com.biutag.supervision.pojo.entity.ModelGeneration; |
|
|
|
|
|
|
|
import io.swagger.v3.oas.annotations.media.Schema; |
|
|
|
import lombok.Getter; |
|
|
|
import lombok.Getter; |
|
|
|
import lombok.Setter; |
|
|
|
import lombok.Setter; |
|
|
|
|
|
|
|
|
|
|
|
@ -113,4 +114,11 @@ public class ModelVo { |
|
|
|
// 同步机构映射
|
|
|
|
// 同步机构映射
|
|
|
|
private String clueDepartSource; |
|
|
|
private String clueDepartSource; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* @see com.biutag.supervision.constants.enums.ProblemSourcesEnum |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
@Schema(description = "模型问题来源") |
|
|
|
|
|
|
|
private String problemSourcesCode; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|