whyczh
2021-12-17 45d3679ea1d37b45cc47fdde90926cb90eb9f15c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.whyc.controller;
 
import io.swagger.annotations.Api;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
 
@RestController
@RequestMapping("battAttention")
@Api(tags = "数据管理-电池关注管理")
public class BattAttentionController {
 
 
 
 
 
}