张宇恒
2023-08-08 e15f4679a2b71a186aa9e87cd49b4ab9c249cc63
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}