提交数据库设计
This commit is contained in:
@@ -18,10 +18,10 @@ public class SysMenu {
|
||||
@TableId(type = IdType.INPUT)
|
||||
private Long id;
|
||||
private Long companyId;
|
||||
private String permissionCode;
|
||||
private String menuCode;
|
||||
private String menuName;
|
||||
private String path;
|
||||
private String visiblePositions;
|
||||
private Integer sortOrder;
|
||||
private LocalDateTime createdAt;
|
||||
private LocalDateTime updatedAt;
|
||||
|
||||
Reference in New Issue
Block a user