Background
如果我在其他项目调用,会导致注册的namespace命名不一致
Proposal
在定义model.ts时
export default () => { return { namespace: 'systemManger.approvalProcess.model', } }
使用时 useModel('systemManger.approvalProcess.model')
Additional context
Add any other context or screenshots about the feature request here.