chengxiangling
2025-05-12 e1272fc62b4a8fc075ffb7af3d4ee3d11ab495d3
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
  })
}