|
@@ -14,14 +14,15 @@ type ContractsReturn struct {
|
|
|
ProjectId string `form:"projectId" json:"projectId" `
|
|
|
BidsectionId string `form:"bidsectionId" json:"bidsectionId" `
|
|
|
// TreeId string `form:"treeId" json:"treeId" `
|
|
|
- Time string `form:"time" json:"time" `
|
|
|
- Price string `form:"price" json:"price" `
|
|
|
- Way string `form:"way" json:"way" `
|
|
|
- CreateUser string `form:"createUser" json:"createUser" `
|
|
|
- AccountId string `form:"accountId" json:"accountId" `
|
|
|
- Remarks string `form:"remarks" json:"remarks" `
|
|
|
- CreateTime string `form:"createTime" json:"createTime" `
|
|
|
- FileCounts int64 `from:"fileCounts" json:"fileCounts"`
|
|
|
+ Time string `form:"time" json:"time" `
|
|
|
+ PriceFloat float64 `form:"priceFloat" json:"priceFloat" `
|
|
|
+ Price string `form:"price" json:"price" `
|
|
|
+ Way string `form:"way" json:"way" `
|
|
|
+ CreateUser string `form:"createUser" json:"createUser" `
|
|
|
+ AccountId string `form:"accountId" json:"accountId" `
|
|
|
+ Remarks string `form:"remarks" json:"remarks" `
|
|
|
+ CreateTime string `form:"createTime" json:"createTime" `
|
|
|
+ FileCounts int64 `from:"fileCounts" json:"fileCounts"`
|
|
|
|
|
|
Page int `form:"page" json:"page" `
|
|
|
}
|