zhangzhengmei
2023-04-27 91e1db24bb4aa2d91dc8218d7694fab3dee20388
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}