package cn.wisenergy.service.app; public interface MonthUserLevelService { /** * 月度定时升级任务 */ void monthUserLevelUpgrade(String userId); }