CD配唱片
2025-04-25 80f27f1672467e91ff3d4fd7f30a817f6f11d5c0
src/api/basicData/shop.js
@@ -42,3 +42,12 @@
    method: 'delete'
  })
}
// 查询车间列表
export function listAll_shop(query) {
  return request({
    url: '/aps/aps_shop/listAll',
    method: 'get',
    params: query
  })
}