wangting
2023-07-13 eccdff7350f22d52347583adc8d6da1564d3b110
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
  })
}