| | |
| | | * @return |
| | | */ |
| | | @PostMapping("/alarmSet") |
| | | public BasicResult alarmSet(EmbedmentGoodsDto embedmentGoodsDto){ |
| | | public BasicResult alarmSet(@RequestBody EmbedmentGoodsDto embedmentGoodsDto){ |
| | | return sysEmbedmentGoodsService.alarmSet(embedmentGoodsDto); |
| | | } |
| | | |
| | |
| | | * @return |
| | | */ |
| | | @PostMapping("/inventoryCorrection") |
| | | public BasicResult inventoryCorrection(EmbedmentGoodsDto embedmentGoodsDto){ |
| | | public BasicResult inventoryCorrection(@RequestBody EmbedmentGoodsDto embedmentGoodsDto){ |
| | | return sysEmbedmentGoodsService.inventoryCorrection(embedmentGoodsDto); |
| | | } |
| | | } |