1a07baba8b1a39b4d509857dc37837b93c7c6cf9
Many2One\350\267\250App\345\256\211\350\243\205.md
... | ... | @@ -69,7 +69,7 @@ public class TestLog extends BaseModel { |
69 | 69 | 之前的ManyToOne默认只能是关联ID字段,现在可以关联code等非ID字段 |
70 | 70 | 示例 |
71 | 71 | |
72 | -**指定任意字段:** |
|
72 | +**通过注解referencedProperty指定任意字段:** |
|
73 | 73 | |
74 | 74 | ```java |
75 | 75 | @ManyToOne(displayName = "2单选异步获取Many2one", cascade = {CascadeType.DEL_SET_NULL}) |