package cc.mrbird.febs.vip.service; public interface IVipCommonService { void getScore(Long orderId); void levelUp(Long orderId); }