TASK:workspace、design模块代码;

This commit is contained in:
shahaibo
2023-09-20 16:02:57 +08:00
parent d3530f0af9
commit 49b62d3733
12 changed files with 97 additions and 58 deletions

View File

@@ -10,4 +10,5 @@ import lombok.NoArgsConstructor;
public class ModelVO {
private Long id;
private String url;
private String presignedUrl;
}