src/main/java/com/xcong/farmer/cms/modules/system/entity/CmsFriendlyLinkEntity.java
@@ -1,5 +1,6 @@ package com.xcong.farmer.cms.modules.system.entity; import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableName; import com.xcong.farmer.cms.common.system.base.BaseEntity; import lombok.Data; @@ -20,12 +21,12 @@ private String logo; /** * 1-文字 2-图片 */ private Integer type; private Long groupId; private String remark; private Long companyId; @TableField(exist = false) private String groupName; }