| | |
| | | package com.zy.asrs.service; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.zy.asrs.entity.BasDevp; |
| | | import com.zy.asrs.entity.LocDetl; |
| | | import com.zy.asrs.entity.OrderDetl; |
| | | import com.zy.asrs.entity.TestMast; |
| | | import com.zy.asrs.entity.*; |
| | | import com.zy.asrs.entity.param.CombParam; |
| | | import com.zy.asrs.entity.param.MobileAdjustParam; |
| | | import com.zy.asrs.entity.param.Review; |
| | | import com.zy.asrs.service.impl.MobileServiceImpl; |
| | | import com.zy.asrs.task.core.ReturnT; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | public interface MobileService { |
| | | |
| | |
| | | //pda申请测试调用 |
| | | void startUpTestPACK(TestMast testMast); |
| | | //暂停测试 |
| | | void suspendTestPACK(); |
| | | boolean suspendTestPACK(String channel); |
| | | |
| | | List<LocMast> packTestBasicInformation(); |
| | | List<MobileServiceImpl.PackUsageRate> packUsageRate(); |
| | | List<MobileServiceImpl.PackUsageRate2> packQualified(); |
| | | List<MobileServiceImpl.PackUsageRate2> chartAxisEvening(); |
| | | List<WorkChartAxis> chartAxisMorning(); |
| | | |
| | | } |