package com.gkhy.safePlatform.safeCheck.service.baseService; import com.baomidou.mybatisplus.extension.service.IService; import com.gkhy.safePlatform.safeCheck.entity.AbnormalWorkOrder; import com.gkhy.safePlatform.safeCheck.entity.AbnormalWorkOrderImages; public interface AbnormalWorkOrderImagesService extends IService { }