refactor(DictController): 移除不必要的SuppressWarnings注解
This commit is contained in:
@@ -36,7 +36,6 @@ import java.util.List;
|
|||||||
*/
|
*/
|
||||||
@Tag(name = "06.字典接口")
|
@Tag(name = "06.字典接口")
|
||||||
@RestController
|
@RestController
|
||||||
@SuppressWarnings("SpellCheckingInspection")
|
|
||||||
@RequestMapping("/api/v1/dicts")
|
@RequestMapping("/api/v1/dicts")
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
public class DictController {
|
public class DictController {
|
||||||
|
|||||||
Reference in New Issue
Block a user