eight
2025-04-10 d40cde3bca854c21c869cb35d25ece4aa7dac265
jh-module-ecg/jh-module-ecg-biz/src/main/resources/mapper/queue/queueMapper.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="cn.lihu.jh.module.ecg.dal.mysql.queue.queueMapper2">
<mapper namespace="cn.lihu.jh.module.ecg.dal.mysql.queue.QueueMapper">
    <!--
        一般情况下,尽可能使用 Mapper 进行 CRUD 增删改查即可。