Commit 6ccd79ff authored by yanzg's avatar yanzg

修改实体位置

parent 3e6d9a39
...@@ -2,7 +2,6 @@ package com.yanzuoguang.util.vo.file; ...@@ -2,7 +2,6 @@ package com.yanzuoguang.util.vo.file;
import io.swagger.annotations.ApiModelProperty; import io.swagger.annotations.ApiModelProperty;
import javax.validation.constraints.NotNull;
/** /**
* 获取文件的大小 * 获取文件的大小
...@@ -17,7 +16,7 @@ public class YzgFileVideoImageItemReqVo extends YzgFileConvertBase { ...@@ -17,7 +16,7 @@ public class YzgFileVideoImageItemReqVo extends YzgFileConvertBase {
public YzgFileVideoImageItemReqVo() { public YzgFileVideoImageItemReqVo() {
} }
public YzgFileVideoImageItemReqVo(String to, @NotNull YzgFileConvertBase from) { public YzgFileVideoImageItemReqVo(String to, YzgFileConvertBase from) {
super(from.size, from.quote, from.width, from.height, from.bitrate); super(from.size, from.quote, from.width, from.height, from.bitrate);
this.to = to; this.to = to;
} }
......
Markdown is supported
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