| | |
| | | return R.ok(slGoodsMaterialsService.getStoreManagementGoodSmaterialsOne(storeManagementGoodSmaterialsQuery)); |
| | | } |
| | | |
| | | @PostMapping("/getSmaterialsOne") |
| | | @ApiOperation(value = "感觉物资库存管理查看详情") |
| | | public R<StoreManagementGoodSmaterialsVO> getSmaterialsOne(@RequestBody StoreManagementGoodSmaterialsQuery storeManagementGoodSmaterialsQuery) { |
| | | return R.ok(slGoodsMaterialsService.getSmaterialsOne(storeManagementGoodSmaterialsQuery)); |
| | | } |
| | | |
| | | @GetMapping("/getGooManagementGoodSmaterials/{id}") |
| | | @ApiOperation(value = "库存管理查看物资詳情") |
| | | public R<StoreManagementGoodSmaterialsVO> getGooManagementGoodSmaterials(@ApiParam(name = "id", value = "物资管理id", required = true) @PathVariable("id") Long id) { |