forked from erp-dev/erp
fix: rebuild stock change record
This commit is contained in:
7
api_v1/urls.py
Normal file
7
api_v1/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
# 库存变动相关API
|
||||
path('stock-change/', views.create_full_stock_change, name='create_full_stock_change'),
|
||||
]
|
||||
Reference in New Issue
Block a user