1 Star 0 Fork 0

此间少年' / topsdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
TmallServiceSettlementFbBillQueryPagedResult.go 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
此间少年' 提交于 2023-10-20 10:35 . add taobao sdk
package domain
type TmallServiceSettlementFbBillQueryPagedResult struct {
/*
页码 */
PageIndex *int64 `json:"page_index,omitempty" `
/*
分页数据 */
DataList *[]TmallServiceSettlementFbBillQueryBillList `json:"data_list,omitempty" `
/*
分页大小 */
PageSize *int64 `json:"page_size,omitempty" `
/*
总页数 */
TotalPageCount *int64 `json:"total_page_count,omitempty" `
/*
总条数 */
TotalCount *int64 `json:"total_count,omitempty" `
/*
本页条数 */
DataCount *int64 `json:"data_count,omitempty" `
/*
本页是否为空数据 */
Empty *bool `json:"empty,omitempty" `
}
func (s *TmallServiceSettlementFbBillQueryPagedResult) SetPageIndex(v int64) *TmallServiceSettlementFbBillQueryPagedResult {
s.PageIndex = &v
return s
}
func (s *TmallServiceSettlementFbBillQueryPagedResult) SetDataList(v []TmallServiceSettlementFbBillQueryBillList) *TmallServiceSettlementFbBillQueryPagedResult {
s.DataList = &v
return s
}
func (s *TmallServiceSettlementFbBillQueryPagedResult) SetPageSize(v int64) *TmallServiceSettlementFbBillQueryPagedResult {
s.PageSize = &v
return s
}
func (s *TmallServiceSettlementFbBillQueryPagedResult) SetTotalPageCount(v int64) *TmallServiceSettlementFbBillQueryPagedResult {
s.TotalPageCount = &v
return s
}
func (s *TmallServiceSettlementFbBillQueryPagedResult) SetTotalCount(v int64) *TmallServiceSettlementFbBillQueryPagedResult {
s.TotalCount = &v
return s
}
func (s *TmallServiceSettlementFbBillQueryPagedResult) SetDataCount(v int64) *TmallServiceSettlementFbBillQueryPagedResult {
s.DataCount = &v
return s
}
func (s *TmallServiceSettlementFbBillQueryPagedResult) SetEmpty(v bool) *TmallServiceSettlementFbBillQueryPagedResult {
s.Empty = &v
return s
}
Go
1
https://gitee.com/cjsn/topsdk.git
git@gitee.com:cjsn/topsdk.git
cjsn
topsdk
topsdk
v0.1.6

搜索帮助