fix
Helius
2022-08-30 90f9311b8f92d84533860e374c2a38c16f8a6e7d
src/main/java/com/xcong/farmer/cms/modules/system/vo/AdminSeeWebSetInfoVo.java
@@ -1,5 +1,6 @@
package com.xcong.farmer.cms.modules.system.vo;
import com.baomidou.mybatisplus.annotation.TableField;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -34,4 +35,10 @@
    @ApiModelProperty(value = "在线留言模板")
    private String msgTemplate;
    @ApiModelProperty(value = "公司编码")
    private String companyCode;
    @ApiModelProperty(value = "公司URL")
    private String companyUrl;
}