删除不用的充电订单mapper

This commit is contained in:
panshuling321 2021-12-31 10:38:03 +08:00
parent 6e4de129fe
commit 16d4e9bf7e
2 changed files with 0 additions and 13 deletions

View File

@ -1,8 +0,0 @@
package com.xhpc.log.mapper;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface XhpcChargeOrderMapper {
}

View File

@ -1,5 +0,0 @@
<?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.xhpc.log.mapper.XhpcChargeOrderMapper">
</mapper>