Commit e650b7b5 authored by macro's avatar macro
Browse files

Update MinioUploadDto.java

parent fc3f008b
......@@ -9,7 +9,7 @@ import lombok.EqualsAndHashCode;
* Created by macro on 2019/12/25.
*/
@Data
@EqualsAndHashCode(callSuper = false)
@EqualsAndHashCode
public class MinioUploadDto {
@ApiModelProperty("文件访问URL")
private String url;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment