| | |
| | | package com.ruoyi.shop.service.shop; |
| | | |
| | | import com.ruoyi.shop.domain.dto.MerShopCertificateEditDto; |
| | | import com.ruoyi.shop.domain.dto.MerShopCertificateListDto; |
| | | import com.ruoyi.shop.domain.pojo.shop.ShopCertificate; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.shop.domain.vo.MerShopCertificateListVo; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | */ |
| | | List<ShopCertificate> listShopCertificateByShopId(Long shopId); |
| | | |
| | | /** |
| | | * |
| | | * @param merShopCertificateListDto |
| | | * @return |
| | | */ |
| | | List<MerShopCertificateListVo> listShopCertificateVo(MerShopCertificateListDto merShopCertificateListDto); |
| | | |
| | | /** |
| | | * |
| | | * @param merShopCertificateEditDto |
| | | */ |
| | | void editShopCertificate(MerShopCertificateEditDto merShopCertificateEditDto); |
| | | } |