Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于模板里面的这个方法是用来做什么的啊,删除了会不会有影响public void ResolveRef(Tables tables) #101

Closed
singleTree opened this issue Jan 10, 2024 · 1 comment

Comments

@singleTree
Copy link

No description provided.

@pirunxi
Copy link
Contributor

pirunxi commented Jan 13, 2024

对于类似` 带有ref的字段,为额外为它生成一个字段,指向了对应表中的那个记录的引用,方便开发者使用。 这个引用的赋值在 ResolveRef函数中完成。因此你如果用不到这种机制,是可以删除的

@pirunxi pirunxi closed this as completed Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants