service注解

This commit is contained in:
2025-02-14 18:00:34 +08:00
parent 8dfdd4a9dd
commit 871e84688f

View File

@@ -18,6 +18,7 @@ import com.czg.utils.AssertUtil;
import jakarta.annotation.Resource; import jakarta.annotation.Resource;
import lombok.NonNull; import lombok.NonNull;
import org.apache.dubbo.config.annotation.DubboReference; import org.apache.dubbo.config.annotation.DubboReference;
import org.springframework.stereotype.Service;
import java.math.BigDecimal; import java.math.BigDecimal;
@@ -25,6 +26,7 @@ import java.math.BigDecimal;
* @author ww * @author ww
* @description * @description
*/ */
@Service
public class PayServiceImpl implements PayService { public class PayServiceImpl implements PayService {
@DubboReference @DubboReference