package com.dsh.other.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.dsh.other.entity.StoreEvaluation; import com.dsh.other.mapper.StoreEvaluationMapper; import com.dsh.other.service.StoreEvaluationService; import org.springframework.stereotype.Service; @Service public class StoreEvaluationServiceImpl extends ServiceImpl implements StoreEvaluationService { }