master
周文涛 2 years ago
parent 0f210717af
commit 4a8c438543

@ -56,6 +56,7 @@ public class OcrIdentify implements Serializable {
/**任务状态*/ /**任务状态*/
@Excel(name = "任务状态", width = 15) @Excel(name = "任务状态", width = 15)
@ApiModelProperty(value = "任务状态") @ApiModelProperty(value = "任务状态")
@Dict(dicCode = "task_status")
private String status; private String status;
/**规则检查配置*/ /**规则检查配置*/
@Excel(name = "规则检查配置", width = 15, dictTable = "ocr_rule_check", dicText = "config_name", dicCode = "id") @Excel(name = "规则检查配置", width = 15, dictTable = "ocr_rule_check", dicText = "config_name", dicCode = "id")
@ -102,5 +103,6 @@ public class OcrIdentify implements Serializable {
/**识别任务优先级*/ /**识别任务优先级*/
@ApiModelProperty(value = "识别任务优先级") @ApiModelProperty(value = "识别任务优先级")
@Dict(dicCode = "task_priority")
public String priority; public String priority;
} }

Loading…
Cancel
Save