Delete 删除团队
(ctx context.Context, id string)
| 21 | Edit(ctx context.Context, id string, input *team_dto.EditTeam) (*team_dto.Team, error) |
| 22 | // Delete 删除团队 |
| 23 | Delete(ctx context.Context, id string) error |
| 24 | |
| 25 | //ExportAll(ctx context.Context) ([]*team_dto.ExportTeam, error) |
| 26 | } |