From 0042c9bee29a876a754e4d542bfba956822e7844 Mon Sep 17 00:00:00 2001 From: XiaoRuby <3114200645@qq.com> Date: 星期一, 17 七月 2023 13:40:00 +0800 Subject: [PATCH] LIMS管理系统框架-开发7-17-v1.0.0 --- inspection-server/src/main/resources/mapper/InspectionProductListMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/user-server/src/main/resources/mapper/EnterpriseUserListMapper.xml b/inspection-server/src/main/resources/mapper/InspectionProductListMapper.xml similarity index 65% copy from user-server/src/main/resources/mapper/EnterpriseUserListMapper.xml copy to inspection-server/src/main/resources/mapper/InspectionProductListMapper.xml index a9293d3..d85407a 100644 --- a/user-server/src/main/resources/mapper/EnterpriseUserListMapper.xml +++ b/inspection-server/src/main/resources/mapper/InspectionProductListMapper.xml @@ -1,5 +1,5 @@ <?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.yuanchu.limslaboratory.mapper.EnterpriseUserListMapper"> +<mapper namespace="com.yuanchu.limslaboratory.mapper.InspectionProductListMapper"> </mapper> -- Gitblit v1.9.3