package com.ycl.platform.service; import com.baomidou.mybatisplus.extension.service.IService; import com.ycl.platform.domain.entity.ReportErrorType; /** * @author:xp * @date:2024/9/1 15:48 */ public interface ReportErrorTypeService extends IService { }