public interface WaimaiDishCategoryMappingDao
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
WaimaiDishCategoryMapping |
findOneByMchIdStoreIdCategoryIdPlatformType(Long mchId,
Long storeId,
Long categoryId,
String platformType)
根据分类名称查找数据
|
void |
saveDishCategoryMapping(WaimaiDishCategoryMapping dishCategoryMapping)
保存菜品分类对应关系
|
void |
updateDishCategoryMapping(WaimaiDishCategoryMapping dishCategoryMapping)
更新菜品分类对应关系
|
WaimaiDishCategoryMapping findOneByMchIdStoreIdCategoryIdPlatformType(Long mchId, Long storeId, Long categoryId, String platformType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
mchId - 商户idstoreId - 门店idcategoryId - 分类idcom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid saveDishCategoryMapping(WaimaiDishCategoryMapping dishCategoryMapping) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
dishCategoryMapping - 菜品分类对应关系对象com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid updateDishCategoryMapping(WaimaiDishCategoryMapping dishCategoryMapping) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
dishCategoryMapping - 菜品分类对应关系对象com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.