Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
Y
yzg-util
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YZG
yzg-util
Commits
6b0a246a
Commit
6b0a246a
authored
Dec 15, 2021
by
yanzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下载视频
parent
99d076b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
YzgFileCreateReqVo.java
...java/com/yanzuoguang/cloud/vo/req/YzgFileCreateReqVo.java
+11
-0
No files found.
yzg-util-cloud/src/main/java/com/yanzuoguang/cloud/vo/req/YzgFileCreateReqVo.java
View file @
6b0a246a
...
@@ -58,6 +58,17 @@ public class YzgFileCreateReqVo extends BaseVo implements InitDao {
...
@@ -58,6 +58,17 @@ public class YzgFileCreateReqVo extends BaseVo implements InitDao {
@ApiModelProperty
(
notes
=
"同一个用户和公司的每日最大次数"
,
position
=
90
)
@ApiModelProperty
(
notes
=
"同一个用户和公司的每日最大次数"
,
position
=
90
)
private
int
createUserCompanyMax
;
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
;
}
/**
/**
* 初始化数据,去掉空值
* 初始化数据,去掉空值
*/
*/
...
...
Write
Preview
Markdown
is supported
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