yys
maven
2025-12-04 f8ee98f5e5cf31e38d8c6159df2e8c1b671a3b79
src/main/java/com/ruoyi/device/controller/DeviceRepairController.java
@@ -25,6 +25,9 @@
    @Autowired
    private IDeviceRepairService deviceRepairService;
    @Autowired
    private IDeviceLedgerService deviceLedgerService;
    @ApiModelProperty("设备报修列表")
    @GetMapping("/page")
    public AjaxResult page(Page page , DeviceRepairDto deviceRepairDto) {