mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-23 05:00:25 +08:00
docs(SysMenu.java): 完善菜单实体注释
This commit is contained in:
parent
843d52f421
commit
6fc05350e1
@ -27,11 +27,13 @@ public class SysMenu extends BaseEntity {
|
||||
private String icon;
|
||||
|
||||
/**
|
||||
* 路由路径
|
||||
* 路由相对路径
|
||||
*/
|
||||
|
||||
private String path;
|
||||
|
||||
/**
|
||||
* 组件绝对路径
|
||||
*/
|
||||
private String component;
|
||||
|
||||
private Integer sort;
|
||||
|
Loading…
Reference in New Issue
Block a user