涂煌豪
2022-05-24 8fe9d222c9453a3f09c6d5681dde0b2fd1600417
1
2
3
4
trigger RentalHpDeptUpd on Rental_Apply__c (before insert,after insert,before update) {
    RentalHpDeptUpdHandler handler = new RentalHpDeptUpdHandler();
    handler.run();
}