李彤
2023-03-16 7fb99d0f7ee538022e03ba7903e6ed97fbaa849b
1
2
3
4
trigger AccountDelayApplyTrigger on Account_Delay_Apply__c (before insert, after insert, before update,after update) {
    AccountDelayApplyHandler handler = new AccountDelayApplyHandler();
    handler.run();
}