Commit 1a4a14aa by fudahua

企业微信标签同步

parent 47ecadbd
...@@ -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 getId() { public String getTagId() {
return id; return tagId;
} }
public void setId(Integer id) { public void setTagId(String tagId) {
this.id = id; this.tagId = tagId;
} }
public String getChangeType() { public String getChangeType() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment