| | |
| | | package org.springblade.modules.eCallEventTwo.service; |
| | | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.springblade.modules.eCallEventTwo.dto.EcOrderDTO; |
| | | import org.springblade.modules.eCallEventTwo.dto.EcOrderParamDTO; |
| | | import org.springblade.modules.eCallEventTwo.entity.EcOrder; |
| | | import org.springblade.modules.eCallEventTwo.vo.ECallEventTwoVO; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | * @param ecOrderParamDTO |
| | | * @return |
| | | */ |
| | | Map<String, String> getCount(EcOrderParamDTO ecOrderParamDTO); |
| | | IPage<EcOrderDTO> getCount(IPage<EcOrderDTO> page, EcOrderParamDTO ecOrderParamDTO); |
| | | } |