Create 创建团队
(ctx context.Context, input *team_dto.CreateTeam)
| 17 | |
| 18 | // Create 创建团队 |
| 19 | Create(ctx context.Context, input *team_dto.CreateTeam) (*team_dto.Team, error) |
| 20 | // Edit 编辑团队 |
| 21 | Edit(ctx context.Context, id string, input *team_dto.EditTeam) (*team_dto.Team, error) |
| 22 | // Delete 删除团队 |