Commit 2b8d32e5 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

ccdno int

parent 1283b083
......@@ -66,7 +66,7 @@ class Level2CoRecord(BaseModel):
class Level2CatalogRecord(BaseModel):
level2_id: int = 0
ID: int = 0
CCDNO: str = 0
CCDNO: int = 0
objID: int = 0
X: float = -1
XErr: float = -1
......
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