|
|
|
|
@ -6,6 +6,8 @@ import java.util.*;
|
|
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
|
|
import cn.iocoder.yudao.framework.common.pojo.PageParam;
|
|
|
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
|
|
|
|
|
|
|
|
import javax.validation.constraints.NotEmpty;
|
|
|
|
|
import java.time.LocalDateTime;
|
|
|
|
|
|
|
|
|
|
import static cn.iocoder.yudao.framework.common.util.date.DateUtils.FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND;
|
|
|
|
|
@ -44,6 +46,9 @@ public class DvSubjectPageReqVO extends PageParam {
|
|
|
|
|
@Schema(description = "值类型")
|
|
|
|
|
private String valueType;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "作业类型")
|
|
|
|
|
private Integer jobType;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "判定基准")
|
|
|
|
|
private String judgmentCriteria;
|
|
|
|
|
|
|
|
|
|
|