ludc
2023-10-16 a45d0bcbea9078e54da9956c619dacb3c51fe1f1
Source/UBCS-WEB/src/api/batchImport/index.js
@@ -87,3 +87,11 @@
  })
}
// 新增数据
export function addSaveCode(data) {
  return request({
    url: 'api/ubcs-code/ubcs-code/mdmEngineController/addSaveCode',
    method: 'post',
    data
  })
}