This commit is contained in:
2022-11-14 17:33:11 +08:00
parent e2ef7b21e8
commit 3e2a8fee0d
3 changed files with 518 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ public class RawAssistIStorController {
public ResponseEntity<Object> query(@RequestParam Map whereJson, Pageable page){
return new ResponseEntity<>(rawAssistIStorService.pageQuery(whereJson,page), HttpStatus.OK);
}
@Log("删除出入库单")
@ApiOperation("删除出入库单")
//@PreAuthorize("@el.check('sectattr:del')")