张宇恒
2022-05-06 a952b09858f9d6490a397051c7fdea59f82ebeb0
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}