公告板
版本库
filestore
活动
搜索
登录
main
/
pipIrr-SV
元谋二期后端软件系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
优化接口 小程序下的获得全部取水口接口与项目管理下的获得全部取水口接口同步
wuzeyu
2024-12-16
e29ff6ff2de584854531e443ed4d8da0347e08bd
[pipIrr-SV.git]
/
pipIrr-platform
/
pipIrr-web
/
pipIrr-mwTest-web
/
src
/
test
/
java
/
com
/
dy
/
pipIrrMwTestWeb
/
PipIrrMwTestWebApplicationTests.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.dy.pipIrrMwTestWeb;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class PipIrrMwTestWebApplicationTests {
@Test
void contextLoads() {
}
}