package com.ylx.giftCard.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.ylx.giftCard.domain.GiftCard; import com.ylx.giftCard.mapper.GiftCardMapper; import com.ylx.giftCard.service.IGiftCardService; import org.springframework.stereotype.Service; @Service public class GiftCardServiceImpl extends ServiceImpl implements IGiftCardService { }