|
|
@@ -19,7 +19,7 @@ import javax.validation.Valid;
|
|
|
|
|
|
@Api(tags = "采购退货入库单API接口")
|
|
|
@RestController
|
|
|
-@RequestMapping("/ivt/inbound_sale_return")
|
|
|
+@RequestMapping("/ivt/inbound_purchase_return")
|
|
|
public class InboundPurchaseReturnController {
|
|
|
|
|
|
public BaseService<Inbound> getService() {
|