Skip to content

Commit ffb615c

Browse files
Merge pull request #32 from larksuite/feat/wbs_work_item_field_add
Feat/wbs work item field add
2 parents 6b4cf0d + 6c9ae7c commit ffb615c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

service/workitem/model.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,8 @@ type WBSWorkItem struct {
407407
StartTime int64 `json:"start_time,omitempty"`
408408

409409
FinishTime int64 `json:"finish_time,omitempty"`
410+
411+
IsScheduleAggItem *bool `json:"is_schedule_agg_item,omitempty"`
410412
}
411413

412414
type WbsViewResponse struct {

0 commit comments

Comments
 (0)