...
|
...
|
@@ -25,10 +25,10 @@ type CreditAccountItem struct { |
|
|
OrgID int `json:"orgId,string"`
|
|
|
OrgName string `json:"orgName"`
|
|
|
} `json:"org"` // 数据所属组织机构
|
|
|
Company domain.CompanyData `json:"company11"` // TODO:暂时不需要公司
|
|
|
Company domain.CompanyData `json:"-"` // TODO:暂时不需要公司
|
|
|
CreatedAt int64 `json:"createdAt"` // 创建时间
|
|
|
UpdatedAt int64 `json:"updatedAt"` // 更新时间
|
|
|
AccountDetail struct {
|
|
|
AccountDetail []struct {
|
|
|
DividendsEstimateOrderNumber string `json:"dividendsEstimateOrderNumber"`
|
|
|
DividendsType int `json:"dividendsType"`
|
|
|
DividendsAmount float64 `json:"dividendsAmount"`
|
...
|
...
|
|