| | |
| | | * @throws CommonGoodsException
|
| | | */
|
| | | public CommonGoods addOrUpdateCommonGoods(CommonGoods commonGoods) throws CommonGoodsException;
|
| | | |
| | | |
| | | /**
|
| | | * 添加商品(无就添加,有则返回)
|
| | | * |
| | | * @param commonGoods
|
| | | * @return
|
| | | * @throws CommonGoodsException
|
| | | */
|
| | | public CommonGoods addCommonGoods(CommonGoods commonGoods) throws CommonGoodsException;
|
| | |
|
| | | /**
|
| | | * 更新商品信息
|
| | |
| | | */
|
| | | public void updateBatchCommonGoods(List<CommonGoods> listCommonGoods);
|
| | |
|
| | |
|
| | | /**
|
| | | * 批量插入
|
| | | * @param listCommonGoods
|
| | | */
|
| | | public void addBatchCommonGoods(List<CommonGoods> listCommonGoods);
|
| | |
|
| | | }
|