|
|
@ -353,7 +353,9 @@ public class OcrPicture implements BaseDto, java.io.Serializable {
|
|
|
|
@TableField(value = "location")
|
|
|
|
@TableField(value = "location")
|
|
|
|
private String location;
|
|
|
|
private String location;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "拍照时间")
|
|
|
|
|
|
|
|
@TableField(value = "photo_date_timestamp")
|
|
|
|
|
|
|
|
private Long photoDateTimestamp;
|
|
|
|
|
|
|
|
|
|
|
|
//保存当前登录用户的数据权限范围的搜索条件
|
|
|
|
//保存当前登录用户的数据权限范围的搜索条件
|
|
|
|
@TableField(exist = false)
|
|
|
|
@TableField(exist = false)
|
|
|
|