xiangpei
2024-08-01 fbc21cce86582464cc0f65e80862e54dbd034baa
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 {
 
 
 
}