添加list创建集合
This commit is contained in:
parent
1dbfa02440
commit
72d19631d7
@ -44,6 +44,7 @@ public class ExammoduleController {
|
|||||||
public CommonResult<Integer> createExammodule(@Valid @RequestBody ExammoduleSaveReqVO createReqVO) {
|
public CommonResult<Integer> createExammodule(@Valid @RequestBody ExammoduleSaveReqVO createReqVO) {
|
||||||
return success(exammoduleService.createExammodule(createReqVO));
|
return success(exammoduleService.createExammodule(createReqVO));
|
||||||
}
|
}
|
||||||
|
@PostMapping("/Listcreate")
|
||||||
@Operation(summary = "创建体检套餐和项目")
|
@Operation(summary = "创建体检套餐和项目")
|
||||||
public CommonResult<Boolean> ListcreateExammodule(@Valid @RequestBody List<ExammoduleSaveReqVO> createReqVO)
|
public CommonResult<Boolean> ListcreateExammodule(@Valid @RequestBody List<ExammoduleSaveReqVO> createReqVO)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user