李彤
2022-09-14 c6e651446bf356eb44197053e3d57bf5a0d9a50c
1
2
3
4
trigger RentalApplyEquipmentSetCheck on Rental_Apply_Equipment_Set__c(before insert, before update, after insert, after update, after delete) {
    RentalApplyEquipmentSetCheckHandler handler = new RentalApplyEquipmentSetCheckHandler();
    handler.run();
}