fix(card): 新增渠道cic
This commit is contained in:
@@ -154,7 +154,7 @@ class Card(BaseModel, DateModel):
|
||||
)
|
||||
source: Mapped[str] = mapped_column(
|
||||
Enum(base_schema.PlatformSourceType, inherit_schema=True),
|
||||
comment='来源,PSA、BGS、CGC、GBTC、CCG、BCTC :采集 、OTHER:自定义'
|
||||
comment='来源,PSA、BGS、CGC、GBTC、CCG、BCTC、CIC :采集 、OTHER:自定义'
|
||||
)
|
||||
diy_source: Mapped[str] = mapped_column(String(50), nullable=True, comment='自定义品牌名')
|
||||
|
||||
@@ -207,7 +207,7 @@ class SearchCardCache(BaseModel, DateModel):
|
||||
raw_data: Mapped[dict] = mapped_column(JSON, comment='原始数据')
|
||||
source: Mapped[str] = mapped_column(
|
||||
Enum(base_schema.SupportPlatformType, inherit_schema=True),
|
||||
comment='数据来源:PSA、BGS、CGC、GBTC、CCG、BCTC'
|
||||
comment='数据来源:PSA、BGS、CGC、GBTC、CCG、BCTC、CIC'
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user