叶松
2023-12-04 6a9dc2c9553ae13bb3196f325c9905abbd502145
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();
   }
}