zhangzhengmei
2023-04-27 5a95d08a2e25022cf08deb2eb65dd4b4b4b851de
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}