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