service 注册
This commit is contained in:
parent
871e84688f
commit
5eaaa4acde
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue