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