|
|
@ -110,8 +110,7 @@ public class MiniStrayAnimal implements Serializable { |
|
|
|
|
|
|
|
|
@TableField("update_timestamp") |
|
|
@TableField("update_timestamp") |
|
|
@Schema(description = "更新时间毫秒级时间戳") |
|
|
@Schema(description = "更新时间毫秒级时间戳") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
private Long updateTimestamp; |
|
|
private Date updateTimestamp; |
|
|
|
|
|
|
|
|
|
|
|
@TableField("update_by") |
|
|
@TableField("update_by") |
|
|
@Schema(description = "修改人ID") |
|
|
@Schema(description = "修改人ID") |
|
|
|