李金换
2022-11-30 0e43bab9d421948c61ca0f79b763942ba9e724a6
1
2
3
4
trigger LostCancelReportTrigger on Lost_cancel_report__c (after update,before update) {
    LostCancelReportHandler handler = new LostCancelReportHandler();
    handler.run();
}