陈昶聿
4 天以前 df0c3a49e3ff31e59506a95964b513b2fe3d86a1
smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java
@@ -42,7 +42,7 @@
     */
    @Excel(name = "分数")
    @ApiModelProperty(value = "分数")
    private BigDecimal score;
    private String score;
    /**
     * 指标名称
@@ -277,10 +277,10 @@
     */
    @ApiModelProperty(value = "服务的名称")
    private String sendTaskname;
//
//    /**
//     * 异常选项:1否(默认)    2是
//     */
//    @ApiModelProperty(value = "异常选项:1否(默认)    2是")
//    private Integer isException;
    /**
     * 默认选项:1 否(默认)     2 是
     */
    @ApiModelProperty("默认选项:1 否(默认)     2 是")
    private Long defaultValue;
}