xiaoyong931011
2022-08-12 60de114aa423ebbed620d39f4bcf7ece0633530f
src/main/java/com/xcong/farmer/cms/modules/system/entity/WebSettingEntity.java
@@ -1,6 +1,7 @@
package com.xcong.farmer.cms.modules.system.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
@@ -57,4 +58,10 @@
    private String msgTemplate;
    private Long companyId;
    @TableField(exist = false)
    private String companyCode;
    @TableField(exist = false)
    private String companyUrl;
}