From 8ff0176530911f845ca5940a31cdd7628e769a61 Mon Sep 17 00:00:00 2001
From: 叶松 <2217086471@qq.com>
Date: 星期三, 08 十一月 2023 13:54:03 +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 |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 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 46fdb54..9d72ae9 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,5 +1,6 @@
 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.*;
 
@@ -36,15 +37,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 smockInsert(TDataSmock tDataSmock);
+    void smockIn(TDataSmock tDataSmock);
 
     BasicResult dataSmockList(Map<String, Object> values);
 
     BasicResult dataValuesList(Map<String, Object> values);
+
+    BasicResult dataBox(JSONObject result);
+
+    BasicResult dataAIList(Map<String, Object> values);
+
+    BasicResult dataAIType();
 }

--
Gitblit v1.9.3