基于用户和基于物品的推荐方法
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user