Commit a4ee762a authored by 谢希宇's avatar 谢希宇

Aidea product update by Strive Date 2020-11-23

parent 860d3141
package com.cftech.base.org.job;
import lombok.extern.slf4j.Slf4j;
import org.quartz.Job;
import org.quartz.JobExecutionContext;
import org.quartz.JobExecutionException;
/**
* Created by 16444 on 2020/11/3.
* 同步微信人员信息,人员名片定时任务
*/
@Slf4j
public class WechatUserInfoUpdateJob implements Job {
@Override
public void execute(JobExecutionContext context) throws JobExecutionException {
}
}
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