package org.jeecg.modules.eam.service; import org.jeecg.modules.eam.entity.InspectionType; import com.baomidou.mybatisplus.extension.service.IService; /** * @Description: mom_eam_inspection_type * @Author: jeecg-boot * @Date: 2023-03-10 * @Version: V1.0 */ public interface IInspectionTypeService extends IService { }