Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
向汉
/
uc-engine
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
b730db38
...
b730db383667b654ce2dc16e6d7174726e516b25
authored
2022-04-07 21:06:07 +0800
by
xianghan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1.优化
1 parent
d3407e25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
member-service-impl/src/main/java/com/topdraw/business/module/user/weixin/domain/UserWeixin.java
member-service-impl/src/main/java/com/topdraw/business/module/user/weixin/domain/UserWeixin.java
View file @
b730db3
...
...
@@ -40,17 +40,14 @@ public class UserWeixin extends AsyncMqModule implements Serializable {
/** 微信unionid,针对开发者 */
@Column
(
name
=
"unionid"
)
@NotNull
(
message
=
"unionid can't be null"
,
groups
=
{
CreateGroup
.
class
})
private
String
unionid
;
/** 微信appid */
@Column
(
name
=
"appid"
)
@NotNull
(
message
=
"appid can't be null"
,
groups
=
{
CreateGroup
.
class
})
private
String
appid
;
/** 微信openid,针对微信app */
@Column
(
name
=
"openid"
)
@NotNull
(
message
=
"openid can't be null"
,
groups
=
{
CreateGroup
.
class
})
private
String
openid
;
/** 关注状态 0 -未关注 1 - 已关注 */
...
...
Please
register
or
sign in
to post a comment