李彤
2022-05-17 e086d26f5ea28d42f78f836d6a8be5c686c1f36d
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}