master
周文涛 2 years ago
parent 1b5b71eae2
commit 543192f981

@ -30,7 +30,7 @@ public class OcrApiCallStatistics implements Serializable {
/**主键*/
@TableId(type = IdType.ASSIGN_ID)
@ApiModelProperty(value = "主键")
@ApiModelProperty(value = "主键id")
private String id;
/**创建人*/
@ApiModelProperty(value = "创建人")

@ -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 = "任务失败描述信息")

@ -35,7 +35,7 @@ public class OcrIdentifyDetail implements Serializable {
/**主键*/
@TableId(type = IdType.ASSIGN_ID)
@ApiModelProperty(value = "主键")
@ApiModelProperty(value = "主键id")
private java.lang.String id;
/**ocr识别id*/
@Excel(name = "ocr识别id", width = 15)

@ -34,7 +34,7 @@ public class OcrMetadataConfig implements Serializable {
/**主键*/
@TableId(type = IdType.ASSIGN_ID)
@ApiModelProperty(value = "主键")
@ApiModelProperty(value = "主键id")
private String id;
/**创建人*/
@ApiModelProperty(value = "创建人")

@ -34,7 +34,7 @@ public class OcrMetadataConfigDetail implements Serializable {
/**主键*/
@TableId(type = IdType.ASSIGN_ID)
@ApiModelProperty(value = "主键")
@ApiModelProperty(value = "主键id")
private java.lang.String id;
/**元数据配置id*/

@ -34,7 +34,7 @@ public class OcrRuleCheckDetail implements Serializable {
/**主键*/
@TableId(type = IdType.ASSIGN_ID)
@ApiModelProperty(value = "主键")
@ApiModelProperty(value = "主键id")
private java.lang.String id;
/**规则检查配置id*/
@Excel(name = "规则检查配置id", width = 15)

@ -30,7 +30,7 @@ public class OcrTaskType implements Serializable {
/**主键*/
@TableId(type = IdType.ASSIGN_ID)
@ApiModelProperty(value = "主键")
@ApiModelProperty(value = "主键id")
private String id;
/**创建人*/
@ApiModelProperty(value = "创建人")

@ -34,7 +34,7 @@ public class OqcApiErrorLog implements Serializable {
/**主键*/
@TableId(type = IdType.ASSIGN_ID)
@ApiModelProperty(value = "主键")
@ApiModelProperty(value = "主键id")
private java.lang.String id;
/**创建人*/
@ApiModelProperty(value = "创建人")

@ -18,7 +18,6 @@ import java.util.List;
@Data
public class OcrMetadataConfigVo extends OcrMetadataConfig {
/**任务类型_字段中文*/
@ApiModelProperty(value = "任务类型名称")
@Excel(name = "任务类型", width = 15)
private String taskType_dictText;

Loading…
Cancel
Save