| | |
| | | |
| | | import org.jeecg.JeecgSystemApplication; |
| | | import org.jeecg.modules.mdc.util.DateUtils; |
| | | import org.jeecg.modules.mdcJc.service.IClassMonthlyscheduleService; |
| | | import org.jeecg.modules.mdcJc.service.IMdcClassMonthService; |
| | | import org.jeecg.modules.mdcJc.service.IMdcProductMonthScheduleService; |
| | | import org.jeecg.modules.mdcJc.service.*; |
| | | import org.junit.Test; |
| | | import org.junit.runner.RunWith; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,classes = JeecgSystemApplication.class) |
| | | public class MesTest { |
| | | @Autowired |
| | | private IClassMonthlyscheduleService mesInfoInMdcService; |
| | | private IClassMonthlyScheduleService mesInfoInMdcService; |
| | | @Autowired |
| | | private IMdcClassMonthService mdcClassMonthService; |
| | | @Autowired |
| | | private IMdcProductMonthScheduleService mdcProductMonthScheduleService; |
| | | |
| | | @Autowired |
| | | private IMdcProductDayScheduleService mdcProductDayScheduleService; |
| | | |
| | | @Autowired |
| | | private IMdcOnLineQueueService mdcOnLineQueueService; |
| | | |
| | | @Autowired |
| | | private IMdcUnderLineQueueService mdcUnderLineQueueService; |
| | | |
| | | @Test |
| | | public void scheduleProductMonthList() { |
| | |
| | | |
| | | mesInfoInMdcService.findListClass(date); |
| | | } |
| | | |
| | | @Test |
| | | public void scheduleProductDayList() { |
| | | mdcProductDayScheduleService.scheduleProductDayList(); |
| | | } |
| | | |
| | | @Test |
| | | public void onLineQueueList() { |
| | | mdcOnLineQueueService.saveOnLineQueueList(); |
| | | } |
| | | |
| | | @Test |
| | | public void underLineQueueList() { |
| | | mdcUnderLineQueueService.saveUnderLineQueue(); |
| | | } |
| | | } |