@@ -0,0 +1,16 @@
+package com.gyee.generation.mapper.auto;
+
+import com.gyee.generation.model.auto.ProBasicSubStationTestpoint;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+/**
+ * <p>
+ * Mapper 接口
+ * </p>
+ *
+ * @author shilin
+ * @since 2023-09-17
+ */
+public interface ProBasicSubStationTestpointMapper extends BaseMapper<ProBasicSubStationTestpoint> {
+}