| | |
| | | |
| | | Boolean insertFinishedGoodsInventory(@Param("flowCard") FlowCard flowCard, |
| | | @Param("storageRegion") String storageRegion, |
| | | @Param("remark") String remark, @Param("container") String container); |
| | | @Param("remark") String remark, @Param("container") String container, |
| | | @Param("getComputeArea") Double getComputeArea); |
| | | |
| | | |
| | | List<OrderDetail> getSelectDeliveryDetail(@Param("offset") Integer offset, |
| | |
| | | List<Map<String, Object>> getorderProductByBoxNo(String orderId, String boxNo); |
| | | |
| | | List<Map<String, Object>> getPrintDetail(String orderId, String boxNo, Integer productId, String thickness); |
| | | |
| | | Boolean deleteFinishedGoodsInventoryDate(); |
| | | |
| | | List<FinishedGoodsInventory> getFinishedGoodsInventoryList(); |
| | | } |
| | | |
| | | |