适配新推荐接口

This commit is contained in:
litianxiang
2025-12-29 13:49:31 +08:00
parent f84935d0bd
commit 7a9fb0213b
3 changed files with 47 additions and 25 deletions

View File

@@ -23,5 +23,8 @@ public class UserPreferenceLogTest implements Serializable {
private Long accountId;
private String path;
private LocalDateTime dataTime;
private String category;
private String style;
private Long sysFileId;
}