| | |
| | | */ |
| | | @Excel(name = " 题目图片 ") |
| | | @ApiModelProperty("题目图片") |
| | | private String scriptPicture; |
| | | private String picturePath; |
| | | |
| | | /** |
| | | * 排序 |
| | |
| | | @ApiModelProperty("上传标记") |
| | | private Long isupload; |
| | | |
| | | /** |
| | | * 上传标记 |
| | | */ |
| | | |
| | | @ApiModelProperty("标签") |
| | | private String tag = ""; |
| | | private List<SvyLibScriptTag> svyLibScriptTagList; |
| | | |
| | | /** |
| | | * 上传时间 |
| | |
| | | @ApiModelProperty(value = "问题主题") |
| | | private String scriptTopic; |
| | | |
| | | @ApiModelProperty(value = "对应的ivr_liba_target的主键") |
| | | private Long targetid; |
| | | |
| | | @ApiModelProperty(value = "基础指标类型") |
| | | private String targettype; |
| | | |
| | | @ApiModelProperty(value = "基础指标名称") |
| | | private String targetname; |
| | | |
| | | @ApiModelProperty(value = "指标选项汇总") |
| | | private String targetoptions; |
| | | |
| | | @ApiModelProperty(value = "适用疾病(数组)") |
| | | private List<String> icd10NameList; |
| | | |