service 注册

This commit is contained in:
wangw 2025-02-14 18:06:09 +08:00
parent 871e84688f
commit 5eaaa4acde
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import com.czg.account.service.ShopMerchantService;
import com.czg.sa.StpKit;
import com.czg.service.account.mapper.ShopMerchantMapper;
import com.mybatisflex.spring.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
import org.apache.dubbo.config.annotation.DubboService;
/**
* 第三方商户进件 服务层实现
@ -15,7 +15,7 @@ import org.springframework.stereotype.Service;
* @author Administrator
* @since 2025-02-11
*/
@Service
@DubboService
public class ShopMerchantServiceImpl extends ServiceImpl<ShopMerchantMapper, ShopMerchant> implements ShopMerchantService {
@Override