zxl
2 天以前 3046327602e05d46266455891a3d5af12a4c9a76
manager-api/src/main/java/cn/lili/controller/lmk/PrizeGrantRecordController.java
@@ -8,6 +8,7 @@
import cn.lili.modules.lmk.service.PrizeGrantRecordService;
import io.swagger.annotations.ApiOperation;
import lombok.AllArgsConstructor;
import lombok.RequiredArgsConstructor;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@@ -22,7 +23,7 @@
 * @date : 2025-08-25 16:45
 **/
@RestController
@AllArgsConstructor
@RequiredArgsConstructor
@RequestMapping("/manager/lmk/prizeGrantRecord")
public class PrizeGrantRecordController {
    private final PrizeGrantRecordService prizeGrantRecordService;