You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
268 B
9 lines
268 B
|
4 years ago
|
/**
|
||
|
|
* @description 资料上传记录控制器
|
||
|
|
*/
|
||
|
|
import * as addIORecord from './addIORecord';
|
||
|
|
import * as getIORecordByID from './getIORecordByID';
|
||
|
|
import * as getIORecordsList from './getIORecordsList';
|
||
|
|
|
||
|
|
export { addIORecord, getIORecordByID, getIORecordsList };
|