liusheng
2024-09-04 9526971c403417c1c007804f24884c443b9e6cd7
smartor/src/main/java/com/smartor/domain/SvyTaskTemplateScript.java
@@ -1,5 +1,6 @@
package com.smartor.domain;
import java.math.BigDecimal;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonFormat;
@@ -24,6 +25,13 @@
     * 主键ID
     */
    private Long id;
    /**
     * 选中提示
     */
    @Excel(name = " 选中提示 ")
    @ApiModelProperty("选中提示")
    private String prompt;
    /**
     * 任务id
@@ -62,6 +70,13 @@
    private String language;
    /**
     * 分数
     */
    @Excel(name = "分数")
    @ApiModelProperty(value = "分数")
    private BigDecimal score;
    /**
     * 类别名
     */
    @ApiModelProperty(value = "类别名")