mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-05 04:03:45 +09:00
add StockController
This commit is contained in:
@@ -36,6 +36,7 @@ public class StockController {
|
|||||||
public String read(@PathVariable String id, Model m) {
|
public String read(@PathVariable String id, Model m) {
|
||||||
|
|
||||||
//스톡서비스로 재고 상세페이지 출력 메서드 작성
|
//스톡서비스로 재고 상세페이지 출력 메서드 작성
|
||||||
StockDto dto = service.
|
|
||||||
|
return "stock/read/{id}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user