This commit is contained in:
Lemon
2024-07-16 16:00:15 +08:00
parent 691e319c9d
commit dc70cfd7a1
3 changed files with 6 additions and 6 deletions

View File

@@ -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 {
}

View File

@@ -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;