黄千龙
2022-03-22 5fe3153e3a6908a5441733e656b574ef05d642bf
1
2
3
4
5
global class EnquiryBoostTypeBatchSchedule implements Schedulable {
    global void execute(SchedulableContext sc) {
        Id execBTId = Database.executeBatch(new EnquiryBoostTypeBatch(),100);
    }
}