添加录制计划的页面与通道查询接口
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.genersoft.iot.vmp.vmanager.recordPlan;
|
||||
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
@Tag(name = "录制计划")
|
||||
@Slf4j
|
||||
@RestController
|
||||
@RequestMapping("/api/record/plan")
|
||||
public class RecordPlanController {
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user