张磊磊
2023-11-30 2777f69fbf5565f4caf275b8134737e333e407fc
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);
   }
}