Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
antai-sport-http-server
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
antai-sport
antai-sport-http-server
Commits
afb8a8f6
Commit
afb8a8f6
authored
Sep 15, 2022
by
liming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加轮次机会次数字段
parent
e5fa6bf1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
238 additions
and
207 deletions
+238
-207
antai-sport.ndm2
doc/antai-sport.ndm2
+233
-207
SeriesRound.java
...ort/http/server/repository/series/entity/SeriesRound.java
+5
-0
No files found.
doc/antai-sport.ndm2
View file @
afb8a8f6
This diff is collapsed.
Click to expand it.
repository/src/main/java/com/antai/sport/http/server/repository/series/entity/SeriesRound.java
View file @
afb8a8f6
...
@@ -42,6 +42,11 @@ public class SeriesRound implements Serializable {
...
@@ -42,6 +42,11 @@ public class SeriesRound implements Serializable {
*/
*/
private
LocalDateTime
startTime
;
private
LocalDateTime
startTime
;
/**
* 机会次数
*/
private
Integer
chance
;
/**
/**
* 状态 10 未发布 20 已发布
* 状态 10 未发布 20 已发布
*/
*/
...
...
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