Commit 6b0a246a authored by yanzg's avatar yanzg

下载视频

parent 99d076b8
......@@ -58,6 +58,17 @@ public class YzgFileCreateReqVo extends BaseVo implements InitDao {
@ApiModelProperty(notes = "同一个用户和公司的每日最大次数", position = 90)
private int createUserCompanyMax;
public YzgFileCreateReqVo() {
}
public YzgFileCreateReqVo(String companyId, String callbackMQ, String callbackParameter, String fileName, String createUserId) {
this.companyId = companyId;
this.callbackMQ = callbackMQ;
this.callbackParameter = callbackParameter;
this.fileName = fileName;
this.createUserId = createUserId;
}
/**
* 初始化数据,去掉空值
*/
......
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