//package com.dsh.guns.modular.system.service;
|
//
|
//import com.baomidou.mybatisplus.plugins.Page;
|
//import com.dsh.guns.modular.system.model.TOrderCharter;
|
//import com.baomidou.mybatisplus.service.IService;
|
//import org.apache.ibatis.annotations.Param;
|
//
|
//import java.util.List;
|
//import java.util.Map;
|
//
|
///**
|
// * <p>
|
// * 包车订单 服务类
|
// * </p>
|
// *
|
// * @author 吕雪
|
// * @since 2020-09-02
|
// */
|
//public interface ITOrderCharterService extends IService<TOrderCharter> {
|
//
|
// /**
|
// * 根据条件查询包车订单列表
|
// * @return
|
// */
|
// List<Map<String,Object>> getCharterOrderList(@Param("page") Page<Map<String, Object>> page,
|
// @Param("beginTime") String beginTime,
|
// @Param("endTime") String endTime,
|
// @Param("userName") String userName,
|
// @Param("contactName") String contactName,
|
// @Param("contactPhone") String contactPhone,
|
// @Param("useDemand") String useDemand,
|
// @Param("state") Integer state);
|
//}
|