增加试卷试题类
This commit is contained in:
parent
0dbcce991d
commit
c7849b087d
@ -0,0 +1,22 @@
|
|||||||
|
package ink.wgink.module.examine.controller.api.paper.question;
|
||||||
|
|
||||||
|
import ink.wgink.interfaces.consts.ISystemConstant;
|
||||||
|
import io.swagger.annotations.Api;
|
||||||
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @ClassName: PaperQuestionController
|
||||||
|
* @Description: 试卷试题
|
||||||
|
* @Author: wanggeng
|
||||||
|
* @Date: 2022/5/23 11:12
|
||||||
|
* @Version: 1.0
|
||||||
|
*/
|
||||||
|
@Api(tags = ISystemConstant.API_TAGS_SYSTEM_PREFIX + "试卷试题接口")
|
||||||
|
@RestController
|
||||||
|
@RequestMapping(ISystemConstant.API_PREFIX + "/paper/question")
|
||||||
|
public class PaperQuestionController {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user