|
@@ -5,6 +5,7 @@ import com.dk.common.mapper.BaseMapper;
|
|
|
import com.dk.mdm.model.pojo.ivt.InboundItem;
|
|
import com.dk.mdm.model.pojo.ivt.InboundItem;
|
|
|
import com.dk.mdm.model.query.ivt.InboundQuery;
|
|
import com.dk.mdm.model.query.ivt.InboundQuery;
|
|
|
import com.dk.mdm.model.query.pur.PurchaseQuery;
|
|
import com.dk.mdm.model.query.pur.PurchaseQuery;
|
|
|
|
|
+import com.dk.mdm.model.response.ivt.InboundResponse;
|
|
|
import com.dk.mdm.model.response.mst.DictionaryDataResponse;
|
|
import com.dk.mdm.model.response.mst.DictionaryDataResponse;
|
|
|
import com.dk.mdm.model.response.pur.PurchaseResponse;
|
|
import com.dk.mdm.model.response.pur.PurchaseResponse;
|
|
|
import org.springframework.stereotype.Repository;
|
|
import org.springframework.stereotype.Repository;
|
|
@@ -24,7 +25,14 @@ public interface InboundMapper extends BaseMapper<Inbound>{
|
|
|
* @author : 于继渤
|
|
* @author : 于继渤
|
|
|
* @date : 2024/2/26 10:36
|
|
* @date : 2024/2/26 10:36
|
|
|
*/
|
|
*/
|
|
|
- List<DictionaryDataResponse> selectInboundAndItem(InboundQuery inboundQuery);
|
|
|
|
|
|
|
+ List<InboundResponse> selectInboundAndItem(InboundQuery inboundQuery);
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @desc : 根据id查询入库单 及其明细
|
|
|
|
|
+ * @author : 王英杰
|
|
|
|
|
+ * @date : 2024/3/08 10:36
|
|
|
|
|
+ */
|
|
|
|
|
+ InboundResponse selectInboundAndItemById(InboundQuery inboundQuery);
|
|
|
|
|
+
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* @desc : 根据条件进行查询(数量)
|
|
* @desc : 根据条件进行查询(数量)
|