| | |
| | | package com.zy.asrs.mapper; |
| | | |
| | | import com.baomidou.mybatisplus.mapper.BaseMapper; |
| | | import com.zy.asrs.entity.LocDetl; |
| | | import com.zy.common.service.erp.entity.OutStockBillEntry; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.springframework.stereotype.Repository; |
| | |
| | | List<OutStockBillEntry> queryOutStock(Map<String, Object> map); |
| | | |
| | | Integer queryOutStockCount(Map<String, Object> map); |
| | | |
| | | List<LocDetl> queryMatWithLoc(String matnr); |
| | | |
| | | List<OutStockBillEntry> queryMatnrWithBillNo(String fbillNo); |
| | | |
| | | Integer queryOutStockFInterID(String supplier); |
| | | } |