Commit 2fdfe2e1 by fudahua

会员标签同步-加好友需要同步好友标签

parent 9ee79c5c
...@@ -30,8 +30,6 @@ public class QywxTagSyncInfoPojo implements Serializable { ...@@ -30,8 +30,6 @@ public class QywxTagSyncInfoPojo implements Serializable {
private Integer times = 0; private Integer times = 0;
private QywxTagFailPojo fail;
/** /**
* 批量导入时 * 批量导入时
*/ */
...@@ -98,13 +96,6 @@ public class QywxTagSyncInfoPojo implements Serializable { ...@@ -98,13 +96,6 @@ public class QywxTagSyncInfoPojo implements Serializable {
this.syncLogId = syncLogId; this.syncLogId = syncLogId;
} }
public QywxTagFailPojo getFail() {
return fail;
}
public void setFail(QywxTagFailPojo fail) {
this.fail = fail;
}
public String getTaskId() { public String getTaskId() {
return taskId; return taskId;
......
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