|
@@ -65,11 +65,11 @@ type CompanySearchItem struct {
|
|
CompanyType string `description:"客户类型:ficc/权益"`
|
|
CompanyType string `description:"客户类型:ficc/权益"`
|
|
ApproveStatus string `description:"审批状态:'审批中','通过','驳回' 审批状态为空时,表示没有审批申请"`
|
|
ApproveStatus string `description:"审批状态:'审批中','通过','驳回' 审批状态为空时,表示没有审批申请"`
|
|
SellerName string `description:"销售:吉根龙/颖丹"`
|
|
SellerName string `description:"销售:吉根龙/颖丹"`
|
|
- SellerIds string `description:"销售ID集合,包含ficc和权益的销售id";json:"-"`
|
|
|
|
|
|
+ SellerIds string `description:"销售ID集合,包含ficc和权益的销售id" json:"-"`
|
|
Duration string `description:"时长"`
|
|
Duration string `description:"时长"`
|
|
FreezeTime string `description:"冻结时间"`
|
|
FreezeTime string `description:"冻结时间"`
|
|
GroupId int `description:"分组id"`
|
|
GroupId int `description:"分组id"`
|
|
- GroupIds string `description:"分组id集合,包含ficc和权益的小组id";json:"-"`
|
|
|
|
|
|
+ GroupIds string `description:"分组id集合,包含ficc和权益的小组id" json:"-"`
|
|
DepartmentId int `description:"部门id"`
|
|
DepartmentId int `description:"部门id"`
|
|
IsSuspend int `description:"是否暂停:1:暂停,0:启用 "`
|
|
IsSuspend int `description:"是否暂停:1:暂停,0:启用 "`
|
|
ProductId int `description:"产品id"`
|
|
ProductId int `description:"产品id"`
|
|
@@ -125,11 +125,11 @@ type CompanyItem struct {
|
|
ApproveStatus string `description:"审批状态:'待审批','已审批','驳回' 审批状态为空时,表示没有审批申请"`
|
|
ApproveStatus string `description:"审批状态:'待审批','已审批','驳回' 审批状态为空时,表示没有审批申请"`
|
|
SellerName string `description:"销售:吉根龙/颖丹"`
|
|
SellerName string `description:"销售:吉根龙/颖丹"`
|
|
SellerId int `description:"销售ID"`
|
|
SellerId int `description:"销售ID"`
|
|
- SellerIds string `description:"销售ID集合,包含ficc和权益的销售id";json:"-"`
|
|
|
|
|
|
+ SellerIds string `description:"销售ID集合,包含ficc和权益的销售id" json:"-"`
|
|
ExpireDay string `description:"到期天数"`
|
|
ExpireDay string `description:"到期天数"`
|
|
FreezeTime string `description:"冻结时间"`
|
|
FreezeTime string `description:"冻结时间"`
|
|
GroupId int `description:"分组id"`
|
|
GroupId int `description:"分组id"`
|
|
- GroupIds string `description:"分组id集合,包含ficc和权益的小组id";json:"-"`
|
|
|
|
|
|
+ GroupIds string `description:"分组id集合,包含ficc和权益的小组id" json:"-"`
|
|
DepartmentId int `description:"部门id"`
|
|
DepartmentId int `description:"部门id"`
|
|
IndustryName string `description:"所属行业"`
|
|
IndustryName string `description:"所属行业"`
|
|
IsSuspend int `description:"是否暂停:1:暂停,0:启用 "`
|
|
IsSuspend int `description:"是否暂停:1:暂停,0:启用 "`
|