|
@@ -9,7 +9,9 @@ import com.baomidou.mybatisplus.core.toolkit.StringUtils;
|
|
import com.zhongzheng.common.core.domain.model.LoginUser;
|
|
import com.zhongzheng.common.core.domain.model.LoginUser;
|
|
import com.zhongzheng.common.utils.ServletUtils;
|
|
import com.zhongzheng.common.utils.ServletUtils;
|
|
import com.zhongzheng.modules.bank.vo.QuestionImport;
|
|
import com.zhongzheng.modules.bank.vo.QuestionImport;
|
|
|
|
+import com.zhongzheng.modules.base.vo.UserProfileExportGaiVo;
|
|
import com.zhongzheng.modules.exam.vo.ExamApplyVo;
|
|
import com.zhongzheng.modules.exam.vo.ExamApplyVo;
|
|
|
|
+import com.zhongzheng.modules.grade.bo.ClassGradeUserQueryBo;
|
|
import com.zhongzheng.modules.user.bo.*;
|
|
import com.zhongzheng.modules.user.bo.*;
|
|
import com.zhongzheng.modules.user.service.IUserExamGoodsService;
|
|
import com.zhongzheng.modules.user.service.IUserExamGoodsService;
|
|
import com.zhongzheng.modules.user.vo.UserExamGoodsVo;
|
|
import com.zhongzheng.modules.user.vo.UserExamGoodsVo;
|
|
@@ -167,4 +169,15 @@ public class UserSubscribeController extends BaseController {
|
|
return AjaxResult.success(userSubscribeIdsImportList);
|
|
return AjaxResult.success(userSubscribeIdsImportList);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 导出资料审核列表
|
|
|
|
+ */
|
|
|
|
+ @ApiOperation("导出新增预约模板")
|
|
|
|
+ @PreAuthorize("@ss.hasPermi('system:profile:export')")
|
|
|
|
+ @Log(title = "导出新增预约模板", businessType = BusinessType.EXPORT)
|
|
|
|
+ @GetMapping("/exportNew")
|
|
|
|
+ public AjaxResult<UserProfileExportGaiVo> exportNew(UserSubscribeQueryBo bo) {
|
|
|
|
+ return null;
|
|
|
|
+ }
|
|
}
|
|
}
|