Many2One\350\267\250App\345\256\211\350\243\205.md
... ...
@@ -4,7 +4,7 @@
4 4
3. **注意:如果模型之前存在继承扩展关系,必须安装在一起**
5 5
6 6
1.@ManyToOne 指定targetModel的格式为 appName.modelName
7
-```
7
+```java
8 8
@Model
9 9
public class TestLog extends BaseModel {
10 10
... ...
@@ -17,7 +17,7 @@ public class TestLog extends BaseModel {
17 17
18 18
2.如果需要再ManyToOne方添加tab页显示另外一个app的数据,需要再tabs的body里面指定 "app": "newSdkAppOthers"
19 19
20
-```
20
+```json
21 21
"tabs": [
22 22
{
23 23
"body": {