检查项模板
This commit is contained in:
@@ -3,9 +3,13 @@ package com.cool.store.controller.webc;
|
||||
import com.cool.store.response.ResponseResult;
|
||||
import com.cool.store.service.AssessmentTemplateService;
|
||||
import com.cool.store.vo.AssessmentTemplateVO;
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RequestParam;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
import java.util.List;
|
||||
@@ -15,6 +19,10 @@ import java.util.List;
|
||||
* @Date 2024/4/28 16:29
|
||||
* @Version 1.0
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/mini/template")
|
||||
@Api(tags = "小程序检查项模板")
|
||||
@Slf4j
|
||||
public class MiniAssessmentTemplateController {
|
||||
|
||||
@Resource
|
||||
|
||||
Reference in New Issue
Block a user