hrt-modules/hrt-system/src/main/java/com/hrt/system/service/impl/ShoppingCartServiceImpl.java
@@ -1,8 +1,8 @@ package com.hrt.system.service.impl; import com.hrt.system.domain.poji.ShoppingCart; import com.hrt.system.mapper.ShoppingCartMapper; import com.hrt.system.service.ShoppingCartService; import com.hrt.system.domain.poji.order.ShoppingCart; import com.hrt.system.mapper.order.ShoppingCartMapper; import com.hrt.system.service.order.ShoppingCartService; import com.baomidou.mybatisplus.service.impl.ServiceImpl; import org.springframework.stereotype.Service;