init
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.timeline.file.entity;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
@Data
|
||||
public class ImageInfo {
|
||||
private Long imageId;
|
||||
private String instanceId;
|
||||
private String imageName;
|
||||
private String objectKey;
|
||||
private LocalDateTime uploadTime;
|
||||
private Long size;
|
||||
private String contentType;
|
||||
private String userId;
|
||||
private Integer isDeleted;
|
||||
}
|
||||
Reference in New Issue
Block a user