@Service public class OrderServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<OrderMapper,Orders> implements OrderService
Constructor and Description |
---|
OrderServiceImpl() |
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)
给订单后台显示增加用户名称
|
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchById
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
public com.baomidou.mybatisplus.extension.plugins.pagination.Page<OrdersDto> getAll(com.baomidou.mybatisplus.extension.plugins.pagination.Page<Orders> pageInfo, Integer page, Integer pageSize, Orders orders)
OrderService
getAll
in interface OrderService
Copyright © 2022. All rights reserved.