Commit 8a7f67d5 authored by lisong's avatar lisong

更新接口

parent c12faac4
......@@ -262,7 +262,7 @@ public class HouseholdPvController extends BaseController {
@GetMapping(value = "/getTree")
@TycloudOperation(ApiLevel = UserType.AGENCY)
@ApiOperation(httpMethod = "GET", value = "基础数据导入", notes = "基础数据导入")
@ApiOperation(httpMethod = "GET", value = "场站树", notes = "场站树")
public ResponseModel<Object> getTree () {
return ResponseHelper.buildResponse(iHouseholdPvService.getTree(null));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment