models

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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"`

	/* 时间 (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 Customer

type Customer struct {

	/* ID (Optional) */
	Id int `json:"id"`

	/* 客户pin (Optional) */
	Pin string `json:"pin"`

	/* 渠道商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"`

	/* 来源(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 Department struct {

	/* ID (Optional) */
	Id int `json:"id"`

	/* 部门编号 (Optional) */
	DepId string `json:"depId"`

	/* 部门名称 (Optional) */
	DepName string `json:"depName"`

	/* 是否删除0未删除,1已删除 (Optional) */
	IsDeleted int `json:"isDeleted"`
}

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"`

	/* 京东云账户 (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"`

	/* 京东云负责人(京东云人员erp或名称) (Optional) */
	Erp string `json:"erp"`
}

type DistributorQuery

type DistributorQuery 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"`

	/* 上级渠道商pin (Optional) */
	ParentPin string `json:"parentPin"`

	/* 上级渠道商ID (Optional) */
	ParentDistributorId string `json:"parentDistributorId"`

	/* 上级渠道商名称 (Optional) */
	ParentDistributorName string `json:"parentDistributorName"`

	/* 所属部门(0企业线、1政府线) (Optional) */
	Dept int `json:"dept"`

	/* 京东云负责人(京东云人员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"`

	/* 京东云账户 (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"`

	/* 京东云负责人(京东云人员erp或名称) (Optional) */
	Erp string `json:"erp"`

	/*  (Optional) */
	CustomerCount int `json:"customerCount"`

	/* 一级渠道商名称 (Optional) */
	ParentDistributorName string `json:"parentDistributorName"`

	/* 入驻时间 (Optional) */
	SettleTimeStr string `json:"settleTimeStr"`

	/* 服务商最大层级 (Optional) */
	Level int `json:"level"`
}

type ExtraInfo

type ExtraInfo struct {

	/* 名称 (Optional) */
	Name string `json:"name"`

	/* 值 (Optional) */
	Value string `json:"value"`
}

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 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) */
	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) */
	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) */
	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 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) */
	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) */
	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) */
	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) */
	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 ReturnConditionOperatorDTO

type ReturnConditionOperatorDTO struct {

	/* 条件编码 (Optional) */
	Code int `json:"code"`

	/* 操作符 (Optional) */
	Operator string `json:"operator"`

	/* 条件值 (Optional) */
	Value int `json:"value"`
}

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) */
	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) */
	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) */
	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"`

	/* 项目编码 (Optional) */
	ItemId int `json:"itemId"`

	/* 项目名称 (Optional) */
	ItemName string `json:"itemName"`

	/* 周期类型 (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 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"`

	/* 项目编码 (Optional) */
	ItemId int `json:"itemId"`

	/* 项目名称 (Optional) */
	ItemName string `json:"itemName"`

	/* 周期类型 (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"`

	/* 项目编码 (Optional) */
	ItemId int `json:"itemId"`

	/* 项目名称 (Optional) */
	ItemName string `json:"itemName"`

	/* 周期类型 (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"`
}

Jump to

Keyboard shortcuts

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