eight
2024-10-15 be29e4df82e7f6425db15b03f09aaee1cd9cfb1d
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 增删改查即可。