| | |
| | | import * as enterpriseWallet from './enterpriseWallet'; |
| | | import * as ocrUtils from './ocrUtils'; |
| | | import * as resource from './resource'; |
| | | import * as enterpriseCooperationWallet from './enterpriseCooperationWallet'; |
| | | import * as logRecords from './logRecords'; |
| | | import * as dictionary from './dictionary'; |
| | | import * as taskCheckReceive from './taskCheckReceive'; |
| | |
| | | import * as userWallet from './userWallet'; |
| | | import * as fileUtils from './fileUtils'; |
| | | import * as settings from './settings'; |
| | | import * as eventUtils from './eventUtils'; |
| | | import * as enterpriseCooperationWallet from './enterpriseCooperationWallet'; |
| | | export default { |
| | | enterprise, |
| | | enterpriseEmployee, |
| | |
| | | enterpriseWallet, |
| | | ocrUtils, |
| | | resource, |
| | | enterpriseCooperationWallet, |
| | | logRecords, |
| | | dictionary, |
| | | taskCheckReceive, |
| | |
| | | userWallet, |
| | | fileUtils, |
| | | settings, |
| | | eventUtils, |
| | | enterpriseCooperationWallet, |
| | | }; |