Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-11-12 11:53:46 +08:00
parent c7d764b111
commit 316de1fb43
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -67,7 +67,7 @@ type Kanban struct {
FillColBackgroundColor bool `json:"fillColBackgroundColor"` // 是否填充列背景颜色 FillColBackgroundColor bool `json:"fillColBackgroundColor"` // 是否填充列背景颜色
Fields []*KanbanField `json:"fields"` // 卡片字段 Fields []*KanbanField `json:"fields"` // 卡片字段
Cards []*KanbanCard `json:"cards"` // 卡片 Cards []*KanbanCard `json:"cards"` // 卡片
CardCount int `json:"rowCount"` // 总卡片数 CardCount int `json:"cardCount"` // 总卡片数
} }
// KanbanCard 描述了看板实例卡片的结构。 // KanbanCard 描述了看板实例卡片的结构。