邱宇豪
2023-09-26 9538bdb6ee3714e030d41807e6ab46cd6258d590
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);
   }
}