public interface OrderService extends com.baomidou.mybatisplus.extension.service.IService<Orders>
Modifier and Type | Method and Description |
---|---|
com.baomidou.mybatisplus.extension.plugins.pagination.Page<OrdersDto> |
getAll(com.baomidou.mybatisplus.extension.plugins.pagination.Page<Orders> pageInfo,
Integer page,
Integer pageSize,
Orders orders)
给订单后台显示增加用户名称
|
count, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateById
Copyright © 2022. All rights reserved.