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