fix: 补充遗漏的 continew-admin-system 依赖 (#50)

This commit is contained in:
Gap Zhang
2024-04-19 11:31:28 +08:00
committed by GitHub
parent b6206a3346
commit be7e806533

View File

@@ -42,6 +42,11 @@
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-generator</artifactId>
</dependency>
<dependency>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-system</artifactId>
</dependency>
</dependencies>
<build>