add:增加装箱区库存页面

This commit is contained in:
2024-07-02 16:30:19 +08:00
parent 6a2a26e3c4
commit 3faf1b65c1
7 changed files with 372 additions and 21 deletions

View File

@@ -46,7 +46,6 @@ public class DeliveryPointIvtController {
@PutMapping
@Log("修改分切输送线")
//@SaCheckPermission("@el.check('deliverypointivt:edit')")
public ResponseEntity<Object> update(@Validated @RequestBody DeliveryPointIvtDto dto) {
deliverypointivtService.update(dto);