From 94c2c90cf08464d44d9d08e83c0878cf7dc6e41c Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Wed, 20 Mar 2024 12:44:13 +0800 Subject: [PATCH] 首页菜单的首页二字改成英文的Main --- src/main/java/com/xcong/farmer/cms/modules/system/entity/CmsGroupInfoEntity.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/farmer/cms/modules/system/entity/CmsGroupInfoEntity.java b/src/main/java/com/xcong/farmer/cms/modules/system/entity/CmsGroupInfoEntity.java index 47e64f3..36bab88 100644 --- a/src/main/java/com/xcong/farmer/cms/modules/system/entity/CmsGroupInfoEntity.java +++ b/src/main/java/com/xcong/farmer/cms/modules/system/entity/CmsGroupInfoEntity.java @@ -26,4 +26,6 @@ * 分组类型 1-友情链接 2-广告 */ private Integer type; + + private Long companyId; } -- Gitblit v1.9.1