如何自定义model的命名空间 #13023
Unanswered
jinxiangqiang
asked this question in
Q&A
如何自定义model的命名空间
#13023
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
export const models = {
model_1: { namespace: '@@initialstate', model: model_1 },
model_2: { namespace: '...modules.mmt-front-basemodule.systemManger.approvalProcess.model', model: model_2 },
} as const
Beta Was this translation helpful? Give feedback.
All reactions