liulin
2025-06-30 2728b76fa2b6ba007683646f3495ddb7ea2ebac9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
package com.fengdu.gas.host.controller.visualized;
 
import com.fengdu.gas.host.BasicController;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
 
/**
 * 10000.可视化数据管理
 * @author zr
 * @order 10000
 */
@RestController
@RequestMapping(value = "visualizedData")
public class visualizedDataController extends BasicController {
 
 
    /*****************************首页总览**********************************/
 
 
 
 
 
 
 
 
    /*****************************数据统计**********************************/
 
 
 
 
 
 
 
    /*****************************设备管理**********************************/
 
}