|
@@ -91,7 +91,7 @@ public class InboundController{
|
|
|
value = "采购入库新建",
|
|
value = "采购入库新建",
|
|
|
notes = "采购入库新建"
|
|
notes = "采购入库新建"
|
|
|
)
|
|
)
|
|
|
- @PostMapping({"purchase_inbound_insert"})
|
|
|
|
|
|
|
+ @PostMapping({"purchase_inbound/insert"})
|
|
|
public ResponseResultVO<?> purchaseInboundInsert(@Valid @RequestBody InboundVO inboundVO) {
|
|
public ResponseResultVO<?> purchaseInboundInsert(@Valid @RequestBody InboundVO inboundVO) {
|
|
|
return inheritedPurchaseService.purchaseInboundInsert(inboundVO);
|
|
return inheritedPurchaseService.purchaseInboundInsert(inboundVO);
|
|
|
}
|
|
}
|
|
@@ -104,7 +104,7 @@ public class InboundController{
|
|
|
value = "采购入库办理",
|
|
value = "采购入库办理",
|
|
|
notes = "采购入库办理"
|
|
notes = "采购入库办理"
|
|
|
)
|
|
)
|
|
|
- @PostMapping({"purchase_handle_inbound"})
|
|
|
|
|
|
|
+ @PostMapping({"purchase_handle_inbound/insert"})
|
|
|
public ResponseResultVO<?> purchaseHandleInbound(@RequestBody InboundVO inboundVO) {
|
|
public ResponseResultVO<?> purchaseHandleInbound(@RequestBody InboundVO inboundVO) {
|
|
|
return inheritedPurchaseService.purchaseHandleInbound(inboundVO);
|
|
return inheritedPurchaseService.purchaseHandleInbound(inboundVO);
|
|
|
}
|
|
}
|