buli
2022-04-06 09619a34a648667555558e0667951ce568b65334
1
2
3
4
5
global class ConsumAutoSelectBatchSchedule implements Schedulable {
    global void execute(SchedulableContext sc) {
        ConsumAutoSelectBatch.run();
    }
}