k94314517
2024-02-27 d4acc07a28e2bbeb25f097148bbbfe4b3356b9f9
admin/src/api/business/cars.js
@@ -16,6 +16,10 @@
export function updateById (data) {
  return request.post('/business/cars/updateById', data)
}
// 修改
export function sync (data) {
  return request.post('/business/cars/sync', data)
}
// 删除
export function deleteById (id) {