package com.zy.asrs.service; import com.baomidou.mybatisplus.service.IService; import com.zy.asrs.entity.LocRule; public interface LocRuleService extends IService { LocRule find(String matnr, String batch, int startRow, int endRow); }