hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/weigh/controller/WeighController.java
@@ -63,5 +63,9 @@ public BasicResult materialWarehouseRecordDel(@RequestParam String id){ return weighService.materialWarehouseRecordDel(id); } // 环境监测 thingjs 数据 @PostMapping("/headThingJsDateValue") public BasicResult headThingJsDateValue(){ return weighService.headThingJsDateValue(); } }