@@ -10,5 +10,4 @@ import org.jeecg.modules.gatherData.entity.FpgGatherData;
* @Version: V1.0
*/
public interface FpgGatherDataMapper extends BaseMapper<FpgGatherData> {
-
}
@@ -1,5 +1,4 @@
<?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="org.jeecg.modules.gatherData.mapper.FpgGatherDataMapper">
</mapper>