mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 12:13:24 +09:00
add StockController
This commit is contained in:
@@ -63,7 +63,7 @@ public class StockController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// 수정 - 폼
|
// 수정 - 폼
|
||||||
// @GetMapping("/stock/update/{id}")
|
// @GetMapping("/stock/update/{id}")
|
||||||
// public String update(@PathVariable UUID id, Model m) {
|
// public String update(@PathVariable UUID id, Model m) {
|
||||||
// StockDto dto = service.updateStock(id);
|
// StockDto dto = service.updateStock(id);
|
||||||
|
|||||||
Reference in New Issue
Block a user