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
4c1a70a0
authored
2023-01-12 18:15:55 +0800
by
王聪
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'feature/fsm-full' into 'feature/uat-tmp'
update See merge request !13
2 parents
564346f6
8f960373
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/apps/doc/models.py
src/apps/doc/models.py
View file @
4c1a70a
...
...
@@ -1079,7 +1079,7 @@ class CmsStatusInfo(models.Model):
id
=
models
.
AutoField
(
primary_key
=
True
,
verbose_name
=
"id"
)
# 主键
application_id
=
models
.
CharField
(
max_length
=
64
,
verbose_name
=
"订单id"
)
# 索引
business_type
=
models
.
CharField
(
max_length
=
64
,
verbose_name
=
"业务类型"
)
is_fsm
=
models
.
models
.
SmallIntegerField
(
null
=
False
,
default
=
0
,
verbose_name
=
"是否fsm流程 1:是"
)
is_fsm
=
models
.
SmallIntegerField
(
null
=
False
,
default
=
0
,
verbose_name
=
"是否fsm流程 1:是"
)
update_time
=
models
.
DateTimeField
(
verbose_name
=
'更新时间'
)
create_time
=
models
.
DateTimeField
(
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