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