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
e8ac377d
Commit
e8ac377d
authored
Mar 09, 2022
by
macro
Browse files
Update MemberBrandAttention.java
parent
e5811f5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/domain/MemberBrandAttention.java
View file @
e8ac377d
package
com.macro.mall.portal.domain
;
package
com.macro.mall.portal.domain
;
import
lombok.Getter
;
import
lombok.Setter
;
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
org.springframework.data.mongodb.core.mapping.Document
;
...
@@ -10,6 +12,8 @@ import java.util.Date;
...
@@ -10,6 +12,8 @@ import java.util.Date;
* 会员品牌关注
* 会员品牌关注
* Created by macro on 2018/8/2.
* Created by macro on 2018/8/2.
*/
*/
@Getter
@Setter
@Document
@Document
public
class
MemberBrandAttention
{
public
class
MemberBrandAttention
{
@Id
@Id
...
@@ -24,76 +28,4 @@ public class MemberBrandAttention {
...
@@ -24,76 +28,4 @@ public class MemberBrandAttention {
private
String
brandLogo
;
private
String
brandLogo
;
private
String
brandCity
;
private
String
brandCity
;
private
Date
createTime
;
private
Date
createTime
;
public
String
getId
()
{
return
id
;
}
public
void
setId
(
String
id
)
{
this
.
id
=
id
;
}
public
Long
getMemberId
()
{
return
memberId
;
}
public
void
setMemberId
(
Long
memberId
)
{
this
.
memberId
=
memberId
;
}
public
String
getMemberNickname
()
{
return
memberNickname
;
}
public
void
setMemberNickname
(
String
memberNickname
)
{
this
.
memberNickname
=
memberNickname
;
}
public
String
getMemberIcon
()
{
return
memberIcon
;
}
public
void
setMemberIcon
(
String
memberIcon
)
{
this
.
memberIcon
=
memberIcon
;
}
public
Long
getBrandId
()
{
return
brandId
;
}
public
void
setBrandId
(
Long
brandId
)
{
this
.
brandId
=
brandId
;
}
public
String
getBrandName
()
{
return
brandName
;
}
public
void
setBrandName
(
String
brandName
)
{
this
.
brandName
=
brandName
;
}
public
String
getBrandLogo
()
{
return
brandLogo
;
}
public
void
setBrandLogo
(
String
brandLogo
)
{
this
.
brandLogo
=
brandLogo
;
}
public
String
getBrandCity
()
{
return
brandCity
;
}
public
void
setBrandCity
(
String
brandCity
)
{
this
.
brandCity
=
brandCity
;
}
public
Date
getCreateTime
()
{
return
createTime
;
}
public
void
setCreateTime
(
Date
createTime
)
{
this
.
createTime
=
createTime
;
}
}
}
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