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