无
This commit is contained in:
@@ -0,0 +1,23 @@
|
|||||||
|
package com.njcn.device.pq.controller;
|
||||||
|
|
||||||
|
import io.swagger.annotations.Api;
|
||||||
|
import lombok.RequiredArgsConstructor;
|
||||||
|
import lombok.extern.slf4j.Slf4j;
|
||||||
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* pqs
|
||||||
|
* 大屏接口终端服务
|
||||||
|
* @author cdf
|
||||||
|
* @date 2023/3/20
|
||||||
|
*/
|
||||||
|
@Slf4j
|
||||||
|
@Api(tags = "大屏-台账相关")
|
||||||
|
@RestController
|
||||||
|
@RequestMapping("/screenTerminal")
|
||||||
|
@RequiredArgsConstructor
|
||||||
|
public class LargeScreenController {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user