sunxia
2022-03-16 8532fb6e9d278f8dbd88e12bbe250c9c0a636556
1
2
3
4
5
global class NFM605Schedule implements Schedulable {
    global void execute(SchedulableContext sc) {
       Database.executeBatch(new NFM605Batch(), 200);
    }
}