Commit 1a4a14aa by fudahua

企业微信标签同步

parent 47ecadbd
......@@ -14,7 +14,10 @@ public class QywxTagCallbackDTO implements Serializable {
private String suiteId;
private String infoType;
private String authCorpId;
private Integer id;
/**
* 根据类型 标签组或者标签id
*/
private String tagId;
private String changeType;
private String tagType;
......@@ -46,12 +49,12 @@ public class QywxTagCallbackDTO implements Serializable {
this.authCorpId = authCorpId;
}
public Integer getId() {
return id;
public String getTagId() {
return tagId;
}
public void setId(Integer id) {
this.id = id;
public void setTagId(String tagId) {
this.tagId = tagId;
}
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