public interface EshopOrderMainService extends com.baomidou.mybatisplus.extension.service.IService<EshopOrderMain>
Modifier and Type | Method and Description |
---|---|
EshopOrderMain |
getOrderMainById(Long id)
查询
|
boolean |
removeById(Long id)
刪除
|
EshopOrderMain |
saveOrderMain(EshopOrderMain eshopOrderMain)
保存
|
EshopOrderMain |
updateOrderMain(EshopOrderMain eshopOrderMain)
修改
|
count, getById, getMap, getObj, getOne, list, listByIds, listByMap, listMaps, listObjs, page, pageMaps, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, updateBatchById, updateBatchById, updateById
EshopOrderMain getOrderMainById(Long id)
EshopOrderMain updateOrderMain(EshopOrderMain eshopOrderMain)
EshopOrderMain saveOrderMain(EshopOrderMain eshopOrderMain)
boolean removeById(Long id)
Copyright © 2018. All rights reserved.