| | |
| | | import com.example.erp.entity.mm.FinishedGoodsInventory; |
| | | import com.example.erp.entity.mm.FinishedOperateLog; |
| | | import com.example.erp.entity.pp.FlowCard; |
| | | import com.example.erp.entity.sd.DeliveryDetail; |
| | | import com.example.erp.entity.sd.Order; |
| | | import com.example.erp.entity.sd.OrderDetail; |
| | | import com.example.erp.entity.sd.Product; |
| | |
| | | Integer findOrderNumberdcount(@Param("orderId") String orderId, |
| | | @Param("orderNumber") Integer orderNumber); |
| | | |
| | | FinishedGoodsInventory findOrderNumberd(@Param("orderId") String orderId, |
| | | @Param("orderNumber") Integer orderNumber); |
| | | |
| | | Integer finishedGoodsInventorybycount(@Param("orderId") String orderId, |
| | | @Param("orderNumber") Integer orderNumber); |
| | | |
| | |
| | | |
| | | Boolean updateIntOrderNumberConut( @Param("orderId") String orderId, |
| | | @Param("orderNumber") Integer orderNumber, |
| | | @Param("quantity") Integer quantity); |
| | | @Param("quantity") Long quantity); |
| | | |
| | | Boolean updateOutOrderNumberConut( @Param("orderId") String orderId, |
| | | @Param("orderNumber") Integer orderNumber, |
| | | @Param("quantity") Integer quantity); |
| | | |
| | | Boolean updateOrderNumberConut( @Param("orderId") String orderId, |
| | | @Param("orderNumber") Integer orderNumber, |
| | | @Param("quantity") Long quantity); |
| | | |
| | | |
| | | Boolean updateOrderWarehousingState(String orderId,Integer state); |
| | |
| | | |
| | | Boolean updateOrderInventory(@Param("orderDetail") OrderDetail orderDetail); |
| | | |
| | | FlowCard findFlowCard(FlowCard flowCard); |
| | | |
| | | DeliveryDetail findDeliverydetail(@Param("orderId") String orderId, |
| | | @Param("orderNumber") Integer orderNumber,@Param("deliveryId") String deliveryId); |
| | | |
| | | |
| | | } |
| | | |