Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xfslove committed Oct 15, 2024
1 parent 970f061 commit 1b63667
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions client/model/consoleadmingetbillflowinfoforms.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Package client
/*
* YuanJing OpenAPI SDK for Go
*
*
*/
package model

type ConsoleAdminGetBillFlowInfoForms struct {
AccountingPeriodFrom string `json:"accountingPeriodFrom"`
AccountingPeriodTo string `json:"accountingPeriodTo"`
CommodityCode *string `json:"commodityCode,omitempty"`
TenantId *string `json:"tenantId,omitempty"`
OrderId *string `json:"orderId,omitempty"`
Status *string `json:"status,omitempty"`
ConsumeType *string `json:"consumeType,omitempty"`
BillType *string `json:"billType,omitempty"`
PageNumber *int32 `json:"pageNumber,omitempty"`
PageSize *int32 `json:"pageSize,omitempty"`
}

0 comments on commit 1b63667

Please sign in to comment.