|
@@ -3,6 +3,7 @@ package com.zhongzheng.modules.bank.vo;
|
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
import com.zhongzheng.common.annotation.Excel;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
+import com.zhongzheng.modules.bank.bo.QuestionBusinessAddBo;
|
|
|
import com.zhongzheng.modules.course.vo.CourseGoodsVo;
|
|
|
import com.zhongzheng.modules.goods.vo.GoodsVo;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
@@ -158,4 +159,6 @@ public class ExamVo {
|
|
|
@Excel(name = "商品试卷限制终端学习,多个,拼接 1公众号 2小程序")
|
|
|
@ApiModelProperty("商品试卷限制终端学习,多个,拼接 1公众号 2小程序")
|
|
|
private String examLimitClient;
|
|
|
+ @ApiModelProperty("业务层级列表")
|
|
|
+ private List<QuestionBusinessAddBo> businessList;
|
|
|
}
|