12345678910 |
- // @ts-nocheck
- // This file is generated by Umi automatically
- // DO NOT CHANGE IT MANUALLY!
- import model_1 from 'E:/项目/outpackage/rencaishichanghoutai/src/models/dictModel';
- import model_2 from 'E:/项目/outpackage/rencaishichanghoutai/src/models/openModel';
-
- export const models = {
- model_1: { namespace: 'dictModel', model: model_1 },
- model_2: { namespace: 'openModel', model: model_2 },
- } as const
|