zhouwx
2025-11-17 f60c41f9ffc601e4e9d3eeff3ee43fe31d0b2921
src/api/infrastructureMng/ledger.js
@@ -32,6 +32,14 @@
  })
}
export function uploadStandingBook(data) {
  return request({
    url: '/system/standingBook/importStandingBooks',
    method: 'post',
    data: data
  })
}
export function getMaintenanceRecordList(query) {
  return request({
    url: '/system/annualMaintenanceRecord/selectAnnualMaintenanceRecordList',