祖安之光
10 天以前 1c47f3c982344038a348925290986ee66f9c1721
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',