黄千龙
2023-02-02 00fb7ef28a06d451c443d8521a8614a40fec3f78
1
2
3
4
trigger RentalHpDeptUpd on Rental_Apply__c (before insert,after insert,before update) {
    RentalHpDeptUpdHandler handler = new RentalHpDeptUpdHandler();
    handler.run();
}