Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
userpj committed Nov 1, 2024
1 parent c87dade commit 471f596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appbuilder/core/console/appbuilder_client/data_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ class AppOverview(BaseModel):
id: str = Field("", description="应用ID")
name: str = Field("", description="应用名称")
description: str = Field("", description="应用简介")
appType: str = Field("", description="应用类型")
isPublished: bool = Field(False, description="是否已发布")
appType: str = Field(None, description="应用类型")
isPublished: bool = Field(None, description="是否已发布")
updateTime: int = Field(None, description="更新时间")

class AppBuilderClientAppListResponse(BaseModel):
Expand Down

0 comments on commit 471f596

Please sign in to comment.