基于用户和基于物品的推荐方法

This commit is contained in:
tarzan
2023-02-07 13:24:04 +08:00
parent 006a73bb46
commit b924b78dbd
6 changed files with 137 additions and 52 deletions

View File

@@ -18,8 +18,8 @@ import lombok.NoArgsConstructor;
public class RelateDTO {
/** 用户id */
private Integer useId;
/** 业务id */
private Integer moduleId;
/** 物品id */
private Integer itemId;
/** 指数 */
private Integer index;