com.macro.mall.model.OmsOrderItem Java Examples
The following examples show how to use
com.macro.mall.model.OmsOrderItem.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: OmsOrderDetail.java From macrozheng-mall with MIT License | 4 votes |
public void setOrderItemList(List<OmsOrderItem> orderItemList) { this.orderItemList = orderItemList; }
Example #2
Source File: OmsOrderDetail.java From macrozheng-mall with MIT License | 4 votes |
public List<OmsOrderItem> getOrderItemList() { return orderItemList; }
Example #3
Source File: OmsOrderDetail.java From mall with Apache License 2.0 | 4 votes |
public List<OmsOrderItem> getOrderItemList() { return orderItemList; }
Example #4
Source File: OmsOrderDetail.java From mall with Apache License 2.0 | 4 votes |
public void setOrderItemList(List<OmsOrderItem> orderItemList) { this.orderItemList = orderItemList; }
Example #5
Source File: OmsOrderDetail.java From macrozheng with Apache License 2.0 | 4 votes |
public List<OmsOrderItem> getOrderItemList() { return orderItemList; }
Example #6
Source File: OmsOrderDetail.java From macrozheng with Apache License 2.0 | 4 votes |
public void setOrderItemList(List<OmsOrderItem> orderItemList) { this.orderItemList = orderItemList; }
Example #7
Source File: OmsOrderDetail.java From mall-swarm with Apache License 2.0 | 4 votes |
public void setOrderItemList(List<OmsOrderItem> orderItemList) { this.orderItemList = orderItemList; }
Example #8
Source File: OmsOrderDetail.java From mall-swarm with Apache License 2.0 | 4 votes |
public List<OmsOrderItem> getOrderItemList() { return orderItemList; }
Example #9
Source File: PortalOrderDao.java From mall with Apache License 2.0 | 2 votes |
/** * 解除取消订单的库存锁定 */ int releaseSkuStockLock(@Param("itemList") List<OmsOrderItem> orderItemList);
Example #10
Source File: PortalOrderDao.java From mall with Apache License 2.0 | 2 votes |
/** * 修改 pms_sku_stock表的锁定库存及真实库存 */ int updateSkuStock(@Param("itemList") List<OmsOrderItem> orderItemList);
Example #11
Source File: PortalOrderDao.java From macrozheng with Apache License 2.0 | 2 votes |
/** * 修改 pms_sku_stock表的锁定库存及真实库存 */ int updateSkuStock(@Param("itemList") List<OmsOrderItem> orderItemList);
Example #12
Source File: PortalOrderDao.java From macrozheng with Apache License 2.0 | 2 votes |
/** * 解除取消订单的库存锁定 */ int releaseSkuStockLock(@Param("itemList") List<OmsOrderItem> orderItemList);
Example #13
Source File: PortalOrderDao.java From mall-swarm with Apache License 2.0 | 2 votes |
/** * 解除取消订单的库存锁定 */ int releaseSkuStockLock(@Param("itemList") List<OmsOrderItem> orderItemList);
Example #14
Source File: PortalOrderDao.java From mall-swarm with Apache License 2.0 | 2 votes |
/** * 修改 pms_sku_stock表的锁定库存及真实库存 */ int updateSkuStock(@Param("itemList") List<OmsOrderItem> orderItemList);
Example #15
Source File: PortalOrderDao.java From macrozheng-mall with MIT License | 2 votes |
/** * 修改 pms_sku_stock表的锁定库存及真实库存 */ int updateSkuStock(@Param("itemList") List<OmsOrderItem> orderItemList);
Example #16
Source File: PortalOrderDao.java From macrozheng-mall with MIT License | 2 votes |
/** * 解除取消订单的库存锁定 */ int releaseSkuStockLock(@Param("itemList") List<OmsOrderItem> orderItemList);
Example #17
Source File: PortalOrderItemDao.java From mall with Apache License 2.0 | votes |
int insertList(@Param("list") List<OmsOrderItem> list);
Example #18
Source File: OmsOrderItemMapper.java From mall with Apache License 2.0 | votes |
int updateByPrimaryKey(OmsOrderItem record);
Example #19
Source File: OmsOrderItemMapper.java From mall with Apache License 2.0 | votes |
int updateByPrimaryKeySelective(OmsOrderItem record);
Example #20
Source File: OmsOrderItemMapper.java From mall with Apache License 2.0 | votes |
int insert(OmsOrderItem record);
Example #21
Source File: OmsOrderItemMapper.java From mall with Apache License 2.0 | votes |
int updateByExample(@Param("record") OmsOrderItem record, @Param("example") OmsOrderItemExample example);
Example #22
Source File: OmsOrderItemMapper.java From macrozheng-mall with MIT License | votes |
int insert(OmsOrderItem record);
Example #23
Source File: OmsOrderItemMapper.java From macrozheng-mall with MIT License | votes |
int insertSelective(OmsOrderItem record);
Example #24
Source File: OmsOrderItemMapper.java From macrozheng-mall with MIT License | votes |
List<OmsOrderItem> selectByExample(OmsOrderItemExample example);
Example #25
Source File: OmsOrderItemMapper.java From macrozheng-mall with MIT License | votes |
OmsOrderItem selectByPrimaryKey(Long id);
Example #26
Source File: OmsOrderItemMapper.java From macrozheng-mall with MIT License | votes |
int updateByExampleSelective(@Param("record") OmsOrderItem record, @Param("example") OmsOrderItemExample example);
Example #27
Source File: OmsOrderItemMapper.java From macrozheng-mall with MIT License | votes |
int updateByExample(@Param("record") OmsOrderItem record, @Param("example") OmsOrderItemExample example);
Example #28
Source File: OmsOrderItemMapper.java From macrozheng-mall with MIT License | votes |
int updateByPrimaryKeySelective(OmsOrderItem record);
Example #29
Source File: OmsOrderItemMapper.java From macrozheng-mall with MIT License | votes |
int updateByPrimaryKey(OmsOrderItem record);
Example #30
Source File: PortalOrderItemDao.java From macrozheng-mall with MIT License | votes |
int insertList(@Param("list") List<OmsOrderItem> list);