Documentation
¶
Index ¶
- type AccountingBillDTO
- type AccountingBillDTORequest
- type Achievement
- type ApplyDistributor
- type Customer
- type CustomerVo
- type Department
- type DicDetail
- type DicDetailQuery
- type Distributor
- type DistributorDTO
- type DistributorPolicy
- type DistributorProduct
- type DistributorProductDTO
- type DistributorQuery
- type DistributorResult
- type ExtraInfo
- type FormulaDTO
- type OperateAuthority
- type OperateAuthorityDTO
- type OperateAuthorityQuery
- type OperateReturnAuthority
- type OperateReturnAuthorityDTO
- type OperateReturnAuthorityQuery
- type OperatorAchievement
- type OperatorPrePayAchievement
- type OrderDetail
- type OrderItemDetail
- type Pagination
- type PrePaymentAchievement
- type Product
- type ProductDTO
- type ProductDTORequest
- type ProductQuery
- type ReturnBillDetailProduct
- type ReturnBillDetailResult
- type ReturnBillQuery
- type ReturnBillResult
- type ReturnBillStatusResult
- type ReturnConditionOperatorDTO
- type ReturnItemDTO
- type ReturnItemQuery
- type ReturnItemResult
- type ReturnPolicyDTO
- type ReturnPolicyMainDTO
- type ReturnPolicyMainQuery
- type ReturnPolicyMainResult
- type ReturnPolicyProduct
- type ReturnPolicyProductDTO
- type ReturnPolicyQuery
- type ReturnPolicyResult
- type ReturnRuleDTO
- type ReturnRuleQuery
- type ReturnRuleResult
- type ServiceCodeBill
- type ServiceCodeItemBill
- type SummaryBill
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountingBillDTO ¶ added in v1.15.0
type AccountingBillDTO struct {
/* 产品类型 (Optional) */
Source int `json:"source"`
/* 记录ID (Optional) */
RecordId int `json:"recordId"`
/* 用户pin (Optional) */
Pin string `json:"pin"`
/* 业务线 (Optional) */
AppCode string `json:"appCode"`
/* 产品线 (Optional) */
ServiceCode string `json:"serviceCode"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 站点 0:主站 其他:专有云 (Optional) */
Site int `json:"site"`
/* 资源id (Optional) */
ResourceId string `json:"resourceId"`
/* 区域 (Optional) */
Region string `json:"region"`
/* 计费类型 (Optional) */
BillingType int `json:"billingType"`
/* 配置列表 (Optional) */
FormulaList []FormulaDTO `json:"formulaList"`
/* 费用 (Optional) */
BillFee2 int `json:"billFee2"`
/* 折扣金额 (Optional) */
DiscountFee int `json:"discountFee"`
/* 优惠后金额 (Optional) */
ActualFee int `json:"actualFee"`
/* 代金券唯一标识 (Optional) */
CashCouponId string `json:"cashCouponId"`
/* 代金券金额 (Optional) */
CashCouponFee int `json:"cashCouponFee"`
/* 付费代金券金额 (Optional) */
PayCouponFee int `json:"payCouponFee"`
/* 免费代金券金额 (Optional) */
FreeCouponFee int `json:"freeCouponFee"`
/* 余额支付金额 (Optional) */
BalancePayFee int `json:"balancePayFee"`
/* 在线支付金额 (Optional) */
CashPayFee int `json:"cashPayFee"`
/* 业绩金额 (Optional) */
PerformanceFee int `json:"performanceFee"`
/* 账单时间 (Optional) */
BillTime string `json:"billTime"`
/* 账单支付时间 (Optional) */
BillPayTime string `json:"billPayTime"`
/* 账单开始时间 (Optional) */
BillBeginTime string `json:"billBeginTime"`
/* 账单结束时间 (Optional) */
BillEndTime string `json:"billEndTime"`
/* 服务商pin (Optional) */
DistributorPin string `json:"distributorPin"`
/* 服务商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 子订单号 (Optional) */
TransactionNo string `json:"transactionNo"`
/* 订单号 (Optional) */
MainTransactionNo string `json:"mainTransactionNo"`
/* 退款单号 (Optional) */
RefundNo string `json:"refundNo"`
/* 操作类型 (Optional) */
OpType int `json:"opType"`
/* 返回编码0成功-1失败 (Optional) */
Code int `json:"code"`
/* 返回消息 (Optional) */
Message string `json:"message"`
}
type AccountingBillDTORequest ¶ added in v1.15.0
type AccountingBillDTORequest struct {
/* 账单列表 (Optional) */
AccountingBillDTOList []AccountingBillDTO `json:"accountingBillDTOList"`
}
type Achievement ¶
type Achievement struct {
/* pin (Optional) */
Pin string `json:"pin"`
/* 名称 (Optional) */
Name string `json:"name"`
/* 真实名称 (Optional) */
RealName string `json:"realName"`
/* serviceCode (Optional) */
ServiceCode string `json:"serviceCode"`
/* serviceCodeName (Optional) */
ServiceCodeName string `json:"serviceCodeName"`
/* loginName (Optional) */
LoginName string `json:"loginName"`
/* 时间 (Optional) */
ConsumeDate string `json:"consumeDate"`
/* 优惠前金额 (Optional) */
ConsumeCount int `json:"consumeCount"`
/* 现金支付 (Optional) */
CashPayFeeCount int `json:"cashPayFeeCount"`
/* 业绩金额 (Optional) */
AchievmentCount int `json:"achievmentCount"`
/* 付费代金卷金额 (Optional) */
PayCouponFeeCount int `json:"payCouponFeeCount"`
/* 免费代金卷金额 (Optional) */
FreeCouponFeeCount int `json:"freeCouponFeeCount"`
}
type ApplyDistributor ¶ added in v1.15.0
type ApplyDistributor struct {
/* id (Optional) */
Id int `json:"id"`
/* 用户pin (Optional) */
Pin string `json:"pin"`
/* 申请时间 (Optional) */
ApplyTime string `json:"applyTime"`
/* 联系人姓名 (Optional) */
Contactor string `json:"contactor"`
/* 联系人电话 (Optional) */
Tel string `json:"tel"`
/* 联系邮箱 (Optional) */
Email string `json:"email"`
/* 合作类型 (Optional) */
CooperateType string `json:"cooperateType"`
/* 合作类型名称 (Optional) */
CooperateTypeName string `json:"cooperateTypeName"`
/* 公司名称 (Optional) */
CompanyName string `json:"companyName"`
/* 公司规模 (Optional) */
CompanyScale string `json:"companyScale"`
/* 公司规模 (Optional) */
CompanyScaleName string `json:"companyScaleName"`
/* 业务区域 (Optional) */
Region string `json:"region"`
/* 业务区域 (Optional) */
RegionName string `json:"regionName"`
/* 公司网址 (Optional) */
WebSite string `json:"webSite"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 状态 (Optional) */
StatusName string `json:"statusName"`
}
type Customer ¶
type Customer struct {
/* ID (Optional) */
Id int `json:"id"`
/* 客户pin (Optional) */
Pin string `json:"pin"`
/* 账户名 (Optional) */
LoginName string `json:"loginName"`
/* 渠道商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 渠道商PIN (Optional) */
DistributorPin string `json:"distributorPin"`
/* 渠道商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* 渠道商级次 (Optional) */
DistributorLevel string `json:"distributorLevel"`
/* 关联时间 (Optional) */
RelTime string `json:"relTime"`
/* 来源(0渠道商自身,1京东云客户) (Optional) */
Source int `json:"source"`
/* 客户昵称 (Optional) */
AliasName string `json:"aliasName"`
/* 客户联系人 (Optional) */
Contracter string `json:"contracter"`
/* 客户电话 (Optional) */
Tel string `json:"tel"`
/* 客户邮箱 (Optional) */
Email string `json:"email"`
/* 客户备注 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 账户类型 (Optional) */
AccountTypeName string `json:"accountTypeName"`
/* 实名标识名称 (Optional) */
RealName string `json:"realName"`
/* 名称 (Optional) */
Name string `json:"name"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type CustomerVo ¶
type CustomerVo struct {
/* 客户pin (Optional) */
Pin string `json:"pin"`
/* 一级渠道商名称 (Optional) */
DistributorLevel1Name string `json:"distributorLevel1Name"`
/* 二级渠道商名称 (Optional) */
DistributorLevel2Name string `json:"distributorLevel2Name"`
/* 关联时间 (Optional) */
RelTime string `json:"relTime"`
/* 账户名 (Optional) */
LoginName string `json:"loginName"`
/* 来源(0渠道商自身,1京东云客户) (Optional) */
Source int `json:"source"`
/* 客户昵称 (Optional) */
AliasName string `json:"aliasName"`
/* 客户联系人 (Optional) */
Contracter string `json:"contracter"`
/* 客户电话 (Optional) */
Tel string `json:"tel"`
/* 客户邮箱 (Optional) */
Email string `json:"email"`
/* 客户备注 (Optional) */
Remark string `json:"remark"`
/* 所属部门(0企业线、1政府线) (Optional) */
Dept int `json:"dept"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 账户类型 (Optional) */
AccountTypeName string `json:"accountTypeName"`
/* 实名标识名称 (Optional) */
RealName string `json:"realName"`
/* 名称 (Optional) */
Name string `json:"name"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
}
type Department ¶
type DicDetail ¶
type DicDetail struct {
/* ID (Optional) */
Id int `json:"id"`
/* 字典类型 (Optional) */
CodeType string `json:"codeType"`
/* 字典编码 (Optional) */
Code string `json:"code"`
/* 字典编码名称 (Optional) */
Name string `json:"name"`
/* 字典编码值 (Optional) */
Value string `json:"value"`
/* null (Optional) */
UseFlag bool `json:"useFlag"`
/* 系统类型 (Optional) */
SystemType string `json:"systemType"`
/* 引用值 (Optional) */
RefValue string `json:"refValue"`
/* 顺序 (Optional) */
Seq int `json:"seq"`
/* 字典说明 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type DicDetailQuery ¶
type DicDetailQuery struct {
/* ID (Optional) */
Id int `json:"id"`
/* 字典类型 (Optional) */
CodeType string `json:"codeType"`
/* 字典编码 (Optional) */
Code string `json:"code"`
/* 字典编码名称 (Optional) */
Name string `json:"name"`
/* 字典编码值 (Optional) */
Value string `json:"value"`
/* null (Optional) */
UseFlag bool `json:"useFlag"`
/* 系统类型 (Optional) */
SystemType string `json:"systemType"`
/* 引用值 (Optional) */
RefValue string `json:"refValue"`
/* 顺序 (Optional) */
Seq int `json:"seq"`
/* 字典说明 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type Distributor ¶
type Distributor struct {
/* 渠道商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 渠道商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* 京东云账户 (Optional) */
Pin string `json:"pin"`
/* 合同编号 (Optional) */
ContractNo string `json:"contractNo"`
/* 营业执照号 (Optional) */
BusinessLicense string `json:"businessLicense"`
/* 法定代表人 (Optional) */
LegalRepresentative string `json:"legalRepresentative"`
/* 营业执照图片 (Optional) */
BusinessLicensePic string `json:"businessLicensePic"`
/* 主营业务描述 (Optional) */
BusinessDesc string `json:"businessDesc"`
/* 办公地址 (Optional) */
WorkAddress string `json:"workAddress"`
/* 联系人姓名 (Optional) */
Contracter string `json:"contracter"`
/* 联系人电话 (Optional) */
Tel string `json:"tel"`
/* 邮箱 (Optional) */
Email string `json:"email"`
/* 所属地域 (Optional) */
Region string `json:"region"`
/* 入驻日期(一级渠道商手工录入、二级渠道商审批通过日期) (Optional) */
SettleTime string `json:"settleTime"`
/* 状态(0 审批中、2驳回、1 已入驻、3已停止合作) (Optional) */
Status int `json:"status"`
/* 驳回原因 (Optional) */
Reason string `json:"reason"`
/* 级次(0一级、1 二级) (Optional) */
DistributorLevel int `json:"distributorLevel"`
/* 渠道商类型(0合作伙伴、1 渠道代理) (Optional) */
DistributorType int `json:"distributorType"`
/* 上级渠道商ID (Optional) */
ParentDistributorId string `json:"parentDistributorId"`
/* 所属部门(0企业线、1政府线) (Optional) */
Dept int `json:"dept"`
/* 京东云负责人(京东云人员erp或名称) (Optional) */
Erp string `json:"erp"`
}
type DistributorDTO ¶
type DistributorDTO struct {
/* 渠道商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 渠道商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* pin (Optional) */
Pin string `json:"pin"`
/* 合同编号 (Optional) */
ContractNo string `json:"contractNo"`
/* 营业执照号 (Optional) */
BusinessLicense string `json:"businessLicense"`
/* 法定代表人 (Optional) */
LegalRepresentative string `json:"legalRepresentative"`
/* 营业执照图片 (Optional) */
BusinessLicensePic string `json:"businessLicensePic"`
/* 主营业务描述 (Optional) */
BusinessDesc string `json:"businessDesc"`
/* 办公地址 (Optional) */
WorkAddress string `json:"workAddress"`
/* 联系人姓名 (Optional) */
Contracter string `json:"contracter"`
/* 联系人电话 (Optional) */
Tel string `json:"tel"`
/* 邮箱 (Optional) */
Email string `json:"email"`
/* 所属地域 (Optional) */
Region string `json:"region"`
/* 入驻日期(一级渠道商手工录入、二级渠道商审批通过日期) (Optional) */
SettleTime string `json:"settleTime"`
/* 状态(0 审批中、2驳回、1 已入驻、3已停止合作) (Optional) */
Status int `json:"status"`
/* 驳回原因 (Optional) */
Reason string `json:"reason"`
/* 级次(0一级、1 二级) (Optional) */
DistributorLevel int `json:"distributorLevel"`
/* 渠道商类型(0合作伙伴、1 渠道代理) (Optional) */
DistributorType int `json:"distributorType"`
/* 上级渠道商ID (Optional) */
ParentDistributorId string `json:"parentDistributorId"`
/* 银行开户名 (Optional) */
BankCompanyName string `json:"bankCompanyName"`
/* 银行账户 (Optional) */
BankCardNo string `json:"bankCardNo"`
/* 开户行支行名称 (Optional) */
BankBranchName string `json:"bankBranchName"`
/* 开户行支行联行号 (Optional) */
BankBranchNo string `json:"bankBranchNo"`
/* 合同主体 (Optional) */
ContractSubject string `json:"contractSubject"`
/* 所属部门(0企业线、1政府线) (Optional) */
Dept int `json:"dept"`
/* 是否需要返还(0需要1不需要) (Optional) */
ReturnFlag int `json:"returnFlag"`
/* 返还政策ID (Optional) */
ReturnPolicyId string `json:"returnPolicyId"`
/* (Optional) */
DistributorProductList []DistributorProductDTO `json:"distributorProductList"`
/* 结算周期类型(1月、2季度、3年、4天、5周) (Optional) */
CircleType int `json:"circleType"`
/* 服务商返还方式(1现金2代金券) (Optional) */
ReturnMode int `json:"returnMode"`
/* 是否有下级服务商(0有1不没有) (Optional) */
SubFlag int `json:"subFlag"`
/* 下级服务商是否需要返还(0需要1不需要) (Optional) */
SubReturnFlag int `json:"subReturnFlag"`
/* 下级服务商返还政策ID (Optional) */
SubReturnPolicyId string `json:"subReturnPolicyId"`
/* 结算周期类型(1月、2季度、3年、4天、5周) (Optional) */
SubCircleType int `json:"subCircleType"`
/* 下级服务商返还方式(1现金2代金券) (Optional) */
SubReturnMode int `json:"subReturnMode"`
/* 京东云负责人(京东云人员erp或名称) (Optional) */
Erp string `json:"erp"`
}
type DistributorPolicy ¶ added in v1.15.0
type DistributorPolicy struct {
/* ID (Optional) */
Id int `json:"id"`
/* 服务商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 服务商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* 返还政策ID (Optional) */
ReturnPolicyId int `json:"returnPolicyId"`
/* 返还政策名称 (Optional) */
ReturnPolicyName string `json:"returnPolicyName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 说明 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type DistributorProduct ¶ added in v1.15.0
type DistributorProduct struct {
/* ID (Optional) */
Id int `json:"id"`
/* 服务商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 服务商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* 服务商pin (Optional) */
DistributorPin string `json:"distributorPin"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 说明 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type DistributorProductDTO ¶ added in v1.15.0
type DistributorProductDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* 服务商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 服务商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* 服务商pin (Optional) */
DistributorPin string `json:"distributorPin"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 说明 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type DistributorQuery ¶
type DistributorQuery struct {
/* 渠道商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 渠道商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* pin (Optional) */
Pin string `json:"pin"`
/* 帐户名 (Optional) */
LoginName string `json:"loginName"`
/* 合同编号 (Optional) */
ContractNo string `json:"contractNo"`
/* 营业执照号 (Optional) */
BusinessLicense string `json:"businessLicense"`
/* 法定代表人 (Optional) */
LegalRepresentative string `json:"legalRepresentative"`
/* 营业执照图片 (Optional) */
BusinessLicensePic string `json:"businessLicensePic"`
/* 主营业务描述 (Optional) */
BusinessDesc string `json:"businessDesc"`
/* 办公地址 (Optional) */
WorkAddress string `json:"workAddress"`
/* 联系人姓名 (Optional) */
Contracter string `json:"contracter"`
/* 联系人电话 (Optional) */
Tel string `json:"tel"`
/* 邮箱 (Optional) */
Email string `json:"email"`
/* 所属地域 (Optional) */
Region string `json:"region"`
/* 入驻日期(一级渠道商手工录入、二级渠道商审批通过日期) (Optional) */
SettleTime string `json:"settleTime"`
/* 状态(0 审批中、2驳回、1 已入驻、3已停止合作) (Optional) */
Status int `json:"status"`
/* 驳回原因 (Optional) */
Reason string `json:"reason"`
/* 级次(0一级、1 二级) (Optional) */
DistributorLevel int `json:"distributorLevel"`
/* 渠道商类型(0合作伙伴、1 渠道代理) (Optional) */
DistributorType int `json:"distributorType"`
/* 上级渠道商pin (Optional) */
ParentPin string `json:"parentPin"`
/* 上级渠道商ID (Optional) */
ParentDistributorId string `json:"parentDistributorId"`
/* 上级渠道商名称 (Optional) */
ParentDistributorName string `json:"parentDistributorName"`
/* 所属部门(0企业线、1政府线) (Optional) */
Dept int `json:"dept"`
/* 是否需要返还(0需要1不需要) (Optional) */
ReturnFlag int `json:"returnFlag"`
/* 返还政策ID (Optional) */
ReturnPolicyId string `json:"returnPolicyId"`
/* 结算周期类型(1月、2季度、3年、4天、5周) (Optional) */
CircleType int `json:"circleType"`
/* 是否有下级服务商(0有1不没有) (Optional) */
SubFlag int `json:"subFlag"`
/* 下级服务商是否需要返还(0需要1不需要) (Optional) */
SubReturnFlag int `json:"subReturnFlag"`
/* 下级服务商返还政策ID (Optional) */
SubReturnPolicyId string `json:"subReturnPolicyId"`
/* 结算周期类型(1月、2季度、3年、4天、5周) (Optional) */
SubCircleType int `json:"subCircleType"`
/* 京东云负责人(京东云人员erp或名称) (Optional) */
Erp string `json:"erp"`
/* 入驻条件开始日期 (Optional) */
SettleTimeBegin string `json:"settleTimeBegin"`
/* 入驻条件结束日期 (Optional) */
SettleTimeEnd string `json:"settleTimeEnd"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type DistributorResult ¶
type DistributorResult struct {
/* 渠道商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 渠道商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* pin (Optional) */
Pin string `json:"pin"`
/* 合同编号 (Optional) */
ContractNo string `json:"contractNo"`
/* 营业执照号 (Optional) */
BusinessLicense string `json:"businessLicense"`
/* 法定代表人 (Optional) */
LegalRepresentative string `json:"legalRepresentative"`
/* 营业执照图片 (Optional) */
BusinessLicensePic string `json:"businessLicensePic"`
/* 主营业务描述 (Optional) */
BusinessDesc string `json:"businessDesc"`
/* 办公地址 (Optional) */
WorkAddress string `json:"workAddress"`
/* 联系人姓名 (Optional) */
Contracter string `json:"contracter"`
/* 联系人电话 (Optional) */
Tel string `json:"tel"`
/* 邮箱 (Optional) */
Email string `json:"email"`
/* 所属地域 (Optional) */
Region string `json:"region"`
/* 入驻日期(一级渠道商手工录入、二级渠道商审批通过日期) (Optional) */
SettleTime string `json:"settleTime"`
/* 状态(0 审批中、2驳回、1 已入驻、3已停止合作) (Optional) */
Status int `json:"status"`
/* 驳回原因 (Optional) */
Reason string `json:"reason"`
/* 级次(0一级、1 二级) (Optional) */
DistributorLevel int `json:"distributorLevel"`
/* 渠道商类型(0合作伙伴、1 渠道代理) (Optional) */
DistributorType int `json:"distributorType"`
/* 上级渠道商ID (Optional) */
ParentDistributorId string `json:"parentDistributorId"`
/* 所属部门(0企业线、1政府线) (Optional) */
Dept int `json:"dept"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 是否需要返还(0需要1不需要) (Optional) */
ReturnFlag int `json:"returnFlag"`
/* 返还政策ID (Optional) */
ReturnPolicyId string `json:"returnPolicyId"`
/* 结算周期类型(1月、2季度、3年、4天、5周) (Optional) */
CircleType int `json:"circleType"`
/* 结算周期类型名称 (Optional) */
CircleTypeName string `json:"circleTypeName"`
/* 服务商返还方式 (Optional) */
ReturnMode int `json:"returnMode"`
/* 服务商返还方式名称(1现金2代金券) (Optional) */
ReturnModeName string `json:"returnModeName"`
/* 合同主体 (Optional) */
ContractSubject string `json:"contractSubject"`
/* 合同主体名称 (Optional) */
ContractSubjectName string `json:"contractSubjectName"`
/* 是否有下级服务商(0有1不没有) (Optional) */
SubFlag int `json:"subFlag"`
/* 下级服务商是否需要返还(0需要1不需要) (Optional) */
SubReturnFlag int `json:"subReturnFlag"`
/* 下级服务商返还政策ID (Optional) */
SubReturnPolicyId string `json:"subReturnPolicyId"`
/* 结算周期类型(1月、2季度、3年、4天、5周) (Optional) */
SubCircleType int `json:"subCircleType"`
/* 结算周期类型名称 (Optional) */
SubCircleTypeName string `json:"subCircleTypeName"`
/* 下级服务商返还方式 (Optional) */
SubReturnMode int `json:"subReturnMode"`
/* 下级服务商返还方式名称(1现金2代金券) (Optional) */
SubReturnModeName string `json:"subReturnModeName"`
/* 京东云负责人(京东云人员erp或名称) (Optional) */
Erp string `json:"erp"`
/* (Optional) */
DistributorProductList []DistributorProduct `json:"distributorProductList"`
/* (Optional) */
DistributorPolicyList []DistributorPolicy `json:"distributorPolicyList"`
/* (Optional) */
SubDistributorPolicyList []DistributorPolicy `json:"subDistributorPolicyList"`
/* (Optional) */
CustomerCount int `json:"customerCount"`
/* 一级渠道商名称 (Optional) */
ParentDistributorName string `json:"parentDistributorName"`
/* 入驻时间 (Optional) */
SettleTimeStr string `json:"settleTimeStr"`
/* 帐户名 (Optional) */
LoginName string `json:"loginName"`
/* 服务商最大层级 (Optional) */
Level int `json:"level"`
}
type FormulaDTO ¶ added in v1.15.0
type OperateAuthority ¶
type OperateAuthority struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 操作人 (Optional) */
Operator string `json:"operator"`
/* 修改时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type OperateAuthorityDTO ¶
type OperateAuthorityDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 操作人 (Optional) */
Operator string `json:"operator"`
/* 修改时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type OperateAuthorityQuery ¶
type OperateAuthorityQuery struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 操作人 (Optional) */
Operator string `json:"operator"`
/* 修改时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type OperateReturnAuthority ¶ added in v1.15.0
type OperateReturnAuthority struct {
/* ID (Optional) */
Id int `json:"id"`
/* erp (Optional) */
Erp string `json:"erp"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 操作人 (Optional) */
Operator string `json:"operator"`
/* 修改时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type OperateReturnAuthorityDTO ¶ added in v1.15.0
type OperateReturnAuthorityDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* erp (Optional) */
Erp string `json:"erp"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 操作人 (Optional) */
Operator string `json:"operator"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type OperateReturnAuthorityQuery ¶ added in v1.15.0
type OperateReturnAuthorityQuery struct {
/* ID (Optional) */
Id int `json:"id"`
/* erp (Optional) */
Erp string `json:"erp"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 操作人 (Optional) */
Operator string `json:"operator"`
/* 修改时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type OperatorAchievement ¶
type OperatorAchievement struct {
/* pin (Optional) */
Pin string `json:"pin"`
/* 名称 (Optional) */
Name string `json:"name"`
/* 真实名称 (Optional) */
RealName string `json:"realName"`
/* 一级服务商名称 (Optional) */
OneLevelDistributorName string `json:"oneLevelDistributorName"`
/* 二级服务商名称 (Optional) */
SecondLevelDistributorName string `json:"secondLevelDistributorName"`
/* 部门 (Optional) */
Dept int `json:"dept"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 服务商类型 (Optional) */
DistributorType string `json:"distributorType"`
/* 服务商类型名称 (Optional) */
DistributorTypeName string `json:"distributorTypeName"`
/* 上级服务商名称 (Optional) */
SuperDistributorName string `json:"superDistributorName"`
/* 上级服务商pin (Optional) */
SuperDistributorPin string `json:"superDistributorPin"`
/* serviceCode (Optional) */
ServiceCode string `json:"serviceCode"`
/* serviceCodeName (Optional) */
ServiceCodeName string `json:"serviceCodeName"`
/* 帐户名 (Optional) */
LoginName string `json:"loginName"`
/* 时间 (Optional) */
ConsumeDate string `json:"consumeDate"`
/* 优惠前金额 (Optional) */
ConsumeCount int `json:"consumeCount"`
/* 现金支付 (Optional) */
CashPayFeeCount int `json:"cashPayFeeCount"`
/* 业绩金额 (Optional) */
AchievmentCount int `json:"achievmentCount"`
/* 付费代金卷金额 (Optional) */
PayCouponFeeCount int `json:"payCouponFeeCount"`
/* 免费代金卷金额 (Optional) */
FreeCouponFeeCount int `json:"freeCouponFeeCount"`
}
type OperatorPrePayAchievement ¶
type OperatorPrePayAchievement struct {
/* pin (Optional) */
Pin string `json:"pin"`
/* 名称 (Optional) */
Name string `json:"name"`
/* 真实名称 (Optional) */
RealName string `json:"realName"`
/* 部门 (Optional) */
Dept int `json:"dept"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 服务商类型 (Optional) */
DistributorType string `json:"distributorType"`
/* 服务商类型名称 (Optional) */
DistributorTypeName string `json:"distributorTypeName"`
/* 一级服务商名称 (Optional) */
OneLevelDistributorName string `json:"oneLevelDistributorName"`
/* 二级服务商名称 (Optional) */
SecondLevelDistributorName string `json:"secondLevelDistributorName"`
/* 上级服务商名称 (Optional) */
SuperDistributorName string `json:"superDistributorName"`
/* 上级服务商pin (Optional) */
SuperDistributorPin string `json:"superDistributorPin"`
/* serviceCode (Optional) */
ServiceCode string `json:"serviceCode"`
/* serviceCodeName (Optional) */
ServiceCodeName string `json:"serviceCodeName"`
/* opType (Optional) */
OpType int `json:"opType"`
/* opTypeName (Optional) */
OpTypeName string `json:"opTypeName"`
/* 帐户名 (Optional) */
LoginName string `json:"loginName"`
/* 开始时间 (Optional) */
BillTime string `json:"billTime"`
/* 完成时间 (Optional) */
ConsumeDate string `json:"consumeDate"`
/* 交易单号 (Optional) */
TransactionNo string `json:"transactionNo"`
/* 优惠前金额 (Optional) */
ConsumeCount int `json:"consumeCount"`
/* 现金支付 (Optional) */
CashPayFeeCount int `json:"cashPayFeeCount"`
/* 业绩金额 (Optional) */
AchievmentCount int `json:"achievmentCount"`
/* 付费代金卷金额 (Optional) */
PayCouponFeeCount int `json:"payCouponFeeCount"`
/* 免费代金卷金额 (Optional) */
FreeCouponFeeCount int `json:"freeCouponFeeCount"`
}
type OrderDetail ¶
type OrderDetail struct {
/* 订单详情列表 (Optional) */
OrderItemDetails []OrderItemDetail `json:"orderItemDetails"`
/* 子订单列表 (Optional) */
ChildOrderDetailList []OrderDetail `json:"childOrderDetailList"`
/* 订单编号 (Optional) */
OrderNumber string `json:"orderNumber"`
/* 订单状态:已支付 (Optional) */
Status string `json:"status"`
/* 订单类型 (Optional) */
OrderType string `json:"orderType"`
/* 订单计费类型:按配置、包年包月、按用量 (Optional) */
ChargeMode string `json:"chargeMode"`
/* 产品线 (Optional) */
AppName string `json:"appName"`
/* 产品名称(产品类型) (Optional) */
ServiceName string `json:"serviceName"`
/* 付费方式 (Optional) */
PayType string `json:"payType"`
/* 自营类型:1-自营,2-非自营,3-二者并存 (Optional) */
SelfSupportType string `json:"selfSupportType"`
/* 站点类型 0:主站,1:国际站,2:云市场 (Optional) */
SiteType string `json:"siteType"`
/* 下单时间 (Optional) */
CreateTime string `json:"createTime"`
/* 支付时间 (Optional) */
PayTime string `json:"payTime"`
/* 应付价格是否被修改过:0-未修改,1-已修改 (Optional) */
IsActualFeeModified string `json:"isActualFeeModified"`
/* 订单总额(元) (Optional) */
TotalFee int `json:"totalFee"`
/* 应付总额(元) (Optional) */
ActualFee int `json:"actualFee"`
/* 优惠总额(元) (Optional) */
DiscountFee int `json:"discountFee"`
/* 已支付总额(元) (Optional) */
PaidFee int `json:"paidFee"`
/* 代金券金额(元) (Optional) */
FavorableFee int `json:"favorableFee"`
/* 代金券Json (Optional) */
FavorableFeeJson string `json:"favorableFeeJson"`
/* 现金支付 (Optional) */
MoneyPay int `json:"moneyPay"`
/* 余额支付 (Optional) */
BalancePay int `json:"balancePay"`
/* 支付确认页地址 (Optional) */
PayUrl string `json:"payUrl"`
/* 用户pin (Optional) */
Pin string `json:"pin"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 自动取消时间 (Optional) */
ExpirationTime string `json:"expirationTime"`
/* 已退款金额 (Optional) */
RefundFee int `json:"refundFee"`
/* 订单类型:新购、续费、升降配 (Optional) */
OrderTypeInfo int `json:"orderTypeInfo"`
/* 订单计费类型:按配置、包年包月、按用量actualFee (Optional) */
ChargeModeInfo int `json:"chargeModeInfo"`
/* 订单状态:未支付、已支付、处理中、已取消 (Optional) */
StatusInfo int `json:"statusInfo"`
/* 自营类型:1-自营,2-非自营,3-二者并存 (Optional) */
SelfSupportTypeInfo int `json:"selfSupportTypeInfo"`
/* 现金支付方式(企业、个人网银、京东支付、微信、线下汇款) (Optional) */
PaymentChannel int `json:"paymentChannel"`
/* 修改时间 (Optional) */
UpdatedTime string `json:"updatedTime"`
/* 支付单号 (Optional) */
PaymentNumber string `json:"paymentNumber"`
/* 付款人 (Optional) */
Payer string `json:"payer"`
/* 申请人 (Optional) */
Proposer string `json:"proposer"`
/* 应用code (Optional) */
AppCode string `json:"appCode"`
}
type OrderItemDetail ¶
type OrderItemDetail struct {
/* 价格快照Json (Optional) */
PriceSnapshot string `json:"priceSnapshot"`
/* 变更前资源配置 (Optional) */
ExtraInfoBefore []ExtraInfo `json:"extraInfoBefore"`
/* 变更后资源配置 (Optional) */
ExtraInfoAfter []ExtraInfo `json:"extraInfoAfter"`
/* 商品规格参数 (Optional) */
ExtraInfo []ExtraInfo `json:"extraInfo"`
/* 应付金额(元) (Optional) */
ActualFee int `json:"actualFee"`
/* 数量 (Optional) */
Quantity int `json:"quantity"`
/* 续费前资源到期时间 (Optional) */
ExpireDateBefore string `json:"expireDateBefore"`
/* 续费后资源到期时间 (Optional) */
ExpireDateAfter string `json:"expireDateAfter"`
/* 计费时长单位 (Optional) */
Unit string `json:"unit"`
/* 计费时长(购买时长) (Optional) */
ChargeDuration int `json:"chargeDuration"`
/* 计费类型 (Optional) */
ChargeMode string `json:"chargeMode"`
/* 订单总额(元) (Optional) */
TotalFee int `json:"totalFee"`
/* 资源类型 (Optional) */
ServiceName string `json:"serviceName"`
/* 站点类型 0:主站,1:国际站,2:云市场 (Optional) */
SiteType string `json:"siteType"`
/* 下单时间 (Optional) */
CreateTime string `json:"createTime"`
/* 订单商品状态:创建中、成功、失败 (Optional) */
Status int `json:"status"`
/* 资源id (Optional) */
ItemId string `json:"itemId"`
/* 资源名称 (Optional) */
ItemName string `json:"itemName"`
/* 计算公式(配置细项) (Optional) */
Formula string `json:"formula"`
/* 订单编号 (Optional) */
OrderNumber string `json:"orderNumber"`
/* 实际支付总金额 (Optional) */
AllActualFee int `json:"allActualFee"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 现金支付 (Optional) */
MoneyPay int `json:"moneyPay"`
/* 余额支付 (Optional) */
BalancePay int `json:"balancePay"`
/* 已退款金额 (Optional) */
RefundFee int `json:"refundFee"`
/* 订单计费类型:按配置、包年包月、按用量actualFee (Optional) */
ChargeModeInfo int `json:"chargeModeInfo"`
/* 退款状态 RefundStatusEnum 0,申请退款 1,退款审核中 2,已退款 3,已取消 4,退款失败 5,财务审批驳回 6,财务审批通过 (Optional) */
DeleteStatus int `json:"deleteStatus"`
/* 代金券金额 (Optional) */
FavorableFee int `json:"favorableFee"`
/* 变配明细 (Optional) */
ResizeFormulaType int `json:"resizeFormulaType"`
}
type Pagination ¶
type Pagination struct {
/* 当前页 (Optional) */
CurrPageNo int `json:"currPageNo"`
/* 页数 (Optional) */
NumberPages int `json:"numberPages"`
/* 每页记录数 (Optional) */
NumberRecords int `json:"numberRecords"`
/* 页面大小 (Optional) */
PageSize int `json:"pageSize"`
/* 起始页 (Optional) */
StartIndex int `json:"startIndex"`
}
type PrePaymentAchievement ¶
type PrePaymentAchievement struct {
/* pin (Optional) */
Pin string `json:"pin"`
/* 名称 (Optional) */
Name string `json:"name"`
/* 真实名称 (Optional) */
RealName string `json:"realName"`
/* serviceCode (Optional) */
ServiceCode string `json:"serviceCode"`
/* serviceCodeName (Optional) */
ServiceCodeName string `json:"serviceCodeName"`
/* 帐户名 (Optional) */
LoginName string `json:"loginName"`
/* 时间 (Optional) */
ConsumeDate string `json:"consumeDate"`
/* 优惠前金额 (Optional) */
ConsumeCount int `json:"consumeCount"`
/* 现金支付 (Optional) */
CashPayFeeCount int `json:"cashPayFeeCount"`
/* 业绩金额 (Optional) */
AchievmentCount int `json:"achievmentCount"`
/* 付费代金卷金额 (Optional) */
PayCouponFeeCount int `json:"payCouponFeeCount"`
/* 免费代金卷金额 (Optional) */
FreeCouponFeeCount int `json:"freeCouponFeeCount"`
/* 订单编号 (Optional) */
OrderId int `json:"orderId"`
/* 类型 (Optional) */
OpType int `json:"opType"`
/* 类型名称 (Optional) */
OpTypeName string `json:"opTypeName"`
/* 创建时间 (Optional) */
BillTime string `json:"billTime"`
}
type Product ¶ added in v1.15.0
type Product struct {
/* ID (Optional) */
Id int `json:"id"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品类型名称 (Optional) */
ProductTypeName string `json:"productTypeName"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ProductDTO ¶ added in v1.15.0
type ProductDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 返回编码0成功-1失败 (Optional) */
Code int `json:"code"`
/* 返回消息 (Optional) */
Message string `json:"message"`
}
type ProductDTORequest ¶ added in v1.15.0
type ProductDTORequest struct {
/* 产品列表 (Optional) */
ProductDTOList []ProductDTO `json:"productDTOList"`
/* 操作类型 (Optional) */
Cmd int `json:"cmd"`
}
type ProductQuery ¶ added in v1.15.0
type ProductQuery struct {
/* ID (Optional) */
Id int `json:"id"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 产品名称(模糊查询) (Optional) */
ProductNameLike string `json:"productNameLike"`
/* 产品ID列表 (Optional) */
ProductIdList []string `json:"productIdList"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type ReturnBillDetailProduct ¶ added in v1.15.0
type ReturnBillDetailProduct struct {
/* ID (Optional) */
Id int `json:"id"`
/* 返还单明细ID (Optional) */
ReturnBillDetailId int `json:"returnBillDetailId"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnBillDetailResult ¶
type ReturnBillDetailResult struct {
/* ID (Optional) */
Id int `json:"id"`
/* 服务商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 生成时间 (Optional) */
GenerateTime string `json:"generateTime"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还项目ID (Optional) */
ItemId int `json:"itemId"`
/* 返还项目名称 (Optional) */
ItemName string `json:"itemName"`
/* 返还依据类型 (Optional) */
ReturnRuleType int `json:"returnRuleType"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* (Optional) */
ReturnBillDetailProductList []ReturnBillDetailProduct `json:"returnBillDetailProductList"`
/* 账单ID (Optional) */
AccountingBillId int `json:"accountingBillId"`
/* 订单号 (Optional) */
MainTransactionNo string `json:"mainTransactionNo"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName int `json:"circleName"`
/* 周期值 (Optional) */
CircleValue int `json:"circleValue"`
/* 周期值名称 (Optional) */
CircleValueName string `json:"circleValueName"`
/* 开始时间 (Optional) */
CircleBegin string `json:"circleBegin"`
/* 结束时间 (Optional) */
CircleEnd string `json:"circleEnd"`
/* 返还金额 (Optional) */
ReturnMount int `json:"returnMount"`
/* 业绩金额 (Optional) */
Amount int `json:"amount"`
/* 条件值 (Optional) */
ConditionValue string `json:"conditionValue"`
/* 条件值名称 (Optional) */
ConditionValueName string `json:"conditionValueName"`
/* 是否返还标识 (Optional) */
ReturnFlag int `json:"returnFlag"`
/* 返还比例 (Optional) */
ReturnRatio int `json:"returnRatio"`
/* 返还比例名称 (Optional) */
ReturnRatioName string `json:"returnRatioName"`
/* 返还单号 (Optional) */
ReturnOrderId string `json:"returnOrderId"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnBillQuery ¶
type ReturnBillQuery struct {
/* ID (Optional) */
Id int `json:"id"`
/* 返还单号 (Optional) */
RetrunBillId string `json:"retrunBillId"`
/* 服务商ID (Optional) */
DistributorId string `json:"distributorId"`
/* pin (Optional) */
Pin string `json:"pin"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 服务商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* month (Optional) */
Month string `json:"month"`
/* 生成时间 (Optional) */
GenerateTime string `json:"generateTime"`
/* 开始时间 (Optional) */
BillBegin string `json:"billBegin"`
/* 结束时间 (Optional) */
BillEnd string `json:"billEnd"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还金额 (Optional) */
ReturnMount int `json:"returnMount"`
/* 返还方式 (Optional) */
ReturnMode int `json:"returnMode"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
/* 驳回原因 (Optional) */
Reason string `json:"reason"`
/* 开始时间 (Optional) */
BeginTime string `json:"beginTime"`
/* 结束时间 (Optional) */
EndTime string `json:"endTime"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type ReturnBillResult ¶
type ReturnBillResult struct {
/* ID (Optional) */
Id int `json:"id"`
/* 返还单号 (Optional) */
RetrunBillId string `json:"retrunBillId"`
/* 服务商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 服务商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* month (Optional) */
Month string `json:"month"`
/* 生成时间 (Optional) */
GenerateTime string `json:"generateTime"`
/* 开始时间 (Optional) */
BillBegin string `json:"billBegin"`
/* 结束时间 (Optional) */
BillEnd string `json:"billEnd"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还类型名称 (Optional) */
ReturnTypeName string `json:"returnTypeName"`
/* 返还金额 (Optional) */
ReturnMount int `json:"returnMount"`
/* 返还方式 (Optional) */
ReturnMode int `json:"returnMode"`
/* 返还方式 (Optional) */
ReturnModeName string `json:"returnModeName"`
/* 合同主体 (Optional) */
ContractSubject string `json:"contractSubject"`
/* 次数 (Optional) */
RedoQty int `json:"redoQty"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 状态名称 (Optional) */
StatusName string `json:"statusName"`
/* 驳回原因 (Optional) */
Reason string `json:"reason"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 返还明细展示类型 (Optional) */
ReturnDetailRuleType int `json:"returnDetailRuleType"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
/* 返还单明细 (Optional) */
ReturnBillDetailList []ReturnBillDetailResult `json:"returnBillDetailList"`
/* 返还单状态 (Optional) */
ReturnBillStatusList []ReturnBillStatusResult `json:"returnBillStatusList"`
}
type ReturnBillStatusResult ¶
type ReturnBillStatusResult struct {
/* ID (Optional) */
Id int `json:"id"`
/* 返还单号 (Optional) */
RetrunBillId string `json:"retrunBillId"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 状态名称 (Optional) */
StatusName string `json:"statusName"`
/* 驳回原因 (Optional) */
Operator string `json:"operator"`
/* 说明 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnItemDTO ¶
type ReturnItemDTO struct {
/* (Optional) */
Id int `json:"id"`
/* 项目编码 (Optional) */
ItemId int `json:"itemId"`
/* 项目名称 (Optional) */
ItemName string `json:"itemName"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还依据 (Optional) */
ReturnRuleType int `json:"returnRuleType"`
/* 项目条件 (Optional) */
ConditionItem string `json:"conditionItem"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName string `json:"circleName"`
/* 说明 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
/* 项目名称 (Optional) */
ItemNameLike string `json:"itemNameLike"`
}
type ReturnItemQuery ¶
type ReturnItemQuery struct {
/* ID (Optional) */
Id int `json:"id"`
/* 项目编码 (Optional) */
ItemId int `json:"itemId"`
/* 项目名称 (Optional) */
ItemName string `json:"itemName"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还依据 (Optional) */
ReturnRuleType int `json:"returnRuleType"`
/* 项目条件 (Optional) */
ConditionItem string `json:"conditionItem"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName string `json:"circleName"`
/* 说明 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
/* 项目名称 (Optional) */
ItemNameLike string `json:"itemNameLike"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type ReturnItemResult ¶
type ReturnItemResult struct {
/* ID (Optional) */
Id int `json:"id"`
/* 项目编码 (Optional) */
ItemId int `json:"itemId"`
/* 项目名称 (Optional) */
ItemName string `json:"itemName"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 渠道商类型名称 (Optional) */
DistributorTypeName string `json:"distributorTypeName"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还依据 (Optional) */
ReturnRuleType int `json:"returnRuleType"`
/* 返还依据名称 (Optional) */
ReturnRuleTypeName string `json:"returnRuleTypeName"`
/* 项目条件 (Optional) */
ConditionItem string `json:"conditionItem"`
/* 项目条件名称 (Optional) */
ConditionItemName string `json:"conditionItemName"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName string `json:"circleName"`
/* 说明 (Optional) */
Remark string `json:"remark"`
/* 使用标识(1在用,0未使用) (Optional) */
UseFlag string `json:"useFlag"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnPolicyDTO ¶
type ReturnPolicyDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还政策主ID (Optional) */
ReturnPolicyId int `json:"returnPolicyId"`
/* 返还政策主名称 (Optional) */
ReturnPolicyName string `json:"returnPolicyName"`
/* 项目编码 (Optional) */
ItemId int `json:"itemId"`
/* 项目名称 (Optional) */
ItemName string `json:"itemName"`
/* 返还依据类型 (Optional) */
ReturnRuleType int `json:"returnRuleType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* (Optional) */
ReturnPolicyProductDTOList []ReturnPolicyProductDTO `json:"returnPolicyProductDTOList"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName string `json:"circleName"`
/* 指定周期标识 (Optional) */
CircleFlag int `json:"circleFlag"`
/* 周期值 (Optional) */
CircleValue int `json:"circleValue"`
/* (Optional) */
Condition []ReturnConditionOperatorDTO `json:"condition"`
/* 说明 (Optional) */
ConditionRemark string `json:"conditionRemark"`
/* 返还比例 (Optional) */
ReturnRatio int `json:"returnRatio"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnPolicyMainDTO ¶ added in v1.15.0
type ReturnPolicyMainDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还政策主名称 (Optional) */
ReturnPolicyName string `json:"returnPolicyName"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnPolicyMainQuery ¶ added in v1.15.0
type ReturnPolicyMainQuery struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还政策主名称 (Optional) */
ReturnPolicyName string `json:"returnPolicyName"`
/* 返还政策主名称like (Optional) */
ReturnPolicyNameLike string `json:"returnPolicyNameLike"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type ReturnPolicyMainResult ¶ added in v1.15.0
type ReturnPolicyMainResult struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 渠道商类型名称 (Optional) */
DistributorTypeName string `json:"distributorTypeName"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还政策主名称 (Optional) */
ReturnPolicyName string `json:"returnPolicyName"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnPolicyProduct ¶ added in v1.15.0
type ReturnPolicyProduct struct {
/* ID (Optional) */
Id int `json:"id"`
/* 返还政策明细ID (Optional) */
ReturnPolicyId int `json:"returnPolicyId"`
/* 返还规则类型 (Optional) */
ReturnRuleType int `json:"returnRuleType"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnPolicyProductDTO ¶ added in v1.15.0
type ReturnPolicyProductDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* 返还政策明细ID (Optional) */
ReturnPolicyId int `json:"returnPolicyId"`
/* 返还规则类型 (Optional) */
ReturnRuleType int `json:"returnRuleType"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnPolicyQuery ¶
type ReturnPolicyQuery struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还政策主ID (Optional) */
ReturnPolicyId int `json:"returnPolicyId"`
/* 返还政策主名称 (Optional) */
ReturnPolicyName string `json:"returnPolicyName"`
/* 项目编码 (Optional) */
ItemId int `json:"itemId"`
/* 项目名称 (Optional) */
ItemName string `json:"itemName"`
/* 返还依据类型 (Optional) */
ReturnRuleType int `json:"returnRuleType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName string `json:"circleName"`
/* 指定周期标识 (Optional) */
CircleFlag int `json:"circleFlag"`
/* 周期值 (Optional) */
CircleValue int `json:"circleValue"`
/* 条件 (Optional) */
Condition string `json:"condition"`
/* 说明 (Optional) */
ConditionRemark string `json:"conditionRemark"`
/* 返还比例 (Optional) */
ReturnRatio int `json:"returnRatio"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
/* 项目名称 (Optional) */
ItemNameLike string `json:"itemNameLike"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type ReturnPolicyResult ¶
type ReturnPolicyResult struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 渠道商类型名称 (Optional) */
DistributorTypeName string `json:"distributorTypeName"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还政策主ID (Optional) */
ReturnPolicyId int `json:"returnPolicyId"`
/* 返还政策主名称 (Optional) */
ReturnPolicyName string `json:"returnPolicyName"`
/* 项目编码 (Optional) */
ItemId int `json:"itemId"`
/* 项目名称 (Optional) */
ItemName string `json:"itemName"`
/* 返还依据类型 (Optional) */
ReturnRuleType int `json:"returnRuleType"`
/* 返还依据类型名称 (Optional) */
ReturnRuleTypeName string `json:"returnRuleTypeName"`
/* (Optional) */
ReturnPolicyProductList []ReturnPolicyProduct `json:"returnPolicyProductList"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品类型名称 (Optional) */
ProductTypeName int `json:"productTypeName"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName string `json:"circleName"`
/* 指定周期标识 (Optional) */
CircleFlag int `json:"circleFlag"`
/* 周期值 (Optional) */
CircleValue int `json:"circleValue"`
/* 返还项目条件 (Optional) */
Condition string `json:"condition"`
/* 说明 (Optional) */
ConditionRemark string `json:"conditionRemark"`
/* 返还比例 (Optional) */
ReturnRatio int `json:"returnRatio"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnRuleDTO ¶
type ReturnRuleDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 是否返还标志 (Optional) */
IsReturn int `json:"isReturn"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName string `json:"circleName"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnRuleQuery ¶
type ReturnRuleQuery struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 是否返还标志 (Optional) */
IsReturn int `json:"isReturn"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName string `json:"circleName"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type ReturnRuleResult ¶
type ReturnRuleResult struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 渠道商类型名称 (Optional) */
DistributorTypeName string `json:"distributorTypeName"`
/* 是否返还标志 (Optional) */
IsReturn int `json:"isReturn"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName string `json:"circleName"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ServiceCodeBill ¶ added in v1.15.0
type ServiceCodeBill struct {
/* pin (Optional) */
Pin string `json:"pin"`
/* 按serviceCode汇总的账单列表 (Optional) */
BillSummaryServiceCodeItemVoList []ServiceCodeItemBill `json:"billSummaryServiceCodeItemVoList"`
}
type ServiceCodeItemBill ¶ added in v1.15.0
type ServiceCodeItemBill struct {
/* 余额支付金额 (Optional) */
BalancePayFee int `json:"balancePayFee"`
/* 优惠金额 (Optional) */
DiscountFee int `json:"discountFee"`
/* 优惠后金额 (Optional) */
RealTotalFee int `json:"realTotalFee"`
/* 欠费金额 (Optional) */
ArrearFee int `json:"arrearFee"`
/* 优惠前金额 (Optional) */
TotalFee int `json:"totalFee"`
/* 现金支付金额 (Optional) */
CashPayFee int `json:"cashPayFee"`
/* 代金券支付金额 (Optional) */
CashCouponFee int `json:"cashCouponFee"`
/* serviceCode (Optional) */
ServiceCode string `json:"serviceCode"`
/* serviceCodeName (Optional) */
ServiceCodeName string `json:"serviceCodeName"`
}
type SummaryBill ¶ added in v1.15.0
type SummaryBill struct {
/* 余额支付金额 (Optional) */
BalancePayFee int `json:"balancePayFee"`
/* 优惠金额 (Optional) */
DiscountFee int `json:"discountFee"`
/* 优惠后金额 (Optional) */
RealTotalFee int `json:"realTotalFee"`
/* 欠费金额 (Optional) */
ArrearFee int `json:"arrearFee"`
/* 优惠前金额 (Optional) */
TotalFee int `json:"totalFee"`
/* 现金支付金额 (Optional) */
CashPayFee int `json:"cashPayFee"`
/* 代金券支付金额 (Optional) */
CashCouponFee int `json:"cashCouponFee"`
/* pin (Optional) */
Pin string `json:"pin"`
}
Source Files
¶
- AccountingBillDTO.go
- AccountingBillDTORequest.go
- Achievement.go
- ApplyDistributor.go
- Customer.go
- CustomerVo.go
- Department.go
- DicDetail.go
- DicDetailQuery.go
- Distributor.go
- DistributorDTO.go
- DistributorPolicy.go
- DistributorProduct.go
- DistributorProductDTO.go
- DistributorQuery.go
- DistributorResult.go
- ExtraInfo.go
- FormulaDTO.go
- OperateAuthority.go
- OperateAuthorityDTO.go
- OperateAuthorityQuery.go
- OperateReturnAuthority.go
- OperateReturnAuthorityDTO.go
- OperateReturnAuthorityQuery.go
- OperatorAchievement.go
- OperatorPrePayAchievement.go
- OrderDetail.go
- OrderItemDetail.go
- Pagination.go
- PrePaymentAchievement.go
- Product.go
- ProductDTO.go
- ProductDTORequest.go
- ProductQuery.go
- ReturnBillDetailProduct.go
- ReturnBillDetailResult.go
- ReturnBillQuery.go
- ReturnBillResult.go
- ReturnBillStatusResult.go
- ReturnConditionOperatorDTO.go
- ReturnItemDTO.go
- ReturnItemQuery.go
- ReturnItemResult.go
- ReturnPolicyDTO.go
- ReturnPolicyMainDTO.go
- ReturnPolicyMainQuery.go
- ReturnPolicyMainResult.go
- ReturnPolicyProduct.go
- ReturnPolicyProductDTO.go
- ReturnPolicyQuery.go
- ReturnPolicyResult.go
- ReturnRuleDTO.go
- ReturnRuleQuery.go
- ReturnRuleResult.go
- ServiceCodeBill.go
- ServiceCodeItemBill.go
- SummaryBill.go
Click to show internal directories.
Click to hide internal directories.