张磊磊
2023-11-30 2777f69fbf5565f4caf275b8134737e333e407fc
hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/weigh/service/WeighService.java
@@ -1,6 +1,7 @@
package com.thhy.materials.modules.biz.weigh.service;
import com.thhy.general.common.BasicResult;
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;
@@ -40,4 +41,15 @@
   BasicResult weighbridgeList(Map<String, Object> values);
    BasicResult headThingJsInventory();
    List<SysSteel> steelType();
    BasicResult materialWarehouseRecordList(Map<String, Object> values);
   BasicResult materialWarehouseRecordInsert(Map<String, Object> values);
   BasicResult materialWarehouseRecordUpdate(Map<String, Object> values);
   BasicResult materialWarehouseRecordDel(String id);
}