|
@@ -58,7 +58,7 @@ class DictCustomController {
|
|
|
*/
|
|
|
@Operation(summary = "类型下信息点", description = "")
|
|
|
@GetMapping(value = ["/equip/info"])
|
|
|
- fun dictEquipInfoQuery(@RequestParam category: String): DictInfoResponse {
|
|
|
+ fun dictEquipInfoQuery(@RequestParam category: String): SQueryResponse<DictInfoResponse> {
|
|
|
return DefFuncIdService.dictEquipInfoQuery(category)
|
|
|
}
|
|
|
}
|