smartor/src/main/java/com/smartor/domain/entity/ServiceSubtaskEntity.java
@@ -31,6 +31,12 @@ @ApiModelProperty(value = "主键id") private Long subId; /** * 主键id集合 */ @ApiModelProperty(value = "主键id集合") private List<Long> subIdList; /** * 第三方任务ID @@ -563,7 +569,7 @@ */ @Excel(name = "总分") @ApiModelProperty(value = "总分") private Long score; private String score; /**