李彤
2022-04-19 85fd771a9d895963123dabad78afeaa40f6db70a
1
2
3
4
trigger LostCancelReportTrigger on Lost_cancel_report__c (after update,before update) {
    LostCancelReportHandler handler = new LostCancelReportHandler();
    handler.run();
}