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