Helius
2022-07-12 5e54f37b9bfd01874c22c017c768adb2f8fee24d
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);
}