Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SiEn
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
hewei
SiEn
Commits
38814979
Commit
38814979
authored
Oct 14, 2020
by
lanpingxiong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev/lanpingxiong' into 'master'
# 用户下单功能 See merge request hewei/Jumeirah!19
parents
4231c098
cbbf1afd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
common/src/main/java/com/jumeirah/common/vo/StrokeDetailVo.java
+2
-3
No files found.
common/src/main/java/com/jumeirah/common/vo/StrokeDetailVo.java
View file @
38814979
...
@@ -56,7 +56,7 @@ public class StrokeDetailVo implements Serializable {
...
@@ -56,7 +56,7 @@ public class StrokeDetailVo implements Serializable {
@NotNull
(
message
=
"人数不能为空"
)
@NotNull
(
message
=
"人数不能为空"
)
@ApiModelProperty
(
"人数"
)
@ApiModelProperty
(
"人数"
)
private
Integer
people
Mun
;
private
Integer
people
Num
;
@NotNull
(
message
=
"飞机型号ID不能为空"
)
@NotNull
(
message
=
"飞机型号ID不能为空"
)
@ApiModelProperty
(
"飞机型号ID"
)
@ApiModelProperty
(
"飞机型号ID"
)
...
@@ -155,4 +155,4 @@ public class StrokeDetailVo implements Serializable {
...
@@ -155,4 +155,4 @@ public class StrokeDetailVo implements Serializable {
@ApiModelProperty
(
"审核状态,0审核中,1审核通过,2审核未通过"
)
@ApiModelProperty
(
"审核状态,0审核中,1审核通过,2审核未通过"
)
private
Integer
auditStatus
;
private
Integer
auditStatus
;
}
}
\ No newline at end of file
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