commit | 03d21b9e4fb95a48ba3a63e853b113146a0a42f8 | [log] [tgz] |
---|---|---|
author | 崔向南 <2924897263@qq.com> | Thu Jun 05 17:42:23 2025 +0800 |
committer | 崔向南 <2924897263@qq.com> | Thu Jun 05 17:42:23 2025 +0800 |
tree | dad2f2546eb9049f5860326d58d5913384159ff3 | |
parent | 04060973225ce827bb580e080003ae8d201bdc33 [diff] [blame] |
我是人,我提交了悬赏功能哦!悬赏功能是:1.人可以发布悬赏 2.人可以回复悬赏 3.只有回复人和悬赏发布者可以下载回复的附件 Change-Id: I269fb69c6ee4dd695a38fa0c91fa8fbe72fc5322
diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index aa3f738..f147ecc 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml
@@ -114,6 +114,12 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-system</artifactId> + <version>3.8.8</version> + </dependency> + </dependencies> <build>