package com.xzx.gc.order.service; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; @Service @Transactional public class PaySettleService { }