游畅
2022-04-11 63802d619f5a2cdce4d1d0f0b62fcec8517d1f9b
1
2
3
4
trigger ConsumApplyEquipmentSetDetailTrigger on Consum_Apply_Equipment_Set_Detail__c (before insert, before update, after insert, after update, before delete, after delete) {
    ConsumApplyEquipmentSetDetailHandler handler = new ConsumApplyEquipmentSetDetailHandler();
    handler.run();
}