Commit afb8a8f6 authored by liming's avatar liming

增加轮次机会次数字段

parent e5fa6bf1
This diff is collapsed.
...@@ -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 已发布
*/ */
......
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