Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
ba28bcb7
Commit
ba28bcb7
authored
Mar 01, 2022
by
macro
Browse files
Update MemberProductCollection.java
parent
6969233e
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/domain/MemberProductCollection.java
View file @
ba28bcb7
...
...
@@ -2,6 +2,7 @@ package com.macro.mall.portal.domain;
import
org.springframework.data.annotation.Id
;
import
org.springframework.data.mongodb.core.index.Indexed
;
import
org.springframework.data.mongodb.core.mapping.Document
;
import
java.util.Date
;
...
...
@@ -9,6 +10,7 @@ import java.util.Date;
* 会员商品收藏
* Created by macro on 2018/8/2.
*/
@Document
public
class
MemberProductCollection
{
@Id
private
String
id
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment