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