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