yuan
2026-04-24 5b37d2ae890b515598f704b3ddf974e67ba11593
src/main/java/com/ruoyi/stock/controller/StockInRecordController.java
@@ -22,7 +22,7 @@
@RequiredArgsConstructor
public class StockInRecordController {
    private StockInRecordService stockInRecordService;
    private final StockInRecordService stockInRecordService;
    @GetMapping("/listPage")
    @Log(title = "生产入库-入库管理-列表", businessType = BusinessType.OTHER)