自动化立体仓库 - WMS系统
IZCD4L12RTSW0VZ\Administrator
2026-01-15 cd0fafdd3fb2cf1b32da9a4109737034bcd04696
1
2
3
4
5
6
7
8
9
10
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.LocRule;
 
public interface LocRuleService extends IService<LocRule> {
 
    LocRule find(String matnr, String batch, int startRow, int endRow);
 
}