From a07b4b6ff1c98dcf81338bb45d59308db7c058a9 Mon Sep 17 00:00:00 2001
From: 李旭东 <woaiguo66@sina.com>
Date: 星期五, 03 十一月 2023 17:18:56 +0800
Subject: [PATCH] Merge branch 'master' of http://111.30.93.211:10101/r/supipe

---
 hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/helmet/mapper/HelmetMapper.java |    9 +++++++--
 1 files changed, 7 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 5303370..b2abea6 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
@@ -42,12 +42,17 @@
 
     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 smockInsert(TDataSmock tDataSmock);
+    void smockIn(TDataSmock tDataSmock);
 
+    List<TDataSmock> dataSmockList(Map<String, Object> values);
+
+    List<TDataValue> dataValuesList(Map<String, Object> values);
+
+    void dataBox(TDataAi tDataAi);
 }

--
Gitblit v1.9.3