彭锟
2022-03-25 5c4f90cad0e828faacbbf3528bc0929db34be383
1
2
3
4
trigger LostCancelReportTrigger on Lost_cancel_report__c (after update,before update) {
    LostCancelReportHandler handler = new LostCancelReportHandler();
    handler.run();
}