Li Jun
2022-04-19 d446b7cfc668672f4e5542eeb2cfbb9191468efb
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}