| package com.zy.asrs.service; | 
|   | 
| import com.zy.asrs.entity.BasLiftErrLog; | 
| import com.baomidou.mybatisplus.service.IService; | 
|   | 
| public interface BasLiftErrLogService extends IService<BasLiftErrLog> { | 
|   | 
|     BasLiftErrLog findLatestByTaskNo(Integer crnNo, Integer taskNo); | 
|   | 
| } |