fix(cleanup): remove duplicate lombok annotation in mini controller

This commit is contained in:
2026-02-15 16:52:44 +08:00
parent 073705197a
commit ea91304a3f
@@ -61,7 +61,6 @@ import java.util.stream.Collectors;
@Slf4j @Slf4j
@RestController @RestController
@AllArgsConstructor @AllArgsConstructor
@Slf4j
@RequestMapping("/mini") @RequestMapping("/mini")
@Tag(name = "小程序接口", description = "小程序评分系统专用接口") @Tag(name = "小程序接口", description = "小程序评分系统专用接口")
public class MartialMiniController extends BladeController { public class MartialMiniController extends BladeController {