自动化立体仓库 - WMS系统
zhangc
2025-03-02 e2ed35c5dbda6ff80fddf5f0ae1fe39ad407fb6b
src/main/java/com/zy/asrs/service/AllLocDetlService.java
@@ -3,6 +3,9 @@
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.AllLocDetl;
import java.util.List;
public interface AllLocDetlService extends IService<AllLocDetl> {
    public List<AllLocDetl> getByMatnrAndCsocodeAndIsoseq(String matnr, String csocode, String isoseq);
}