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