游畅
2022-05-17 b1dadcc62a48f7179d2d2011b17488e439d9db66
1
2
3
4
5
global class NextMonthVisitSchedule implements Schedulable {
    global void execute(SchedulableContext sc) {
        Database.executeBatch(new NextMonthVisitBatch(), 20);
    }
}