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