eight
2024-11-26 1d7f0862e5f4c4bcc0e4661661de015d24b45855
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.queueMapper">
<mapper namespace="cn.lihu.jh.module.ecg.dal.mysql.queue.QueueMapper">
    <!--
        一般情况下,尽可能使用 Mapper 进行 CRUD 增删改查即可。