|
|
|
@ -7,9 +7,13 @@ import com.qniao.dam.domain.aggregate.activity.repository.ActivityRepository; |
|
|
|
import com.qniao.dam.infrastructure.persistent.dao.activity.ActivityDao; |
|
|
|
import com.qniao.dam.infrastructure.persistent.dao.activity.ActivityProductDao; |
|
|
|
import com.qniao.framework.utils.SnowFlake; |
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
import javax.annotation.Resource; |
|
|
|
|
|
|
|
@Service |
|
|
|
@Slf4j |
|
|
|
public class ActivityRepositoryImpl implements ActivityRepository { |
|
|
|
|
|
|
|
@Resource |
|
|
|
|