public interface TakeoutGoodsService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
batchCreateDish(Long mchId,
Long storeId,
List<TakeoutGoods> takeoutGoodsList)
批量添加菜品
|
void |
batchUpdateDish(Long mchId,
Long storeId,
List<TakeoutGoods> takeoutGoodsList)
批量修改菜品
|
void |
offlineDish(Long mchId,
Long storeId,
Long goodsId) |
void |
onlineDish(Long mchId,
Long storeId,
Long goodsId,
TakeoutGoods takeoutGoods) |
void |
saveDishGroup(Long mchId,
Long storeId,
Long categoryId,
TakeoutCategory takeoutCategory)
创建菜品分类
|
void |
setThreshold(Long mchId,
Long storeId,
Long goodsId,
int stock) |
void |
updateDish(Long mchId,
Long storeId,
Long goodsId,
TakeoutGoods takeoutGoodsList) |
void |
updateDishGroup(Long mchId,
Long storeId,
Long categoryId,
TakeoutCategory takeoutCategory)
修改菜品分类
|
void saveDishGroup(Long mchId, Long storeId, Long categoryId, TakeoutCategory takeoutCategory) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
mchId - 品牌idstoreId - 门店idcategoryId - 分类idtakeoutCategory - 分类信息com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid updateDishGroup(Long mchId, Long storeId, Long categoryId, TakeoutCategory takeoutCategory) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
mchId - 品牌idstoreId - 门店idcategoryId - 分类idtakeoutCategory - 分类信息com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid onlineDish(Long mchId, Long storeId, Long goodsId, TakeoutGoods takeoutGoods) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid offlineDish(Long mchId, Long storeId, Long goodsId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid updateDish(Long mchId, Long storeId, Long goodsId, TakeoutGoods takeoutGoodsList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid batchUpdateDish(Long mchId, Long storeId, List<TakeoutGoods> takeoutGoodsList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
mchId - 品牌idstoreId - 门店idtakeoutGoodsList - 菜品信息列表com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid batchCreateDish(Long mchId, Long storeId, List<TakeoutGoods> takeoutGoodsList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
mchId - 品牌idstoreId - 门店idtakeoutGoodsList - 菜品信息列表com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.