田源
2023-09-22 bac6b65c407a97219711d41beaa8d54a2ebca657
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
  })
}