liulin
2025-07-09 49aaecfb0617b0e6043147c86f3d303e9f24867e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 = "facilityData")
public class FacilityDataController extends BasicController {
    /*****************************设备管理**********************************/
 
}