shishuaikang
2023-12-12 e5cd5597aad68f294fcfff465e0a312713804c0d
hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/embedment/controller/SysInventoryManagementController.java
@@ -41,7 +41,7 @@
    * @return
    */
   @PostMapping("/alarmSet")
   public BasicResult alarmSet(EmbedmentGoodsDto embedmentGoodsDto){
   public BasicResult alarmSet(@RequestBody EmbedmentGoodsDto embedmentGoodsDto){
      return sysEmbedmentGoodsService.alarmSet(embedmentGoodsDto);
   }
@@ -51,7 +51,7 @@
    * @return
    */
   @PostMapping("/inventoryCorrection")
   public BasicResult inventoryCorrection(EmbedmentGoodsDto embedmentGoodsDto){
   public BasicResult inventoryCorrection(@RequestBody EmbedmentGoodsDto embedmentGoodsDto){
      return sysEmbedmentGoodsService.inventoryCorrection(embedmentGoodsDto);
   }
}