package controls // 项目控件 type ProjectInfo struct { ID string `json:"id"` Name string `json:"name"` }