| | |
| | | import com.ruoyi.system.api.service.RemoteConfigService; |
| | | import com.ruoyi.system.api.service.RemoteGoodsService; |
| | | import com.ruoyi.system.api.service.RemoteShopService; |
| | | import org.springframework.context.annotation.Lazy; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | |
| | | @Resource |
| | | private CouponTotalService couponTotalService; |
| | | |
| | | @Lazy |
| | | @Resource |
| | | private MemberService memberService; |
| | | |
| | | @Lazy |
| | | @Resource |
| | | private MemberCouponService memberCouponService; |
| | | |