上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页
摘要: 课程类型 课程适用人群 阅读全文
posted @ 2023-09-23 23:17 BNTang 阅读(13) 评论(0) 推荐(0)
摘要: 创建方式与之前一样,如下奉上 generateCourse 代码。 @Test void generateCourse() { String path = "E:\\Desktop\\TienChin\\tienchin-service\\tienchin-course\\src\\main"; F 阅读全文
posted @ 2023-09-23 19:41 BNTang 阅读(32) 评论(0) 推荐(0)
摘要: CREATE TABLE `tienchin_course` ( `course_id` int NOT NULL AUTO_INCREMENT COMMENT '课程ID', `type` int NULL COMMENT '课程类型 1.舞蹈类 2.游泳类 3.拳击类', `name` varc 阅读全文
posted @ 2023-09-23 19:34 BNTang 阅读(41) 评论(0) 推荐(0)
摘要: // 设置活动未过期,相当于新增的活动,默认都是未过期的 activity.setActivityStatus(1); 阅读全文
posted @ 2023-09-23 18:36 BNTang 阅读(29) 评论(0) 推荐(0)
摘要: ActivityController /** * 导出活动列表 */ @PreAuthorize("hasPermission('tienchin:activity:export')") @Log(title = "渠道管理", businessType = BusinessType.EXPORT) 阅读全文
posted @ 2023-09-23 18:32 BNTang 阅读(42) 评论(0) 推荐(0)
摘要: ActivityController @PreAuthorize("hasPermission('tienchin:activity:list')") @GetMapping("/list") TableDataInfo list(ActivityVO activityVO) { startPage 阅读全文
posted @ 2023-09-23 18:29 BNTang 阅读(36) 评论(0) 推荐(0)
摘要: 后端 ActivityController.java @PreAuthorize("hasPermission('tienchin:activity:remove')") @Log(title = "活动管理", businessType = BusinessType.DELETE) @Delete 阅读全文
posted @ 2023-09-22 01:38 BNTang 阅读(36) 评论(0) 推荐(0)
摘要: 后端 ChannelController.java @PreAuthorize("hasPermission('tienchin:channel:edit')") @GetMapping("/{channelId}") AjaxResult getInfo(@PathVariable Long ch 阅读全文
posted @ 2023-09-22 01:34 BNTang 阅读(26) 评论(0) 推荐(0)
摘要: 前端 activity.js 直接替换现有的,最求速度了,后面在详细一个个记录,不在过多解释了。 import request from '@/utils/request' /** * 查询活动列表 * @param query 查询条件参数 * @returns {*} 查询结果 */ expor 阅读全文
posted @ 2023-09-22 01:29 BNTang 阅读(68) 评论(0) 推荐(0)
摘要: 略过。 阅读全文
posted @ 2023-09-22 01:28 BNTang 阅读(17) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页