yangjieke
2022-04-01 a1b500c74db7ed741ab4bebbd42530fd30b89bf9
1
2
3
4
trigger RentalHpDeptUpd on Rental_Apply__c (before insert,after insert,before update) {
    RentalHpDeptUpdHandler handler = new RentalHpDeptUpdHandler();
    handler.run();
}