weaver-develop/src/weaver/interfaces/seclinktel/crob/PerMessageRemindCrob.java

17 lines
386 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package weaver.interfaces.seclinktel.crob;
import weaver.interfaces.schedule.BaseCronJob;
/**
* @Author liang.cheng
* @Date 2024/11/4 2:12 PM
* @Description: 1、个人信息更新提醒每年6月30日、12月31日对在职人员发送消息提醒。
* @Version 1.0
*/
public class PerMessageRemindCrob extends BaseCronJob {
@Override
public void execute() {
}
}