From 63ad66130af6e82859afc0a27ee7a967d83cdb8d Mon Sep 17 00:00:00 2001 From: 张晓波 <bingbo1993@126.com> Date: 星期四, 07 十二月 2023 14:57:20 +0800 Subject: [PATCH] 广播区域详情 --- hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/weigh/mapper/WeighMapper.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/weigh/mapper/WeighMapper.java b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/weigh/mapper/WeighMapper.java index af60e21..e1d4fb8 100644 --- a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/weigh/mapper/WeighMapper.java +++ b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/weigh/mapper/WeighMapper.java @@ -5,6 +5,8 @@ import com.thhy.materials.modules.biz.concret.entity.dto.DicetName; import com.thhy.materials.modules.biz.concret.entity.dto.TMinxingPlant; import com.thhy.materials.modules.biz.concret.entity.dto.WeighDto; +import com.thhy.materials.modules.biz.helmet.entity.TDataSmock; +import com.thhy.materials.modules.biz.helmet.entity.TDataValue; import com.thhy.materials.modules.biz.video.entity.TVideoNo; import com.thhy.materials.modules.biz.weigh.dto.QueryWeighDto; import com.thhy.materials.modules.biz.weigh.entity.TSuMaterialWarehouseRecord; @@ -109,4 +111,12 @@ void materialWarehouseRecordUpdate(Map<String, Object> values); void materialWarehouseRecordDel(String id); + + List<TDataValue> headThingJsDateValue(); + + TDataSmock headThingJsDateSmock(); + + TDataValue headThingJsDateValueByOne(); + + List<TDataValue> headThingJsDateValueMonth(); } -- Gitblit v1.9.3