Browse Source

Update MemberProductCollection.java

macro 3 years ago
parent
commit
3858572a0a

+ 1 - 1
mall-portal/src/main/java/com/macro/mall/portal/domain/MemberProductCollection.java

@@ -6,7 +6,7 @@ import org.springframework.data.mongodb.core.index.Indexed;
 import java.util.Date;
 
 /**
- * 用户收藏的商品
+ * 会员商品收藏
  * Created by macro on 2018/8/2.
  */
 public class MemberProductCollection {