4 changed files with 29 additions and 5 deletions
@ -0,0 +1,23 @@
|
||||
package com.biutag.supervision.controller.datav; |
||||
|
||||
import io.swagger.v3.oas.annotations.tags.Tag; |
||||
import lombok.RequiredArgsConstructor; |
||||
import lombok.extern.slf4j.Slf4j; |
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* @Auther: sh |
||||
* @Date: 2024/11/17 11:04 |
||||
* @Description: |
||||
*/ |
||||
|
||||
|
||||
@Slf4j |
||||
@RestController |
||||
@RequiredArgsConstructor |
||||
@RequestMapping("DSJ/GetDCQK") |
||||
@Tag(name = "现场督察相关") |
||||
public class PoliceComment { |
||||
} |
||||
|
||||
Loading…
Reference in new issue