From 2bd6a932ddab51fff3185bf38435b4508203203c Mon Sep 17 00:00:00 2001
From: 张晓波 <bingbo1993@126.com>
Date: 星期二, 12 十二月 2023 13:18:59 +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/service/HelmetService.java |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/helmet/service/HelmetService.java b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/helmet/service/HelmetService.java
index 30a5717..c5ae2fd 100644
--- a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/helmet/service/HelmetService.java
+++ b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/helmet/service/HelmetService.java
@@ -1,8 +1,12 @@
 package com.thhy.materials.modules.biz.helmet.service;
 
+import com.alibaba.fastjson.JSONObject;
 import com.thhy.general.common.BasicResult;
 import com.thhy.materials.modules.biz.helmet.entity.*;
+import org.csource.common.MyException;
 
+import java.io.IOException;
+import java.util.HashMap;
 import java.util.List;
 import java.util.Map;
 
@@ -35,9 +39,21 @@
 
     BasicResult helmetMotionList(Map<String, Object> values);
 
-    BasicResult dataValueInsert(Map<String, Object> values);
+    BasicResult dataValueIn(Map<String, Object> values);
 
     BasicResult helmetReportTotal(Map<String, Object> values);
 
     BasicResult helmetReportUser(Map<String, Object> values);
+
+    void smockIn(TDataSmock tDataSmock);
+
+    BasicResult dataSmockList(Map<String, Object> values);
+
+    BasicResult dataValuesList(Map<String, Object> values);
+
+    BasicResult dataBox(JSONObject result) throws IOException, MyException;
+
+    BasicResult dataAIList(Map<String, Object> values);
+
+    BasicResult dataAIType();
 }

--
Gitblit v1.9.3