package com.ruoyi.shop.service.impl.shop;
|
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
import com.ruoyi.shop.domain.pojo.shop.RecommandCooperation;
|
import com.ruoyi.shop.mapper.shop.RecommandCooperationMapper;
|
import com.ruoyi.shop.service.shop.RecommandCooperationService;
|
import org.springframework.stereotype.Service;
|
|
/**
|
* <p>
|
* 服务实现类
|
* </p>
|
*
|
* @author jqs
|
* @since 2023-05-09
|
*/
|
@Service
|
public class RecommandCooperationServiceImpl extends ServiceImpl<RecommandCooperationMapper, RecommandCooperation> implements RecommandCooperationService {
|
|
}
|