fix
Helius
2022-10-07 2762e01a72e93dc6703c06c701b28ceffe7c9de8
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;
@@ -25,4 +26,7 @@
    private String remark;
    private Long companyId;
    @TableField(exist = false)
    private String groupName;
}