This commit is contained in:
aaron 2025-03-22 16:45:30 +08:00
parent e0abc97a94
commit abb0142d9a
2 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class AddressInfo(BaseModel):
phone: str
gender: Gender
is_default: bool
address_type: AddressType # 地址类型
address_type: Optional[AddressType] = None # 地址类型
longitude: Optional[float] = None # 经度
latitude: Optional[float] = None # 纬度

Binary file not shown.