|
|
@ -49,7 +49,7 @@ public class AttResBaseController extends BaseController { |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation("水库主测站编码") |
|
|
|
@GetMapping(value = "/{id}") |
|
|
|
@GetMapping(value = "/stcd/{id}") |
|
|
|
public AjaxResult getStcd(@PathVariable("id") String id) { |
|
|
|
return AjaxResult.success(attResCodeService.getById(id)); |
|
|
|
} |
|
|
|