如何定义模型以使其可用于规则 UI?

发布于 2024-11-15 01:06:12 字数 105 浏览 3 评论 0原文

我创建了一个模型,当我尝试创建规则时,我总是收到此消息:

“注意:尚未定义模型。 提示:您将需要导入或定义一个模型以使该用户界面正常工作!”

有什么想法吗? 氨氮

I created a model, and whe i try to create a rule i allways recieve this message:

"Note: No model has been defined.
Tip: You will want to import or define a model for this user interface to work !"

any ideas?
TNX

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

转身以后 2024-11-22 01:06:12

您可能缺少导入。

在有规则的文件中执行以下操作:

import org.hello.MyModel;

It is possible that you are missing an import.

In the file where you have the rule do:

import org.hello.MyModel;
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文