Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
0cee9195
Commit
0cee9195
authored
1 year ago
by
Wei Shoulin
Browse files
Options
Download
Email Patches
Plain Diff
hstdm l2
parent
8098354c
main
master
1.0.1
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst_dfs_commons/models/hstdm.py
+17
-3
csst_dfs_commons/models/hstdm.py
with
17 additions
and
3 deletions
+17
-3
csst_dfs_commons/models/hstdm.py
+
17
-
3
View file @
0cee9195
import
dataclasses
from
typing
import
Dict
from
.common
import
BaseModel
,
default_field
from
.common
import
BaseModel
@
dataclasses
.
dataclass
class
Level2Data
(
BaseModel
):
id
:
int
=
0
level0_id
:
str
=
''
level1_id
:
int
=
0
project_id
:
int
=
0
file_type
:
str
=
""
filename
:
str
=
""
file_path
:
str
=
""
qc2_status
:
int
=
0
qc2_time
:
str
=
""
prc_status
:
int
=
0
prc_time
:
str
=
""
create_time
:
str
=
""
pipeline_id
:
str
=
""
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets