提交数据库设计

This commit is contained in:
wh
2026-04-26 23:41:58 +08:00
parent b3c9fdfedd
commit ebe8b6c7ed
7 changed files with 614 additions and 101 deletions

View File

@@ -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;