package com.sandu.ximon.admin.service; import com.sandu.common.service.impl.BaseServiceImpl; import com.sandu.ximon.dao.domain.C3mReportError; import com.sandu.ximon.dao.mapper.C3mReportErrorMapper; import org.springframework.stereotype.Service; /** * @author LiuHaoNan * @date 2022/7/27 */ @Service public class C3mReportErrorService extends BaseServiceImpl { }