You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
322 B
Java
18 lines
322 B
Java
package weaver.interfaces.aisin.cron;
|
|
|
|
import weaver.interfaces.schedule.BaseCronJob;
|
|
|
|
/**
|
|
* @Author liang.cheng
|
|
* @Date 2024/11/26 2:44 PM
|
|
* @Description: ATBP 考勤封账 数据更新
|
|
* @Version 1.0
|
|
*/
|
|
public class KqCloseAccountUpdateCrob extends BaseCronJob {
|
|
|
|
@Override
|
|
public void execute() {
|
|
|
|
}
|
|
}
|