01 | /** |
02 | * @Title: AlarmApi.java |
03 | * @Description: |
04 | * @Copyright: Copyright (c) 2018 |
05 | * @Company:http://www.sinocon.cn |
06 | * @author Administrator |
07 | * @date 2018年8月6日 |
08 | * @version 1.0 |
09 | */ |
10 | package cn.sinocon.hive.api; |
11 |
12 | import java.util.List; |
13 |
14 | import org.springframework.web.bind.annotation.RequestMapping; |
15 | import org.springframework.web.bind.annotation.RestController; |
16 |
17 | import io.swagger.annotations.Api; |
18 | import io.swagger.annotations.ApiOperation; |
19 |
20 | /** |
21 | * @Title: AlarmApi |
22 | * @Description: |
23 | * @author:Administrator |
24 | * @date 2018年8月6日 |
25 | */ |
26 | @Api ( "警情详细信息管理" ) |
27 | @RestController |
28 | @RequestMapping ( "/alarm/api" ) |
29 | public class AlarmApiController { |
30 | |
31 | @ApiOperation ( "根据时间段获取警情详细信息" ) |
32 | @RequestMapping ( "/select" ) |
33 | public List getAlarmDetails(String stime, String endTime) { |
34 | return null ; |
35 | } |
36 | } |

Hadoop_CPU LV6
2023年3月11日
xiaoyuer2 LV8
2022年11月22日
mj_yya LV41
2021年9月10日
清影恋歌 LV1
2021年9月8日
wsupsup LV16
2021年5月21日
best2018 LV46
2021年5月17日
xgc119 LV1
2021年5月11日
Anmbos LV1
2020年12月9日
yuanqingzhu LV1
2020年9月28日
39617531 LV2
2020年6月8日

2775645521 LV7
2024年6月16日
akittyboy LV9
2024年4月16日
0592lyj LV9
2024年1月5日
哪里的完整版 LV8
2023年12月15日
Hadoop_CPU LV6
2023年3月11日
xiaoyuer2 LV8
2022年11月22日
dawnguarda LV17
2022年11月7日
DoingMe
2022年11月1日
暂无贡献等级
love_颓废 LV3
2022年7月28日
gugubird LV1
2022年6月2日