liusheng
2024-07-16 17a443d510a0aa4c545df0d11467ff17a24cfa6a
smartor/src/main/java/com/smartor/domain/SvyLibScript.java
@@ -28,30 +28,17 @@
    private Long id;
    /**
     * 老版本ID
     */
    @ApiModelProperty("老版本ID")
    private Long oldid;
    /**
     * 问券题目分类ID
     */
    @ApiModelProperty("分类ID")
    private Long categoryid;
    /**
     * 问卷ID
     */
    @Excel(name = " 问卷ID ")
    @ApiModelProperty("问卷ID")
    private Long svyid;
    /**
     * 题目类型;枚举 1.单选 2多选 3填空
     */
    @Excel(name = " 题目类型;枚举 1.单选 2多选 3填空 ")
    @ApiModelProperty("题目类型;枚举 1.单选 2多选 3填空")
    private String scripttype = "";
    private String scriptType = "";
    /**
     * 题目Code