加盟商短信逻辑修改

This commit is contained in:
俞扬
2023-09-14 17:19:56 +08:00
parent 1800db3303
commit da782f7e48
19 changed files with 321 additions and 78 deletions

View File

@@ -99,6 +99,16 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>