Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
bmw-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ff96bf21
authored
2025-07-09 17:30:14 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
invoice api move to python
1 parent
6def5d4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/apps/doc/internal_urls.py
src/apps/doc/internal_urls.py
View file @
ff96bf2
...
...
@@ -7,5 +7,7 @@ urlpatterns = [
path
(
r'query/employee'
,
views
.
EmployeeView
.
as_view
()),
path
(
r'query/greenBookHistoryFile'
,
views
.
SearchGBHistoryFileView
.
as_view
()),
path
(
r'download/greenBookHistoryFile'
,
views
.
DownloadGBHistoryFileView
.
as_view
()),
path
(
r'invoice/downloadExcel'
,
views
.
InvoiceExcelView
.
as_view
()),
path
(
r'invoice/queryInfo'
,
views
.
InvoiceQueryInfoView
.
as_view
()),
path
(
r'contract/v1'
,
views
.
SEContractView
.
as_view
()),
]
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment