李彤
2022-04-02 1949e7ccb3bfab67ad2b16d7e0172851c3f823bb
1
2
3
4
5
global class NFM605Schedule implements Schedulable {
    global void execute(SchedulableContext sc) {
       Database.executeBatch(new NFM605Batch(), 200);
    }
}