金属元素外部接口优化

This commit is contained in:
liss
2025-10-24 16:59:25 +08:00
parent df237e1a44
commit 4d654d9774
6 changed files with 8 additions and 13 deletions

View File

@@ -28,5 +28,5 @@ public interface BaseApi {
@GetMapping(PREFIX + "/getElementNoPage")
@Operation(summary = "金属元素数据不分页查询")
CommonResult<List<ElementDTO>> getElementNoPage(ElementDTO respVO);
CommonResult<List<ElementDTO>> getElementNoPage();
}