pom:账务中心

main
wb2476 2024-07-22 15:00:56 +08:00
parent 5e07ab5ebe
commit 7675c18b87
2 changed files with 10 additions and 0 deletions

View File

@ -100,6 +100,11 @@
<artifactId>scfs-api-service-equity</artifactId>
<version>2.0.4-snapshot</version>
</dependency>
<dependency>
<groupId>com.czcb.scfs</groupId>
<artifactId>scfs-api-service-accountant</artifactId>
<version>2.0.4-snapshot</version>
</dependency>
<dependency>
<groupId>com.czcb.scfs</groupId>
<artifactId>scfs-api-sm</artifactId>

View File

@ -33,6 +33,11 @@
<artifactId>scfs-api-service-equity</artifactId>
</dependency>
<dependency>
<groupId>com.czcb.scfs</groupId>
<artifactId>scfs-api-service-accountant</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>