Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
98dc8a31
Commit
98dc8a31
authored
May 25, 2020
by
macro
Browse files
Update OssCallbackResult.java
parent
d714d49e
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/dto/OssCallbackResult.java
View file @
98dc8a31
package
com.macro.mall.dto
;
package
com.macro.mall.dto
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
/**
* oss上传文件的回调结果
* oss上传文件的回调结果
* Created by macro on 2018/5/17.
* Created by macro on 2018/5/17.
*/
*/
@Data
@EqualsAndHashCode
(
callSuper
=
false
)
public
class
OssCallbackResult
{
public
class
OssCallbackResult
{
@ApiModelProperty
(
"文件名称"
)
@ApiModelProperty
(
"文件名称"
)
private
String
filename
;
private
String
filename
;
...
@@ -17,44 +21,4 @@ public class OssCallbackResult {
...
@@ -17,44 +21,4 @@ public class OssCallbackResult {
private
String
width
;
private
String
width
;
@ApiModelProperty
(
"图片文件的高"
)
@ApiModelProperty
(
"图片文件的高"
)
private
String
height
;
private
String
height
;
public
String
getFilename
()
{
return
filename
;
}
public
void
setFilename
(
String
filename
)
{
this
.
filename
=
filename
;
}
public
String
getSize
()
{
return
size
;
}
public
void
setSize
(
String
size
)
{
this
.
size
=
size
;
}
public
String
getMimeType
()
{
return
mimeType
;
}
public
void
setMimeType
(
String
mimeType
)
{
this
.
mimeType
=
mimeType
;
}
public
String
getWidth
()
{
return
width
;
}
public
void
setWidth
(
String
width
)
{
this
.
width
=
width
;
}
public
String
getHeight
()
{
return
height
;
}
public
void
setHeight
(
String
height
)
{
this
.
height
=
height
;
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment