zz
2023-05-09 c4ed1f9c5a87ecf7e3a4662f46a14459939f6726
1
2
3
4
trigger OpportunitySpecialApplyTrigger on OpportunitySpecialApply__c (before update, before insert, after insert, after update) {
    OpportunitySpecialApplyHandler handler = new OpportunitySpecialApplyHandler();
    handler.run();
}