张磊磊
2023-12-12 9906987f77abf2f0669a44a877ad86ac730fdfdd
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();
   }
}