fix(cleanup): remove duplicate lombok annotation in mini controller
This commit is contained in:
@@ -61,7 +61,6 @@ import java.util.stream.Collectors;
|
||||
@Slf4j
|
||||
@RestController
|
||||
@AllArgsConstructor
|
||||
@Slf4j
|
||||
@RequestMapping("/mini")
|
||||
@Tag(name = "小程序接口", description = "小程序评分系统专用接口")
|
||||
public class MartialMiniController extends BladeController {
|
||||
|
||||
Reference in New Issue
Block a user