eight
2024-11-01 6bef82df447efb08d05ad3d0c45585ef9b0acdb7
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 增删改查即可。