付煜
2022-04-12 1ec35e39bd92406c62b2ed3aa65fbaf3d411f858
1
2
3
4
trigger LostCancelReportTrigger on Lost_cancel_report__c (after update,before update) {
    LostCancelReportHandler handler = new LostCancelReportHandler();
    handler.run();
}