chengxiangling
2025-05-12 e1272fc62b4a8fc075ffb7af3d4ee3d11ab495d3
src/api/basicData/plant.js
@@ -42,3 +42,13 @@
    method: 'delete'
  })
}
// 查询工厂管理列表
export function listAll_plant(query) {
  return request({
    url: '/aps/aps_plant/listAll',
    method: 'get',
    params: query
  })
}