From 2b2d292c1a274aa95aab8c2ac20530e54a503923 Mon Sep 17 00:00:00 2001
From: 张磊磊 <201175954@qq.com>
Date: 星期三, 08 十一月 2023 10:39:32 +0800
Subject: [PATCH] 对接数据 web接口

---
 hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/helmet/mapper/HelmetMapper.java |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/helmet/mapper/HelmetMapper.java b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/helmet/mapper/HelmetMapper.java
index 2699f7a..e247b3f 100644
--- a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/helmet/mapper/HelmetMapper.java
+++ b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/helmet/mapper/HelmetMapper.java
@@ -2,6 +2,7 @@
 
 import com.thhy.materials.modules.biz.helmet.entity.*;
 import com.thhy.materials.modules.biz.helmet.entity.dto.ReportNumDto;
+import com.thhy.materials.modules.biz.helmet.entity.dto.TypeName;
 import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 
@@ -42,15 +43,21 @@
 
     List<THelmetMotion> helmetMotionList(Map<String, Object> values);
 
-    void dataValueInsert(Map<String, Object> values);
+    void dataValueIn(Map<String, Object> values);
 
     List<ReportNumDto> helmetReportTotal(Map<String, Object> values);
 
     List<THelmetReport> helmetReportUser(Map<String, Object> values);
 
-    void smockInser(TDataSmock tDataSmock);
+    void smockIn(TDataSmock tDataSmock);
 
     List<TDataSmock> dataSmockList(Map<String, Object> values);
 
     List<TDataValue> dataValuesList(Map<String, Object> values);
+
+    void dataBox(TDataAi tDataAi);
+
+    List<TDataAi> dataAIList(Map<String, Object> values);
+
+    List<TypeName> dataAIType();
 }

--
Gitblit v1.9.3