add:移库,拣选

This commit is contained in:
zhangzq
2024-06-28 15:18:28 +08:00
parent cb0268055d
commit de4ab8d38b
90 changed files with 3694 additions and 192 deletions

View File

@@ -1,8 +1,5 @@
_ _ ___________ _ _____ _ ___________ _____
| \ | | _ | ___ \ | | ___| | | ___| ___|_ _|
| \| | | | | |_/ / | | |__ | | | |__ | |_ | |
| . ` | | | | ___ \ | | __|| | | __|| _| | |
| |\ \ \_/ / |_/ / |____| |___| |____| |___| | | |
\_| \_/\___/\____/\_____/\____/\_____/\____/\_| \_/
:: Spring Boot :: (v2.1.0.RELEASE)
------------------------------
托盘库编码FStockPallet
料箱库编码: FStockId
虚拟库编码: FicStockId
------------------------------

View File

@@ -42,7 +42,7 @@ public class ${className}Controller {
//@PreAuthorize("@el.check('${changeClassName}:add')")
public ResponseEntity<Object> create(@Validated @RequestBody ${className}Dto dto){
${changeClassName}Service.create(dto);
return new ResponseEntity<>(HttpStatus.CREATED);
return new ResponseEntity<>(HttpStatus.OK);
}
@PutMapping