zhangzhengmei
2023-05-06 e85ef7700a6b4ea5eea57c2750d831cb59ecff7d
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}