Commit ba28bcb7 authored by macro's avatar macro
Browse files

Update MemberProductCollection.java

parent 6969233e
...@@ -2,6 +2,7 @@ package com.macro.mall.portal.domain; ...@@ -2,6 +2,7 @@ package com.macro.mall.portal.domain;
import org.springframework.data.annotation.Id; import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.index.Indexed; import org.springframework.data.mongodb.core.index.Indexed;
import org.springframework.data.mongodb.core.mapping.Document;
import java.util.Date; import java.util.Date;
...@@ -9,6 +10,7 @@ import java.util.Date; ...@@ -9,6 +10,7 @@ import java.util.Date;
* 会员商品收藏 * 会员商品收藏
* Created by macro on 2018/8/2. * Created by macro on 2018/8/2.
*/ */
@Document
public class MemberProductCollection { public class MemberProductCollection {
@Id @Id
private String id; private String id;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment