From 7af2d33d8fda6af451b0873a8f642c3cf7686136 Mon Sep 17 00:00:00 2001 From: 邱宇豪 <qyh123230312> Date: 星期三, 29 十一月 2023 16:21:49 +0800 Subject: [PATCH] 20231129_qiuyh_解决钢筋笼生产查询问题、新加钢筋笼材料标示牌、调整区域打卡 --- 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