自动化立体仓库 - WMS系统
zhangc
2025-02-11 3fbde4dd7e79fdb11f1fd140de0d5ada1f16d04d
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);
}