add: mes对接出入窑数据

This commit is contained in:
2023-09-14 15:06:42 +08:00
parent 7882eb9907
commit 774b2d446f
20 changed files with 401 additions and 29 deletions

View File

@@ -3,7 +3,6 @@ package org.nl.ext;
import org.junit.jupiter.api.Test;
import org.nl.wms.ext.mes.service.WmsToMesService;
import org.nl.wms.ext.mes.service.dao.mapper.MesRequestMapper;
import org.nl.wms.ext.mes.service.dto.MesMudConsumptionDto;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
@@ -56,4 +55,5 @@ public class TestDemo {
System.out.println("上面第" + up + "");
}
}
}