张磊磊
2023-12-08 5357fcd46f03e4b0c4ec9402d9c4fe561ffd2ce6
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();
   }
}