package com.qianwen.smartman.modules.system.service; import com.qianwen.core.mp.base.BaseService; import com.qianwen.smartman.modules.system.entity.Param; import com.qianwen.smartman.modules.system.entity.Theme; /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/system/service/IThemeService.class */ public interface IThemeService extends BaseService { Param changeTheme(String theme); }