吴健
2024-11-19 6fbc7b7b7e21b60c9c0f8e0559ae67bfe42ce477
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.billion.main.controller;
 
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
 
/**
 * 简介说明:
 *
 * @author: Eric
 * @date: 2024-11-16 11:08:39
 * @version: 1.0
 */
@RestController
@RequestMapping("/scCollectionConf")
public class ScCollectionParamConfController {
}