|
@ -1,26 +0,0 @@
|
|
//package com.yihu.jw.base.endpoint.adv;
|
|
|
|
//
|
|
|
|
//import com.yihu.jw.base.service.advrtisement.AdvPlaySetService;
|
|
|
|
//import com.yihu.jw.restmodel.advertisement.AdvPlaySetVo;
|
|
|
|
//import com.yihu.jw.rm.adv.AdvsementMapping;
|
|
|
|
//import io.swagger.annotations.Api;
|
|
|
|
//import io.swagger.annotations.ApiModelProperty;
|
|
|
|
//import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
//import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
//import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
//import org.springframework.web.bind.annotation.RestController;
|
|
|
|
//
|
|
|
|
//import java.util.List;
|
|
|
|
//
|
|
|
|
//@RestController
|
|
|
|
//@RequestMapping(value = "play")
|
|
|
|
//@Api(value = "播放设置",description = "播放设置",tags = {"播放设置"})
|
|
|
|
//public class AdvPlaySetEndPoint {
|
|
|
|
// @Autowired
|
|
|
|
// AdvPlaySetService advPlaySetService;
|
|
|
|
//
|
|
|
|
// @GetMapping("/list")
|
|
|
|
// public List<AdvPlaySetVo> list(){
|
|
|
|
// return advPlaySetService.list();
|
|
|
|
// }
|
|
|
|
//}
|
|
|