co_v1

package
v0.1.100 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateCompanyReq

type CreateCompanyReq struct {
	g.Meta `method:"post" summary:"创建组织单位|信息" tags:"组织单位"`
	co_company_api.CreateCompanyReq
}

type CreateEmployeeReq

type CreateEmployeeReq struct {
	g.Meta `method:"post" summary:"创建员工|信息" tags:"员工"`
	co_company_api.CreateEmployeeReq
}

type CreateTeamReq

type CreateTeamReq struct {
	g.Meta `method:"post" summary:"创建团队或小组|信息" tags:"团队|小组"`
	co_company_api.CreateTeamReq
}

type DeleteEmployeeReq

type DeleteEmployeeReq struct {
	g.Meta `method:"post" summary:"删除员工|信息" tags:"员工"`
	co_company_api.DeleteEmployeeReq
}

type DeleteTeamReq

type DeleteTeamReq struct {
	g.Meta `method:"post" summary:"删除团队或小组|信息" tags:"团队|小组"`
	co_company_api.DeleteTeamReq
}

type GetCompanyByIdReq

type GetCompanyByIdReq struct {
	g.Meta `method:"post" summary:"根据ID获取组织单位|信息" tags:"组织单位"`
	co_company_api.GetCompanyByIdReq
}

type GetCompanyDetailReq

type GetCompanyDetailReq struct {
	g.Meta `method:"post" summary:"查看更多信息含完整手机号|信息" tags:"组织单位"`
	co_company_api.GetCompanyDetailReq
}

type GetCompanyReq

type GetCompanyReq struct {
	g.Meta `method:"post" summary:"我的公司|信息" tags:"我的"`
	co_company_api.GetCompanyReq
}

type GetEmployeeByIdReq

type GetEmployeeByIdReq struct {
	g.Meta `method:"post" summary:"根据ID获取员工|信息" tags:"员工"`
	co_company_api.GetEmployeeByIdReq
}

type GetEmployeeDetailByIdReq

type GetEmployeeDetailByIdReq struct {
	g.Meta `method:"post" summary:"获取员工详情|信息" tags:"员工"`
	co_company_api.GetEmployeeDetailByIdReq
}

type GetEmployeeListByRoleIdReq

type GetEmployeeListByRoleIdReq struct {
	g.Meta `method:"post" summary:"根据角色ID获取所有所属员工|列表" tags:"员工"`
	co_company_api.GetEmployeeListByRoleIdReq
}

type GetProfileReq

type GetProfileReq struct {
	g.Meta `method:"post" summary:"我的基本信息|信息" tags:"我的"`
	co_company_api.GetProfileReq
}

type GetTeamByIdReq

type GetTeamByIdReq struct {
	g.Meta `method:"post" summary:"根据ID获取团队或小组|信息" tags:"团队|小组"`
	co_company_api.GetTeamByIdReq
}

type GetTeamMemberListReq

type GetTeamMemberListReq struct {
	g.Meta `method:"post" summary:"获取团队成员|列表" tags:"团队|小组"`
	co_company_api.GetTeamMemberListReq
}

type GetTeamsReq

type GetTeamsReq struct {
	g.Meta `method:"post" summary:"我的团队或小组|信息" tags:"我的"`
	co_company_api.GetTeamsReq
}

type HasCompanyByNameReq

type HasCompanyByNameReq struct {
	g.Meta `method:"post" summary:"判断名称是否存在" tags:"组织单位"`
	co_company_api.HasCompanyByNameReq
}

type HasEmployeeByNameReq

type HasEmployeeByNameReq struct {
	g.Meta `method:"post" summary:"判断名称是否存在" tags:"员工"`
	co_company_api.HasEmployeeByNameReq
}

type HasEmployeeByNoReq

type HasEmployeeByNoReq struct {
	g.Meta `method:"post" summary:"判断工号是否存在" tags:"员工"`
	co_company_api.HasEmployeeByNoReq
}

type HasTeamByNameReq

type HasTeamByNameReq struct {
	g.Meta `method:"post" summary:"判断名称是否存在" tags:"团队|小组"`
	co_company_api.HasTeamByNameReq
}

type QueryCompanyListReq

type QueryCompanyListReq struct {
	g.Meta `method:"post" summary:"查询组织单位|列表" tags:"组织单位"`
	co_company_api.QueryCompanyListReq
}

type QueryEmployeeListReq

type QueryEmployeeListReq struct {
	g.Meta `method:"post" summary:"查询员工|列表" tags:"员工"`
	co_company_api.QueryEmployeeListReq
}

type QueryTeamListByEmployeeReq

type QueryTeamListByEmployeeReq struct {
	g.Meta `method:"post" summary:"根据员工查询团队|列表" tags:"团队|小组"`
	co_company_api.QueryTeamListByEmployeeReq
}

type QueryTeamListReq

type QueryTeamListReq struct {
	g.Meta `method:"post" summary:"查询团队或小组|列表" tags:"团队|小组"`
	co_company_api.QueryTeamListReq
}

type SetAvatarReq

type SetAvatarReq struct {
	g.Meta `method:"post" summary:"设置头像|信息" tags:"我的"`
	co_company_api.SetAvatarReq
}

type SetMobileReq

type SetMobileReq struct {
	g.Meta `method:"post" summary:"设置手机号|信息" tags:"我的"`
	co_company_api.SetMobileReq
}

type SetTeamCaptainReq

type SetTeamCaptainReq struct {
	g.Meta `method:"post" summary:"设置团队队长" tags:"团队|小组"`
	co_company_api.SetTeamCaptainReq
}

type SetTeamMemberReq

type SetTeamMemberReq struct {
	g.Meta `method:"post" summary:"设置团队成员" tags:"团队|小组"`
	co_company_api.SetTeamMemberReq
}

type SetTeamOwnerReq

type SetTeamOwnerReq struct {
	g.Meta `method:"post" summary:"设置团队管理者" tags:"团队|小组"`
	co_company_api.SetTeamOwnerReq
}

type UpdateCompanyReq

type UpdateCompanyReq struct {
	g.Meta `method:"post" summary:"更新组织单位|信息" tags:"组织单位"`
	co_company_api.UpdateCompanyReq
}

type UpdateEmployeeReq

type UpdateEmployeeReq struct {
	g.Meta `method:"post" summary:"更新员工|信息" tags:"员工"`
	co_company_api.UpdateEmployeeReq
}

type UpdateTeamReq

type UpdateTeamReq struct {
	g.Meta `method:"post" summary:"更新团队或小组|信息" tags:"团队|小组"`
	co_company_api.UpdateTeamReq
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL