liwentao
2023-07-19 14080957490b7856a0ddab65af31f6fab5a69c4d
1
2
3
4
trigger ProductScoreTableHistoryTrigger on Product_Score_Table_History__c(before insert, before update) {
    ProductScoreTableHistoryHandler handler = new ProductScoreTableHistoryHandler();
    handler.run();
}