service注解
This commit is contained in:
@@ -18,6 +18,7 @@ import com.czg.utils.AssertUtil;
|
||||
import jakarta.annotation.Resource;
|
||||
import lombok.NonNull;
|
||||
import org.apache.dubbo.config.annotation.DubboReference;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@@ -25,6 +26,7 @@ import java.math.BigDecimal;
|
||||
* @author ww
|
||||
* @description
|
||||
*/
|
||||
@Service
|
||||
public class PayServiceImpl implements PayService {
|
||||
|
||||
@DubboReference
|
||||
|
||||
Reference in New Issue
Block a user