彭锟
2022-03-24 3a414ec8f1715b3b72e06f8598e08e6a8729ca23
1
2
3
4
trigger RentalHpDeptUpd on Rental_Apply__c (before insert,after insert,before update) {
    RentalHpDeptUpdHandler handler = new RentalHpDeptUpdHandler();
    handler.run();
}