Commit 0cee9195 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

hstdm l2

parent 8098354c
import dataclasses import dataclasses
from typing import Dict from .common import BaseModel
from .common import BaseModel, default_field
@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=""
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment