Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
research-project
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hqzhdj
research-project
Commits
cfefd9c9
Commit
cfefd9c9
authored
Jan 16, 2025
by
梅存智
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'master'
新建问卷 See merge request
!5
parents
26f47e9b
7291b8cd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
cloud-research-api/src/main/java/com/yizhi/research/application/vo/manage/ResearchVo.java
+9
-0
No files found.
cloud-research-api/src/main/java/com/yizhi/research/application/vo/manage/ResearchVo.java
View file @
cfefd9c9
...
...
@@ -67,4 +67,13 @@ public class ResearchVo {
@ApiModelProperty
(
value
=
"是否启用在日历任务中显示"
)
private
Integer
enableTask
;
@ApiModelProperty
(
value
=
"业务类型:1调研;2投票"
)
private
Integer
bizType
;
@ApiModelProperty
(
value
=
"呈现样式:1逐题呈现;2整页呈现;3整页投票单选"
)
private
Integer
pageMode
;
@ApiModelProperty
(
value
=
"投票选择次数:0无限制"
)
private
Integer
voteNum
;
}
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