lihuijuan
2022-03-10 89c7de3666b04823c7a2e3b15386b7d004695322
1
2
3
4
trigger RentalHpDeptUpd on Rental_Apply__c (before insert,after insert,before update) {
    RentalHpDeptUpdHandler handler = new RentalHpDeptUpdHandler();
    handler.run();
}