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