opt:优化agv代码结构

This commit is contained in:
zhangzq
2026-01-30 10:49:08 +08:00
parent 89c6b1f32c
commit c179c0cc11
33 changed files with 651 additions and 113 deletions

View File

@@ -0,0 +1,13 @@
package org.nl.nlproviderapi;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class NlProviderApiApplicationTests {
@Test
void contextLoads() {
}
}