Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
1
Merge Requests
1
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
haoban3.0
haoban-manage3.0
Commits
f3ca8b9d
Commit
f3ca8b9d
authored
Mar 01, 2022
by
墨竹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:序列化
parent
d3712b67
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
DealQywxExternalUserPojo.java
.../haoban/manage/service/pojo/DealQywxExternalUserPojo.java
+4
-2
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/pojo/DealQywxExternalUserPojo.java
View file @
f3ca8b9d
...
...
@@ -11,13 +11,16 @@ import java.io.Serializable;
*/
public
class
DealQywxExternalUserPojo
implements
Serializable
{
private
static
final
long
serialVersionUID
=
140672261007933753L
;
public
enum
DealType
{
//删除
del
(
0
),
//新增
add
(
1
),
//修改
edit
(
2
),;
edit
(
2
),
;
private
int
type
;
DealType
(
int
type
)
{
...
...
@@ -33,7 +36,6 @@ public class DealQywxExternalUserPojo implements Serializable {
}
}
// 0 删除 1新增
private
int
type
;
private
MemberUnionidRelatedDTO
data
;
...
...
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