增加案例题需求
parent
e47ddde221
commit
643fa12b28
@ -0,0 +1,19 @@
|
|||||||
|
package com.sztzjy.resource_center.controller.api;
|
||||||
|
|
||||||
|
import io.swagger.annotations.Api;
|
||||||
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
|
||||||
|
@RestController
|
||||||
|
@Api(tags = "课程方面API")
|
||||||
|
@RequestMapping("api/sys/CaseApi")
|
||||||
|
public class CaseApi {
|
||||||
|
|
||||||
|
//案例题新增 SysCaseQuestion
|
||||||
|
//案例题列表查询 schoolId keyword index size systemOwner
|
||||||
|
//案例题详情查询 caseId
|
||||||
|
//案例题删除 caseId
|
||||||
|
//案例题编辑 SysCaseQuestion
|
||||||
|
//案例题步骤信息查询 caseId
|
||||||
|
//案例题信息查询 caseId
|
||||||
|
}
|
Loading…
Reference in New Issue