dubbo注入
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
package com.czg.service.account.service.impl;
|
package com.czg.service.account.service.impl;
|
||||||
|
|
||||||
import com.mybatisflex.spring.service.impl.ServiceImpl;
|
|
||||||
import com.czg.account.entity.PointsBasicSetting;
|
import com.czg.account.entity.PointsBasicSetting;
|
||||||
import com.czg.account.service.PointsBasicSettingService;
|
import com.czg.account.service.PointsBasicSettingService;
|
||||||
import com.czg.service.account.mapper.PointsBasicSettingMapper;
|
import com.czg.service.account.mapper.PointsBasicSettingMapper;
|
||||||
import org.springframework.stereotype.Service;
|
import com.mybatisflex.spring.service.impl.ServiceImpl;
|
||||||
|
import org.apache.dubbo.config.annotation.DubboService;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 积分基本设置 服务层实现。
|
* 积分基本设置 服务层实现。
|
||||||
@@ -12,7 +12,7 @@ import org.springframework.stereotype.Service;
|
|||||||
* @author ww
|
* @author ww
|
||||||
* @since 2025-02-20
|
* @since 2025-02-20
|
||||||
*/
|
*/
|
||||||
@Service
|
@DubboService
|
||||||
public class PointsBasicSettingServiceImpl extends ServiceImpl<PointsBasicSettingMapper, PointsBasicSetting> implements PointsBasicSettingService{
|
public class PointsBasicSettingServiceImpl extends ServiceImpl<PointsBasicSettingMapper, PointsBasicSetting> implements PointsBasicSettingService{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
package com.czg.service.account.service.impl;
|
package com.czg.service.account.service.impl;
|
||||||
|
|
||||||
import com.mybatisflex.spring.service.impl.ServiceImpl;
|
|
||||||
import com.czg.account.entity.ShopActivateCouponRecord;
|
import com.czg.account.entity.ShopActivateCouponRecord;
|
||||||
import com.czg.account.service.ShopActivateCouponRecordService;
|
import com.czg.account.service.ShopActivateCouponRecordService;
|
||||||
import com.czg.service.account.mapper.ShopActivateCouponRecordMapper;
|
import com.czg.service.account.mapper.ShopActivateCouponRecordMapper;
|
||||||
import org.springframework.stereotype.Service;
|
import com.mybatisflex.spring.service.impl.ServiceImpl;
|
||||||
|
import org.apache.dubbo.config.annotation.DubboService;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 活动商品赠送记录表 服务层实现。
|
* 活动商品赠送记录表 服务层实现。
|
||||||
@@ -12,7 +12,7 @@ import org.springframework.stereotype.Service;
|
|||||||
* @author ww
|
* @author ww
|
||||||
* @since 2025-02-20
|
* @since 2025-02-20
|
||||||
*/
|
*/
|
||||||
@Service
|
@DubboService
|
||||||
public class ShopActivateCouponRecordServiceImpl extends ServiceImpl<ShopActivateCouponRecordMapper, ShopActivateCouponRecord> implements ShopActivateCouponRecordService{
|
public class ShopActivateCouponRecordServiceImpl extends ServiceImpl<ShopActivateCouponRecordMapper, ShopActivateCouponRecord> implements ShopActivateCouponRecordService{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import com.czg.sa.StpKit;
|
|||||||
import com.czg.service.account.mapper.ShopCouponMapper;
|
import com.czg.service.account.mapper.ShopCouponMapper;
|
||||||
import com.mybatisflex.spring.service.impl.ServiceImpl;
|
import com.mybatisflex.spring.service.impl.ServiceImpl;
|
||||||
import jakarta.annotation.Resource;
|
import jakarta.annotation.Resource;
|
||||||
import org.springframework.stereotype.Service;
|
import org.apache.dubbo.config.annotation.DubboService;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ import java.util.List;
|
|||||||
* @author ww
|
* @author ww
|
||||||
* @since 2025-02-17
|
* @since 2025-02-17
|
||||||
*/
|
*/
|
||||||
@Service
|
@DubboService
|
||||||
public class ShopCouponServiceImpl extends ServiceImpl<ShopCouponMapper, ShopCoupon> implements ShopCouponService {
|
public class ShopCouponServiceImpl extends ServiceImpl<ShopCouponMapper, ShopCoupon> implements ShopCouponService {
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
|
|||||||
Reference in New Issue
Block a user