Commit 8098354c authored by Wei Shoulin's avatar Wei Shoulin
Browse files

update sls 2

parent 55f60a37
import dataclasses import dataclasses
from typing import Dict from .common import BaseModel
from .common import BaseModel, default_field
@dataclasses.dataclass @dataclasses.dataclass
class Level2Spectra(BaseModel): class Level2Spectra(BaseModel):
id: int = 0 id: int = 0
level0_id: str = '' level0_id: str = ''
spectra_id : str = ""
level1_id: int=0 level1_id: int=0
region: str="" file_type: str=""
filename : str="" filename : str=""
file_path: str="" file_path: str=""
qc2_status: int = 0 qc2_status: int = 0
......
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