package me.zhengjie.archives.service.impl; import me.zhengjie.archives.entity.GzArchivesExEntity; import me.zhengjie.archives.plus.AbstractServiceImpl; import me.zhengjie.archives.dao.IGzArchivesExDao; import me.zhengjie.archives.service.GzArchivesExService; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.springframework.stereotype.Service; /** *

* 服务实现类 *

* * @author Erwin Feng * @since 2023-06-26 */ @Service public class GzArchivesExServiceImpl extends AbstractServiceImpl implements GzArchivesExService { }