高章伟
2022-02-24 81b0892b8c6aa064a9e8dbca09a8f7f1eb6de40e
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();
}