|
|
|
@ -277,6 +277,12 @@ public class OcrTaskchildPicture implements BaseDto, java.io.Serializable {
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
|
private OcrPictureInfo pictureInfo;
|
|
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
|
private String maxSimilarity;
|
|
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
|
private String serverThumbnailUrl;
|
|
|
|
|
|
|
|
|
|
public FlowModelVO getFlowModelVO() {
|
|
|
|
|
FlowModelVO flowModelVO = new FlowModelVO();
|
|
|
|
|
flowModelVO.setFormid(this.getId());
|
|
|
|
|