| | |
| | | |
| | | 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 java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * EcOrderService接口 |
| | |
| | | */ |
| | | public int deleteEcOrderById(Long orderId); |
| | | |
| | | boolean SynchronizeData(); |
| | | boolean SynchronizeData(EcOrderParamDTO ecOrderParamDTO); |
| | | |
| | | /** |
| | | * 单位考核指标 |
| | | * @return |
| | | */ |
| | | List<Map<String, String>> getUnitAssessmentIndicators(); |
| | | |
| | | /** |
| | | * 统计工单 |
| | | * @param ecOrderParamDTO |
| | | * @return |
| | | */ |
| | | Map<String, String> getCount(EcOrderParamDTO ecOrderParamDTO); |
| | | } |