package com.artfess.rescue.patrol.controller;


import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.artfess.base.controller.BaseController;
import com.artfess.rescue.patrol.model.BizTaskConfVideo;
import com.artfess.rescue.patrol.manager.BizTaskConfVideoManager;

/**
 * 巡检配置视频点关联表 前端控制器
 *
 * @company 阿特菲斯信息技术有限公司
 * @author 系统管理员
 * @since 2024-12-09
 */
@RestController
@RequestMapping("/bizTaskConfVideo/v1/")
public class BizTaskConfVideoController extends BaseController<BizTaskConfVideoManager, BizTaskConfVideo> {

}
