package cn.wisenergy.service.app;

public interface UserLevelService {
    void userLevelUpgrade(String userId);
}