lkk
2024-12-27 724c4830ea23cd632802a2f76a318a16b309f8a2
src/api/system/package.js
@@ -175,4 +175,13 @@
    url: '/system/zhxm/' + pacIds,
    method: 'delete'
  })
}
export function getlistByZhId(query) {
  return request({
    url: '/system/zhxm/listByZhId',
    method: 'get',
    params: query
  })
}