fix(cleanup): remove duplicate lombok annotation in mini controller
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user