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
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
QianQiXiang
haoban-manage3.0
Commits
1a4a14aa
Commit
1a4a14aa
authored
Jun 22, 2021
by
fudahua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业微信标签同步
parent
47ecadbd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
QywxTagCallbackDTO.java
...ava/com/gic/haoban/manage/api/dto/QywxTagCallbackDTO.java
+8
-5
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/dto/QywxTagCallbackDTO.java
View file @
1a4a14aa
...
@@ -14,7 +14,10 @@ public class QywxTagCallbackDTO implements Serializable {
...
@@ -14,7 +14,10 @@ public class QywxTagCallbackDTO implements Serializable {
private
String
suiteId
;
private
String
suiteId
;
private
String
infoType
;
private
String
infoType
;
private
String
authCorpId
;
private
String
authCorpId
;
private
Integer
id
;
/**
* 根据类型 标签组或者标签id
*/
private
String
tagId
;
private
String
changeType
;
private
String
changeType
;
private
String
tagType
;
private
String
tagType
;
...
@@ -46,12 +49,12 @@ public class QywxTagCallbackDTO implements Serializable {
...
@@ -46,12 +49,12 @@ public class QywxTagCallbackDTO implements Serializable {
this
.
authCorpId
=
authCorpId
;
this
.
authCorpId
=
authCorpId
;
}
}
public
Integer
get
Id
()
{
public
String
getTag
Id
()
{
return
i
d
;
return
tagI
d
;
}
}
public
void
set
Id
(
Integer
i
d
)
{
public
void
set
TagId
(
String
tagI
d
)
{
this
.
id
=
i
d
;
this
.
tagId
=
tagI
d
;
}
}
public
String
getChangeType
()
{
public
String
getChangeType
()
{
...
...
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