package com.yuanchu.mom.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.yuanchu.mom.mapper.AnnexMapper; import com.yuanchu.mom.pojo.Annex; import com.yuanchu.mom.service.AnnexService; import lombok.AllArgsConstructor; import org.springframework.stereotype.Service; @Service @AllArgsConstructor public class AnnexServiceImpl extends ServiceImpl implements AnnexService { }