李彤
2022-05-12 a2f7f78e8b02e3613c9ff9cf584de2ec0bda075d
1
2
3
4
trigger LostCancelReportTrigger on Lost_cancel_report__c (after update,before update) {
    LostCancelReportHandler handler = new LostCancelReportHandler();
    handler.run();
}