picture实体类加字段 拍照时间

pull/1/head
DELL 1 year ago
parent b0f0165b64
commit 9b6e6f89b9

@ -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)

Loading…
Cancel
Save