chengxiangling
2025-05-14 9587438965a876c23b9e9efcff014f1cc565cb4d
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
  })
}