2 changed files with 17 additions and 2 deletions
@ -0,0 +1,15 @@ |
|||||
|
package com.epmet.controller; |
||||
|
|
||||
|
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
import org.springframework.web.bind.annotation.RestController; |
||||
|
|
||||
|
/** |
||||
|
* 孔村大屏数据采集api |
||||
|
* |
||||
|
* @author yinzuomei@elink-cn.com |
||||
|
* @date 2020/9/9 10:18 |
||||
|
*/ |
||||
|
@RestController |
||||
|
@RequestMapping("kcscreencoll") |
||||
|
public class KcScreenCollController { |
||||
|
} |
Loading…
Reference in new issue