From 9cb8d7e0f4ffca386b14a15f8a0aca4d1db23252 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 30 十月 2025 15:58:45 +0800
Subject: [PATCH] 2025.10.30 新增单场景纵向统计接口
---
pom.xml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index e7723c6..ae3ee27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,6 +27,7 @@
<kotlin.version>1.4.32</kotlin.version>
<!-- tk.mybatis -->
<mapper.plugin>tk.mybatis.mapper.generator.MapperPlugin</mapper.plugin>
+<!-- <mapper.plugin>cn.flight.feather.mybatis.plugin.CustomAnnotationPlugin</mapper.plugin>-->
<mapper.Mapper>tk.mybatis.mapper.common.Mapper</mapper.Mapper>
<resource.delimiters>@</resource.delimiters>
</properties>
@@ -467,6 +468,14 @@
<artifactId>mapper</artifactId>
<version>3.3.9</version>
</dependency>
+ <!-- 2025.10.17 寮曞叆鑷畾涔夋彃浠讹紝 鐢ㄤ簬鍦ㄧ敓鎴愭暟鎹簱琛ㄦā鍨嬫椂锛岃嚜鍔ㄦ坊鍔爏wagger鐨凘ApiModel娉ㄨВ -->
+ <dependency>
+ <groupId>cn.flight.feather.devtool</groupId>
+ <artifactId>mybatis-plugin</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <scope>system</scope>
+ <systemPath>C:/work/ideaProject/java-repository/mybatis-plugin-1.0-SNAPSHOT.jar</systemPath>
+ </dependency>
</dependencies>
</plugin>
<!-- <plugin>-->
--
Gitblit v1.9.3