|
|
@@ -1,24 +0,0 @@
|
|
|
-package cn.reghao.oss.storeapi.dto.media;
|
|
|
-
|
|
|
-import lombok.Getter;
|
|
|
-import lombok.Setter;
|
|
|
-
|
|
|
-import java.io.Serializable;
|
|
|
-
|
|
|
-/**
|
|
|
- * @author reghao
|
|
|
- * @date 2023-08-28 15:50:38
|
|
|
- */
|
|
|
-@Setter
|
|
|
-@Getter
|
|
|
-public class ImageUrlDto implements Serializable {
|
|
|
- private static final long serialVersionUID = 1L;
|
|
|
-
|
|
|
- private String imageFileId;
|
|
|
- private String originalUrl;
|
|
|
- private String thumbnailUrl;
|
|
|
-
|
|
|
- public ImageUrlDto(String imageFileId) {
|
|
|
- this.imageFileId = imageFileId;
|
|
|
- }
|
|
|
-}
|