培训班管理添加上下架
This commit is contained in:
@@ -39,6 +39,9 @@ public class TrainingClass {
|
||||
//报名开关 0不可报名1可报名
|
||||
private Integer singupFlag;
|
||||
|
||||
//上下架 0上架 1下架
|
||||
private Integer displayFlag;
|
||||
|
||||
//费用
|
||||
private BigDecimal fee;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user