终端异常统计api接口

This commit is contained in:
zhuxinyu
2023-04-01 23:28:33 +08:00
parent 07a905ae8d
commit c2454cf91f
3 changed files with 59 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.*;
import java.text.ParseException;
@Slf4j
@Api(tags = "终端异常")
@Api(tags = "终端异常统计")
@RestController
@RequestMapping("/deviceAbnormal")
@RequiredArgsConstructor