高章伟
2023-03-07 0d6ca2157dfa54fc8dd0baa2af2dac042f7094d0
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}