whyczh
2021-12-16 fdad83c055b71f99b90292bbc1f4d64bafb7ae5d
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 {
 
 
 
 
 
}