feat(pet): 添加宠物医疗上下文功能模块

- 新增宠物医疗上下文实体类BizPetMedicalContext
- 创建宠物医疗上下文业务对象BizPetMedicalContextBo
- 实现宠物医疗上下文控制器BizPetMedicalContextController
- 添加宠物医疗上下文数据访问层BizPetMedicalContextMapper
- 实现宠物医疗上下文服务层BizPetMedicalContextServiceImpl
- 创建宠物医疗上下文视图对象BizPetMedicalContextVo
- 生成前端API接口文件api.d.ts.vm和api.ts.vm
- 创建Vue组件模板index.vue.vm和操作抽屉operate-drawer.vue.vm
- 更新代码生成配置generator.yml支持宠物模块
- 添加树形表格支持index-tree.vue.vm模板
This commit is contained in:
dev
2026-02-25 18:05:42 +08:00
parent b236048a24
commit ae14e54b8c
68 changed files with 1558 additions and 31 deletions
+9 -4
View File
@@ -59,7 +59,7 @@
<poi.version>5.2.4</poi.version>
<!-- iText PDF 配置 -->
<itext.version>8.0.2</itext.version>
<!-- AI 相关配置 -->
<spring-ai.pom.version>1.0.1</spring-ai.pom.version>
<langchain4j.pom.version>1.3.0-beta9</langchain4j.pom.version>
@@ -167,7 +167,7 @@
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
<version>${springdoc.version}</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-common</artifactId>
@@ -457,14 +457,14 @@
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-dashscope</artifactId>
</dependency>
<!-- HTTP Client Dependencies -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>${okhttp.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-sse</artifactId>
@@ -488,6 +488,11 @@
<artifactId>ruoyi-chat</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-pet</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.dromara</groupId>