feat: 企标宣贯列表

This commit is contained in:
2023-09-07 16:31:35 +08:00
parent 4d7ad478c4
commit 9d8b57cdda
9 changed files with 278 additions and 1 deletions
+12
View File
@@ -62,6 +62,18 @@
<groupId>p6spy</groupId>
<artifactId>p6spy</artifactId>
</dependency>
<!--单元测试-->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.26</version>
</dependency>
<dependency>
<groupId>com.github.javafaker</groupId>
<artifactId>javafaker</artifactId>
<version>1.0.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>