Helius
2022-08-31 39a322c380ac88874760b4b9a28def18c0b7753a
src/main/java/com/xcong/farmer/cms/modules/system/entity/CmsAdInfoEntity.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;
@@ -23,4 +24,9 @@
    private String remark;
    private Long companyId;
    private Integer seq = 1;
    @TableField(exist = false)
    private String groupName;
}