涂煌豪
2022-04-08 fded535904cc3afbff02db835b9691728413f0d6
1
2
3
4
trigger LostCancelReportTrigger on Lost_cancel_report__c (after update,before update) {
    LostCancelReportHandler handler = new LostCancelReportHandler();
    handler.run();
}