lkk
2024-12-16 6c67a924e87f74a07a74c6f953b69e8bcc109015
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
  })
}