Documentation ¶
Index ¶
- type AuditInvoiceDetailReq
- type BankCardRegisterReq
- type CreateCompanyReq
- type CreateEmployeeReq
- type CreateInvoiceDetailReq
- type CreateInvoiceReq
- type CreateTeamReq
- type DeleteBankCardReq
- type DeleteEmployeeReq
- type DeleteInvoiceByIdReq
- type DeleteTeamReq
- type GetAccountBalanceReq
- type GetCompanyByIdReq
- type GetCompanyDetailReq
- type GetCompanyReq
- type GetEmployeeByIdReq
- type GetEmployeeDetailByIdReq
- type GetEmployeeListByRoleIdReq
- type GetEmployeeListByTeamId
- type GetProfileReq
- type GetTeamByIdReq
- type GetTeamsReq
- type HasCompanyByNameReq
- type HasEmployeeByNameReq
- type HasEmployeeByNoReq
- type HasTeamByNameReq
- type MakeInvoiceDetailReq
- type QueryBankCardListReq
- type QueryCompanyListReq
- type QueryEmployeeListReq
- type QueryInvoiceDetailListReq
- type QueryInvoiceReq
- type QueryTeamListByEmployeeReq
- type QueryTeamListReq
- type SetAvatarReq
- type SetMobileReq
- type SetTeamCaptainReq
- type SetTeamMemberReq
- type SetTeamOwnerReq
- type UpdateCompanyReq
- type UpdateEmployeeReq
- type UpdateTeamReq
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditInvoiceDetailReq ¶ added in v0.1.112
type AuditInvoiceDetailReq struct { InvoiceDetailId int64 `json:"invoiceDetailId" v:"required|max-length:64#请输入发票详情id|id最大支持64个字符" dc:"发票详情id" ` AuditInfo co_model.FdInvoiceAuditInfo }
type BankCardRegisterReq ¶ added in v0.1.112
type BankCardRegisterReq struct {
co_model.BankCardRegister
}
type CreateCompanyReq ¶
type CreateEmployeeReq ¶
type CreateInvoiceDetailReq ¶ added in v0.1.112
type CreateInvoiceDetailReq struct {
co_model.FdInvoiceDetailRegister
}
type CreateInvoiceReq ¶ added in v0.1.112
type CreateInvoiceReq struct {
co_model.FdInvoiceRegister
}
type CreateTeamReq ¶
type DeleteBankCardReq ¶ added in v0.1.112
type DeleteBankCardReq struct {
BankCardId int64 `json:"bankCardId" dc:"银行卡ID"`
}
type DeleteEmployeeReq ¶
type DeleteEmployeeReq struct {
Id int64 `json:"id" v:"required#ID校验失败" dc:"员工ID"`
}
type DeleteInvoiceByIdReq ¶ added in v0.1.112
type DeleteInvoiceByIdReq struct {
InvoiceId int64 `json:"invoiceId" dc:"发票抬头ID"`
}
type DeleteTeamReq ¶
type DeleteTeamReq struct {
Id int64 `json:"id" v:"required#团队ID校验失败" dc:"团队或小组ID"`
}
type GetAccountBalanceReq ¶ added in v0.1.112
type GetAccountBalanceReq struct {
AccountId int64 `json:"accountId" dc:"财务账号id"`
}
type GetCompanyByIdReq ¶
type GetCompanyByIdReq struct {
Id int64 `json:"id" v:"required#ID校验失败" dc:"服务商ID"`
}
type GetCompanyDetailReq ¶
type GetCompanyDetailReq struct {
Id int64 `json:"id" v:"required#ID校验失败" dc:"服务商ID"`
}
type GetCompanyReq ¶
type GetCompanyReq struct { }
type GetEmployeeByIdReq ¶
type GetEmployeeByIdReq struct {
Id int64 `json:"id" v:"required#ID校验失败" dc:"员工ID"`
}
type GetEmployeeDetailByIdReq ¶
type GetEmployeeDetailByIdReq struct {
Id int64 `json:"id" v:"required#ID校验失败" dc:"员工ID"`
}
type GetEmployeeListByRoleIdReq ¶
type GetEmployeeListByRoleIdReq struct {
Id int64 `json:"id" v:"required#ID校验失败" dc:"角色ID"`
}
type GetEmployeeListByTeamId ¶ added in v0.3.0
type GetEmployeeListByTeamId struct {
TeamId int64 `json:"teamId" v:"required#团队ID校验失败" dc:"团队或小组ID"`
}
type GetProfileReq ¶
type GetProfileReq struct { }
type GetTeamByIdReq ¶
type GetTeamByIdReq struct {
Id int64 `json:"id" v:"required#团队ID校验失败" dc:"团队或小组ID"`
}
type GetTeamsReq ¶
type GetTeamsReq struct { }
type HasCompanyByNameReq ¶
type HasCompanyByNameReq struct {
Name string `json:"name" v:"required#名称不能为空" dc:"名称"`
}
type HasEmployeeByNameReq ¶
type HasEmployeeByNoReq ¶
type HasTeamByNameReq ¶
type MakeInvoiceDetailReq ¶ added in v0.1.112
type MakeInvoiceDetailReq struct { InvoiceDetailId int64 `json:"invoiceDetailId" v:"required|max-length:64#请输入发票详情id|id最大支持64个字符" dc:"发票详情id"` co_model.FdMakeInvoiceDetail }
type QueryBankCardListReq ¶ added in v0.1.112
type QueryBankCardListReq struct { UserId int64 `json:"userId" dc:"用户ID"` base_model.SearchParams }
type QueryCompanyListReq ¶
type QueryCompanyListReq struct {
base_model.SearchParams
}
type QueryEmployeeListReq ¶
type QueryEmployeeListReq struct {
base_model.SearchParams
}
type QueryInvoiceDetailListReq ¶ added in v0.1.112
type QueryInvoiceDetailListReq struct { UnionMainId int64 `json:"unionMainId" dc:"主体ID"` UserId int64 `json:"userId" dc:"用户ID"` base_model.SearchParams }
type QueryInvoiceReq ¶ added in v0.1.112
type QueryInvoiceReq struct { UserId int64 `json:"userId" dc:"用户ID"` base_model.SearchParams }
type QueryTeamListReq ¶
type QueryTeamListReq struct {
base_model.SearchParams
}
type SetAvatarReq ¶
type SetAvatarReq struct {
ImageId int64 `json:"imageId" dc:"头像ID"`
}
type SetMobileReq ¶
type SetTeamCaptainReq ¶
type SetTeamMemberReq ¶
type SetTeamOwnerReq ¶
type UpdateCompanyReq ¶
type UpdateEmployeeReq ¶
type UpdateTeamReq ¶
Click to show internal directories.
Click to hide internal directories.