package cc.mrbird.febs.mall.service; import java.util.Map; public interface ISystemService { void bonusSystemSetting(Map map); }