yuan
2026-04-24 022c6d77a5c49aacd85f32cfb7af25417b82dafa
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)