删除冗余接口
This commit is contained in:
@@ -34,7 +34,7 @@ public class ImageRecognitionBo extends BaseEntity {
|
||||
/**
|
||||
* 是否启用多轮投票
|
||||
*/
|
||||
private Boolean enableVoting = true;
|
||||
private Boolean enableVoting = false;
|
||||
|
||||
/**
|
||||
* 投票轮数
|
||||
@@ -60,4 +60,4 @@ public class ImageRecognitionBo extends BaseEntity {
|
||||
* 识别任务描述
|
||||
*/
|
||||
private String taskDescription;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user