李旭东
2023-11-24 7e603bde766e5f4fc7f95c785b1083c42f61955e
hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/weigh/mapper/WeighMapper.java
@@ -6,6 +6,7 @@
import com.thhy.materials.modules.biz.concret.entity.dto.WeighDto;
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.TWeighbridge;
import com.thhy.materials.modules.biz.weigh.entity.WeighVo;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -70,4 +71,14 @@
   Integer netWeighNew(Integer byId);
   void netWeighUpdateNew(@Param("byId") Integer byId,@Param("netWeight") double netWeight);
   List<TWeighbridge> weighbridgeList(Map<String, Object> values);
   List<TWeighbridge> weighbridgeListType();
   Double materialStockValue(String dictId);
   void materialStockRecordIns(HashMap<String, Object> hashMap);
   void weighbridgeUpdateType(Integer weighbridgeId);
}