chengxiangling
2025-05-15 65f86f41dedbbbb7030e2f37ce3e001bbca4923a
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
  })
}