| | |
| | | |
| | | |
| | | import com.gkhy.exam.common.annotation.Log; |
| | | import com.gkhy.exam.common.annotation.RepeatSubmit; |
| | | import com.gkhy.exam.common.api.CommonResult; |
| | | import com.gkhy.exam.common.enums.BusinessType; |
| | | import com.gkhy.exam.system.domain.ExCompanyPeriod; |
| | |
| | | } |
| | | |
| | | |
| | | @RepeatSubmit |
| | | @Log(title = "企业课时变更记录管理", businessType = BusinessType.UPDATE) |
| | | @ApiOperation(value = "删除企业课时变更记录") |
| | | @DeleteMapping(value = { "/{periodId}" }) |
| | | public CommonResult delete(@PathVariable(value = "periodId", required = true) Long periodId){ |
| | | return CommonResult.success(companyPeriodService.deleteCompanyPeriodById(periodId)); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * <p> |
| | | * 题库表 前端控制器 |
| | | * </p> |
| | | * |
| | | * @author kzy |
| | | * @since 2024-06-18 10:09:52 |
| | | */ |
| | | @RestController |
| | | @RequestMapping("/system/ex-question-bank") |
| | | public static class ExQuestionBankController { |
| | | |
| | | } |
| | | } |