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