123
chenjingwu
2024-04-23 fce2bafc4f155d6118bd8f9a9648919f3b66e664
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}