|
|
|
@ -40,7 +40,7 @@ public class OcrIdentify implements Serializable {
|
|
|
|
|
|
|
|
|
|
/**主键*/
|
|
|
|
|
@TableId(type = IdType.ASSIGN_ID)
|
|
|
|
|
@ApiModelProperty(value = "主键")
|
|
|
|
|
@ApiModelProperty(value = "主键id")
|
|
|
|
|
private String id;
|
|
|
|
|
/**创建日期*/
|
|
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
@ -113,17 +113,17 @@ public class OcrIdentify implements Serializable {
|
|
|
|
|
/**识别任务优先级*/
|
|
|
|
|
@ApiModelProperty(value = "识别任务优先级")
|
|
|
|
|
@Dict(dicCode = "task_priority")
|
|
|
|
|
public String priority;
|
|
|
|
|
private String priority;
|
|
|
|
|
|
|
|
|
|
/**校验数据源*/
|
|
|
|
|
@ApiModelProperty(value = "校验数据源")
|
|
|
|
|
public String sourceJson;
|
|
|
|
|
private String sourceJson;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "请求id")
|
|
|
|
|
public String requestId;
|
|
|
|
|
private String requestId;
|
|
|
|
|
/**通知状态 0待通知,1已通知*/
|
|
|
|
|
@ApiModelProperty(value = "通知状态 0待通知,1已通知")
|
|
|
|
|
public String noticeStatus;
|
|
|
|
|
private String noticeStatus;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "任务失败描述信息")
|
|
|
|
|