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

update sls 2

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