|
|
@@ -1,30 +0,0 @@
|
|
|
-package nju.seec.helper.api.bok;
|
|
|
-
|
|
|
-import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
-import com.fasterxml.jackson.annotation.JsonProperty;
|
|
|
-import lombok.Data;
|
|
|
-
|
|
|
-import java.util.Date;
|
|
|
-import java.util.List;
|
|
|
-import java.util.Map;
|
|
|
-
|
|
|
-/**
|
|
|
- * @author sheen
|
|
|
- * <p>
|
|
|
- * updated by cst
|
|
|
- */
|
|
|
-@Data
|
|
|
-public class QuestionVO {
|
|
|
- private String id;
|
|
|
- private String type;
|
|
|
- private String stem;
|
|
|
- private Map<String, String> options;
|
|
|
- private String answer;
|
|
|
- @JsonProperty(value = "key_points")
|
|
|
- private String keyPoints;
|
|
|
- private String analysis;
|
|
|
- private List<String> tags;
|
|
|
- private List<String> knowledgeId;
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd hh:mm:ss")
|
|
|
- private Date lastModified;
|
|
|
-}
|