正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -372,6 +372,7 @@ type ( | @@ -372,6 +372,7 @@ type ( | ||
| 372 | ParentPath string `json:"parentPath"` | 372 | ParentPath string `json:"parentPath"` |
| 373 | Remark string `json:"remark"` | 373 | Remark string `json:"remark"` |
| 374 | Sort int `json:"sort"` | 374 | Sort int `json:"sort"` |
| 375 | + Link string `json:"link"` | ||
| 375 | } `json:"menus"` | 376 | } `json:"menus"` |
| 376 | } | 377 | } |
| 377 | ) | 378 | ) |
-
请 注册 或 登录 后发表评论