@Component public class UserThemeCache extends Object
@Comment(value="\u83b7\u53d6\u7528\u6237\u754c\u9762\u4e3b\u9898") public Map<String,Object> getTheme(@Comment(value="\u7528\u6237ID") Long userId) throws SQLException
userId - 用户唯一标识符SQLException - 数据库访问异常时抛出@Comment(value="\u66f4\u65b0\u7528\u6237\u754c\u9762\u4e3b\u9898")
public void updateTheme(@Comment(value="\u7528\u6237ID")
Long userId,
@Comment(value="\u4e3b\u9898\u914d\u7f6e")
String json)
throws SQLException
userId - 用户唯一标识符json - 主题配置的JSON字符串表示SQLException - 数据库操作失败时抛出@Comment(value="\u66f4\u65b0\u7528\u6237\u754c\u9762\u5927\u5c0f")
public void updateSize(@Comment(value="\u7528\u6237ID")
Long userId,
@Comment(value="\u4e3b\u9898\u914d\u7f6e")
String json)
throws SQLException
userId - 用户唯一标识符json - 尺寸配置的JSON字符串表示SQLException - 数据库操作失败时抛出Copyright © 2026. All rights reserved.