mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update
This commit is contained in:
@@ -6,6 +6,6 @@ package com.jsowell.api.uniapp.business;
|
||||
* @author Lemon
|
||||
* @Date 2024/7/12 11:13:59
|
||||
*/
|
||||
public class PileBasicInfoController {
|
||||
public class BusinessPileBasicInfoController {
|
||||
|
||||
}
|
||||
@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/business/pile/station")
|
||||
public class PileStationInfoController extends BaseController {
|
||||
public class BusinessStationInfoController extends BaseController {
|
||||
|
||||
@Autowired
|
||||
private PileStationInfoService pileStationInfoService;
|
||||
Reference in New Issue
Block a user