fuliqi
2024-08-02 3a40cec4bd55a9668f1b47111c48e99889a5c7d8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.ycl.platform.controller;
 
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
 
/**
 * 数据中心接口
 *
 * @author:xp
 * @date:2024/8/1 16:40
 */
@RestController
@RequestMapping("/data/center")
public class DataCenterController {
 
 
 
}