invoice api move to python
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -7,5 +7,7 @@ urlpatterns = [ | ... | @@ -7,5 +7,7 @@ urlpatterns = [ |
7 | path(r'query/employee', views.EmployeeView.as_view()), | 7 | path(r'query/employee', views.EmployeeView.as_view()), |
8 | path(r'query/greenBookHistoryFile', views.SearchGBHistoryFileView.as_view()), | 8 | path(r'query/greenBookHistoryFile', views.SearchGBHistoryFileView.as_view()), |
9 | path(r'download/greenBookHistoryFile', views.DownloadGBHistoryFileView.as_view()), | 9 | path(r'download/greenBookHistoryFile', views.DownloadGBHistoryFileView.as_view()), |
10 | path(r'invoice/downloadExcel', views.InvoiceExcelView.as_view()), | ||
11 | path(r'invoice/queryInfo', views.InvoiceQueryInfoView.as_view()), | ||
10 | path(r'contract/v1', views.SEContractView.as_view()), | 12 | path(r'contract/v1', views.SEContractView.as_view()), |
11 | ] | 13 | ] | ... | ... |
-
Please register or sign in to post a comment