Name | Type | Description | Notes |
---|---|---|---|
id | int | 周报的 id | [optional] |
year | int | 周报所属年 | [optional] |
month | int | 周报所属月份 | [optional] |
weekIndex | int | 处于本年的第几周 | [optional] |
beginDay | string | 起始日期 | [optional] |
endDay | string | 结束日期 | [optional] |
createdAt | string | 创建日期 | [optional] |
updatedAt | string | 更新日期 | [optional] |
user | \GiteeEnterprise\Model\UserWithRemark | 周报所属用户 | [optional] |
content | string | 周报内容 | [optional] |
contentHtml | string | 周报内容 | [optional] |
issues | \GiteeEnterprise\Model\IssueMain | 关联issues | [optional] |
pullRequests | \GiteeEnterprise\Model\PullRequest | 关联pull request | [optional] |
events | \GiteeEnterprise\Model\Event | 关联动态 | [optional] |