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