李彤
2022-12-30 582ab5d403a12e7ac0834dac34bc087dbbea8dc7
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}