服务管理初始化

This commit is contained in:
Wang.Huan
2025-02-26 15:54:44 +08:00
parent c0d1b713b4
commit 4078acba45
7 changed files with 185 additions and 47 deletions

View File

@@ -47,6 +47,8 @@ user:
# Spring配置
spring:
main:
allow-circular-references: true
# 资源信息
messages:
# 国际化资源文件路径

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.openhis.web.basicservice.mapper.HealthcareServiceBizMapper">
</mapper>