| | |
| | | package com.thhy.materials.modules.biz.weigh.mapper; |
| | | |
| | | import com.thhy.general.annotations.Idkey; |
| | | import com.thhy.materials.modules.biz.concret.entity.SysSteel; |
| | | 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; |
| | | import com.thhy.materials.modules.biz.weigh.entity.TWeighbridge; |
| | | import com.thhy.materials.modules.biz.weigh.entity.WeighVo; |
| | | import com.thhy.materials.modules.biz.weigh.entity.dto.AssistGoodDto; |
| | | import com.thhy.materials.modules.biz.weigh.entity.dto.MaterialStockRecordDto; |
| | | import com.thhy.materials.modules.biz.weigh.entity.dto.MouldDto; |
| | | import com.thhy.materials.modules.biz.weigh.entity.dto.SteelDto; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | |
| | | void materialStockRecordIns(HashMap<String, Object> hashMap); |
| | | |
| | | void weighbridgeUpdateType(Integer weighbridgeId); |
| | | |
| | | List<MaterialStockRecordDto> materialStockInventory(); |
| | | |
| | | List<SteelDto> steelInventory(); |
| | | |
| | | List<AssistGoodDto> assistGoodInventory(); |
| | | |
| | | List<MouldDto> mouldInventory(); |
| | | |
| | | List<SysSteel> steelType(); |
| | | |
| | | void steelRecordIn(@Idkey("id") HashMap<String, Object> hashMap); |
| | | |
| | | void steelUp(@Param("steelId") String steelId,@Param("doubleValue") double doubleValue); |
| | | |
| | | List<TSuMaterialWarehouseRecord> materialWarehouseRecordList(Map<String, Object> values); |
| | | |
| | | void materialWarehouseRecordInsert(@Idkey("id") Map<String, Object> values); |
| | | |
| | | void materialWarehouseRecordUpdate(Map<String, Object> values); |
| | | |
| | | void materialWarehouseRecordDel(String id); |
| | | |
| | | List<TDataValue> headThingJsDateValue(); |
| | | |
| | | TDataSmock headThingJsDateSmock(); |
| | | |
| | | TDataValue headThingJsDateValueByOne(); |
| | | |
| | | List<TDataValue> headThingJsDateValueMonth(); |
| | | } |