|
|
|
@ -11,6 +11,7 @@ import com.ruoyi.common.core.domain.entity.SysUser;
|
|
|
|
|
import com.ruoyi.common.core.page.TableDataInfo;
|
|
|
|
|
import com.ruoyi.common.enums.BusinessType;
|
|
|
|
|
import com.ruoyi.common.utils.poi.ExcelUtil;
|
|
|
|
|
import org.checkerframework.checker.units.qual.A;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
import org.springframework.security.access.prepost.PreAuthorize;
|
|
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
@ -179,6 +180,11 @@ public class BaseTyreController extends BaseController
|
|
|
|
|
return baseTyreService.TyreUnInstall(carTyres);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@PostMapping("/TyreMileage")
|
|
|
|
|
public AjaxResult TyreMileage(@RequestBody CarTyres carTyres){
|
|
|
|
|
return baseTyreService.TyreMileage(carTyres);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|