| | |
| | | package com.smartor.domain; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.ArrayList; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | |
| | | * 题目类型;枚举 1.单选 2多选 3填空 |
| | | */ |
| | | @Excel(name = " 题目类型;枚举 1.单选 2多选 3填空 ") |
| | | @ApiModelProperty("题目类型;枚举 1.单选 2多选 3填空") |
| | | @ApiModelProperty("题目类型;枚举 1.单选 2多选 3填空 4问答 5其它") |
| | | private String scriptType = ""; |
| | | |
| | | /** |
| | |
| | | private String scoretype; |
| | | |
| | | @ApiModelProperty(value = "题目分值:数字1,2等;字母A、B,C,D等;") |
| | | private String score; |
| | | private BigDecimal score; |
| | | |
| | | @ApiModelProperty(value = "适用疾病") |
| | | private String icd10Name; |