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