|
@@ -21,7 +21,7 @@ import com.zhongzheng.common.annotation.Excel;
|
|
|
@Accessors(chain = true)
|
|
|
@TableName("class_grade")
|
|
|
public class ClassGrade implements Serializable {
|
|
|
- public static final Integer INIT_UPPER = 5; //初始人数
|
|
|
+ public static final Integer INIT_UPPER = 300; //初始人数
|
|
|
public static final Integer INIT_UPPER2 = 1000000; //初始人数
|
|
|
|
|
|
private static final long serialVersionUID=1L;
|