Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_ht
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseer
gxpt_ht
Commits
8ec830ad
Commit
8ec830ad
authored
Oct 17, 2023
by
wuwenlong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wechat routing login bugfix;
parent
c5e6a6fb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
SystemNotification.java
...src/main/java/share/system/domain/SystemNotification.java
+1
-1
WechatExceptions.java
...m/src/main/java/share/system/domain/WechatExceptions.java
+1
-1
WechatPayInfo.java
...stem/src/main/java/share/system/domain/WechatPayInfo.java
+1
-1
No files found.
share-system/src/main/java/share/system/domain/SystemNotification.java
View file @
8ec830ad
...
@@ -18,7 +18,7 @@ import java.util.Date;
...
@@ -18,7 +18,7 @@ import java.util.Date;
@Data
@Data
@EqualsAndHashCode
(
callSuper
=
false
)
@EqualsAndHashCode
(
callSuper
=
false
)
@Accessors
(
chain
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"
eb
_system_notification"
)
@TableName
(
"
s
_system_notification"
)
@ApiModel
(
value
=
"SystemNotification对象"
,
description
=
"通知设置表"
)
@ApiModel
(
value
=
"SystemNotification对象"
,
description
=
"通知设置表"
)
public
class
SystemNotification
implements
Serializable
{
public
class
SystemNotification
implements
Serializable
{
...
...
share-system/src/main/java/share/system/domain/WechatExceptions.java
View file @
8ec830ad
...
@@ -18,7 +18,7 @@ import java.util.Date;
...
@@ -18,7 +18,7 @@ import java.util.Date;
@Data
@Data
@EqualsAndHashCode
(
callSuper
=
false
)
@EqualsAndHashCode
(
callSuper
=
false
)
@Accessors
(
chain
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"
eb
_wechat_exceptions"
)
@TableName
(
"
s
_wechat_exceptions"
)
@ApiModel
(
value
=
"WechatExceptions对象"
,
description
=
"微信异常表"
)
@ApiModel
(
value
=
"WechatExceptions对象"
,
description
=
"微信异常表"
)
public
class
WechatExceptions
implements
Serializable
{
public
class
WechatExceptions
implements
Serializable
{
...
...
share-system/src/main/java/share/system/domain/WechatPayInfo.java
View file @
8ec830ad
...
@@ -17,7 +17,7 @@ import java.io.Serializable;
...
@@ -17,7 +17,7 @@ import java.io.Serializable;
@Data
@Data
@EqualsAndHashCode
(
callSuper
=
false
)
@EqualsAndHashCode
(
callSuper
=
false
)
@Accessors
(
chain
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"
eb
_wechat_pay_info"
)
@TableName
(
"
s
_wechat_pay_info"
)
@ApiModel
(
value
=
"WechatPayInfo对象"
,
description
=
"微信订单表"
)
@ApiModel
(
value
=
"WechatPayInfo对象"
,
description
=
"微信订单表"
)
public
class
WechatPayInfo
implements
Serializable
{
public
class
WechatPayInfo
implements
Serializable
{
...
...
Write
Preview
Markdown
is supported
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