wzy
2022-10-20 673231ff8850208a50e6cf4d505cbba8d6b95869
src/main/java/com/xcong/farmer/cms/modules/system/mapper/WebSetMapper.java
@@ -4,7 +4,11 @@
import com.xcong.farmer.cms.modules.system.entity.WebSettingEntity;
import org.apache.ibatis.annotations.Param;
import java.util.Map;
public interface WebSetMapper extends BaseMapper<WebSettingEntity> {
    WebSettingEntity selectByCompanyId(@Param("companyId") Long companyId);
    Map<String, String> selectSiteGlobalSetting(@Param("companyId") Long companyId);
}