李彤
2022-05-12 a2f7f78e8b02e3613c9ff9cf584de2ec0bda075d
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}