彭锟
2022-03-24 3a414ec8f1715b3b72e06f8598e08e6a8729ca23
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}