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
90b60c6b
authored
2025-01-06 17:53:26 +0800
by
chenyao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修复笔误
1 parent
d68ab924
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/apps/doc/models.py
src/apps/doc/models.py
View file @
90b60c6
...
...
@@ -338,7 +338,7 @@ class AFCOCRResult(models.Model):
fsm_activited
=
models
.
IntegerField
(
null
=
False
,
default
=
0
,
verbose_name
=
"fsm激活状态 1:激活"
)
fs_ocr
=
models
.
TextField
(
null
=
True
,
verbose_name
=
"财务报表"
)
fss_ocr
=
models
.
TextField
(
null
=
True
,
verbose_name
=
"财务情况说明书"
)
b
p_ocr
=
models
.
TextField
(
null
=
True
,
verbose_name
=
"首付款支付承诺书"
)
d
p_ocr
=
models
.
TextField
(
null
=
True
,
verbose_name
=
"首付款支付承诺书"
)
update_time
=
models
.
DateTimeField
(
auto_now
=
True
,
verbose_name
=
'修改时间'
)
...
...
@@ -428,7 +428,7 @@ class AFCSEOCRResult(models.Model):
fsm_activited
=
models
.
IntegerField
(
null
=
False
,
default
=
0
,
verbose_name
=
"fsm激活状态 1:激活"
)
fs_ocr
=
models
.
TextField
(
null
=
True
,
verbose_name
=
"财务报表"
)
fss_ocr
=
models
.
TextField
(
null
=
True
,
verbose_name
=
"财务情况说明书"
)
b
p_ocr
=
models
.
TextField
(
null
=
True
,
verbose_name
=
"首付款支付承诺书"
)
d
p_ocr
=
models
.
TextField
(
null
=
True
,
verbose_name
=
"首付款支付承诺书"
)
update_time
=
models
.
DateTimeField
(
auto_now
=
True
,
verbose_name
=
'修改时间'
)
create_time
=
models
.
DateTimeField
(
auto_now_add
=
True
,
verbose_name
=
'创建时间'
)
...
...
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