From 3fd18ea3e911b89b1004ea8c5056d719c736dae5 Mon Sep 17 00:00:00 2001
From: wuww <252740454@qq.com>
Date: 星期二, 15 四月 2025 16:58:33 +0800
Subject: [PATCH] Simu重命名为SimuPo

---
 src/main/resources/mapper/SimuMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/SimuMapper.xml b/src/main/resources/mapper/SimuMapper.xml
index a4029ad..e931584 100644
--- a/src/main/resources/mapper/SimuMapper.xml
+++ b/src/main/resources/mapper/SimuMapper.xml
@@ -1,6 +1,6 @@
 <?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.se.nsl.mapper.SimuMapper">
+<mapper namespace="com.se.nsl.mapper.SimuPoMapper">
     <select id="selectMaxId" resultType="java.lang.Integer">
         select coalesce(max(id), 0) from bs.simu;
     </select>

--
Gitblit v1.9.3