Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-dfs
csst-dfs-commons
Commits
c5994650
Commit
c5994650
authored
Nov 05, 2022
by
Wei Shoulin
Browse files
add pipeline_id
parent
cae3e50f
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dfs_commons/models/msc.py
View file @
c5994650
...
...
@@ -90,6 +90,7 @@ class Level2Record(BaseModel):
prc_status
:
int
=
0
prc_time
:
str
=
""
create_time
:
str
=
""
pipeline_id
:
str
=
""
import_status
:
int
=
0
@
dataclasses
.
dataclass
...
...
@@ -103,6 +104,7 @@ class Level2CoRecord(BaseModel):
prc_status
:
int
=
0
prc_time
:
str
=
""
create_time
:
str
=
""
pipeline_id
:
str
=
""
import_status
:
int
=
0
@
dataclasses
.
dataclass
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
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 comment