| | |
| | | package com.gkhy.exam.admin.controller.web; |
| | | |
| | | import com.gkhy.exam.common.annotation.RepeatSubmit; |
| | | import com.gkhy.exam.common.api.CommonResult; |
| | | import com.gkhy.exam.system.domain.*; |
| | | import com.gkhy.exam.system.service.QualitySystemPlanService; |
| | |
| | | * @param qualitySystemPlan |
| | | * @return |
| | | */ |
| | | @RepeatSubmit |
| | | @ApiOperation(value = "质量体系策划新增") |
| | | @PostMapping("/insert") |
| | | public CommonResult insertQualitySystemPlan(@RequestBody QualitySystemPlan qualitySystemPlan){ |
| | |
| | | * @param qualitySystemPlan |
| | | * @return |
| | | */ |
| | | @RepeatSubmit |
| | | @ApiOperation(value = "质量体系策划修改") |
| | | @PostMapping("/update") |
| | | public CommonResult updateQualitySystemPlan(@RequestBody QualitySystemPlan qualitySystemPlan){ |