update
This commit is contained in:
parent
1091240d45
commit
1f289c5ca9
@ -14,7 +14,7 @@ class SummaryLogin(Task):
|
|||||||
|
|
||||||
class Model(GBaseModel):
|
class Model(GBaseModel):
|
||||||
cdate: int = Field(..., title='当天0点')
|
cdate: int = Field(..., title='当天0点')
|
||||||
# first_device_id: str = Field(None, title='第一次登录设备id', alias='_first_device_id')
|
first_device_id: str = Field(None, title='第一次登录设备id', alias='_first_device_id')
|
||||||
manufacturer: str = Field(None, title='设备品牌', alias='_manufacturer')
|
manufacturer: str = Field(None, title='设备品牌', alias='_manufacturer')
|
||||||
model: str = Field(None, title='型号', alias='_model')
|
model: str = Field(None, title='型号', alias='_model')
|
||||||
os_version: str = Field(None, title='系统版本', alias='_os_version')
|
os_version: str = Field(None, title='系统版本', alias='_os_version')
|
||||||
|
Loading…
Reference in New Issue
Block a user