- 电商
- 电商-公务舱
- 乐山
- 乐山-文旅
- 文旅-商品
- 文旅-枚举
- 文旅- 点位
- 文旅-活动
- 文旅-订单商品项
- 文旅-订单评价
- 文旅-用户反馈
- 文旅-核销人员关联
- 文旅-订单
- 小羊-web
- 砂石
列表
POST
/samms-base/trans-volume-statistic/list
请求参数
Body 参数application/json
id
integer <int64>
id
idIn
array[integer]
id(IN)
createTime
string
创建时间
createTimeGe
string
创建时间(>=)
createTimeLe
string
创建时间(<=)
updateTime
string
更新时间
updateTimeGe
string
更新时间(>=)
updateTimeLe
string
更新时间(<=)
constructionId
string
工地id
constructionIdLike
string
可选
constructionIdIn
array[string]
工地id(IN)
topsoilTransVolume
number
表土运输方量
topsoilTransVolumeGe
number
可选
topsoilTransVolumeLe
number
可选
表土运输方量(<=)
topsoilTransVolumeFixed
number
表土运输方量-修正
topsoilTransVolumeFixedGe
number
可选
topsoilTransVolumeFixedLe
number
可选
表土运输方量-修正(<=)
topsoilTransCount
integer
表土运输次数
topsoilTransCountIn
array[integer]
可选
topsoilTransCountGe
integer
可选
topsoilTransCountLe
integer
可选
表土运输次数(<=)
topsoilTransCountFixed
integer
表土运输次数-修正
topsoilTransCountFixedIn
array[integer]
可选
topsoilTransCountFixedGe
integer
可选
topsoilTransCountFixedLe
integer
可选
表土运输次数-修正(<=)
gravelTransVolume
number
砂石运输方量
gravelTransVolumeGe
number
可选
gravelTransVolumeLe
number
可选
砂石运输方量(<=)
gravelTransVolumeFixed
number
砂石运输方量-修正
gravelTransVolumeFixedGe
number
可选
gravelTransVolumeFixedLe
number
可选
砂石运输方量-修正(<=)
gravelTransCount
integer
砂石运输次数
gravelTransCountIn
array[integer]
可选
gravelTransCountGe
integer
可选
gravelTransCountLe
integer
可选
砂石运输次数(<=)
gravelTransCountFixed
integer
砂石运输次数-修正
gravelTransCountFixedIn
array[integer]
可选
gravelTransCountFixedGe
integer
可选
gravelTransCountFixedLe
integer
可选
砂石运输次数-修正(<=)
gravelSaleVolume
number
砂石拍卖运输方量
gravelSaleVolumeGe
number
可选
gravelSaleVolumeLe
number
可选
砂石拍卖运输方量(<=)
gravelSaleVolumeFixed
number
可选
gravelSaleVolumeFixedGe
number
可选
gravelSaleVolumeFixedLe
number
可选
砂石拍卖运输方量-修正(<=)
gravelSaleCount
integer
砂石拍卖运输次数
gravelSaleCountIn
array[integer]
可选
gravelSaleCountGe
integer
可选
gravelSaleCountLe
integer
可选
砂石拍卖运输次数(<=)
gravelSaleCountFixed
integer
可选
gravelSaleCountFixedIn
array[integer]
可选
gravelSaleCountFixedGe
integer
可选
gravelSaleCountFixedLe
integer
可选
砂石拍卖运输次数-修正(<=)
示例
{
"id": 0,
"idIn": [
0
],
"createTime": "string",
"createTimeGe": "string",
"createTimeLe": "string",
"updateTime": "string",
"updateTimeGe": "string",
"updateTimeLe": "string",
"constructionId": "string",
"constructionIdLike": "string",
"constructionIdIn": [
"string"
],
"topsoilTransVolume": 0,
"topsoilTransVolumeGe": 0,
"topsoilTransVolumeLe": 0,
"topsoilTransVolumeFixed": 0,
"topsoilTransVolumeFixedGe": 0,
"topsoilTransVolumeFixedLe": 0,
"topsoilTransCount": 0,
"topsoilTransCountIn": [
0
],
"topsoilTransCountGe": 0,
"topsoilTransCountLe": 0,
"topsoilTransCountFixed": 0,
"topsoilTransCountFixedIn": [
0
],
"topsoilTransCountFixedGe": 0,
"topsoilTransCountFixedLe": 0,
"gravelTransVolume": 0,
"gravelTransVolumeGe": 0,
"gravelTransVolumeLe": 0,
"gravelTransVolumeFixed": 0,
"gravelTransVolumeFixedGe": 0,
"gravelTransVolumeFixedLe": 0,
"gravelTransCount": 0,
"gravelTransCountIn": [
0
],
"gravelTransCountGe": 0,
"gravelTransCountLe": 0,
"gravelTransCountFixed": 0,
"gravelTransCountFixedIn": [
0
],
"gravelTransCountFixedGe": 0,
"gravelTransCountFixedLe": 0,
"gravelSaleVolume": 0,
"gravelSaleVolumeGe": 0,
"gravelSaleVolumeLe": 0,
"gravelSaleVolumeFixed": 0,
"gravelSaleVolumeFixedGe": 0,
"gravelSaleVolumeFixedLe": 0,
"gravelSaleCount": 0,
"gravelSaleCountIn": [
0
],
"gravelSaleCountGe": 0,
"gravelSaleCountLe": 0,
"gravelSaleCountFixed": 0,
"gravelSaleCountFixedIn": [
0
],
"gravelSaleCountFixedGe": 0,
"gravelSaleCountFixedLe": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/samms-base/trans-volume-statistic/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"idIn": [
0
],
"createTime": "string",
"createTimeGe": "string",
"createTimeLe": "string",
"updateTime": "string",
"updateTimeGe": "string",
"updateTimeLe": "string",
"constructionId": "string",
"constructionIdLike": "string",
"constructionIdIn": [
"string"
],
"topsoilTransVolume": 0,
"topsoilTransVolumeGe": 0,
"topsoilTransVolumeLe": 0,
"topsoilTransVolumeFixed": 0,
"topsoilTransVolumeFixedGe": 0,
"topsoilTransVolumeFixedLe": 0,
"topsoilTransCount": 0,
"topsoilTransCountIn": [
0
],
"topsoilTransCountGe": 0,
"topsoilTransCountLe": 0,
"topsoilTransCountFixed": 0,
"topsoilTransCountFixedIn": [
0
],
"topsoilTransCountFixedGe": 0,
"topsoilTransCountFixedLe": 0,
"gravelTransVolume": 0,
"gravelTransVolumeGe": 0,
"gravelTransVolumeLe": 0,
"gravelTransVolumeFixed": 0,
"gravelTransVolumeFixedGe": 0,
"gravelTransVolumeFixedLe": 0,
"gravelTransCount": 0,
"gravelTransCountIn": [
0
],
"gravelTransCountGe": 0,
"gravelTransCountLe": 0,
"gravelTransCountFixed": 0,
"gravelTransCountFixedIn": [
0
],
"gravelTransCountFixedGe": 0,
"gravelTransCountFixedLe": 0,
"gravelSaleVolume": 0,
"gravelSaleVolumeGe": 0,
"gravelSaleVolumeLe": 0,
"gravelSaleVolumeFixed": 0,
"gravelSaleVolumeFixedGe": 0,
"gravelSaleVolumeFixedLe": 0,
"gravelSaleCount": 0,
"gravelSaleCountIn": [
0
],
"gravelSaleCountGe": 0,
"gravelSaleCountLe": 0,
"gravelSaleCountFixed": 0,
"gravelSaleCountFixedIn": [
0
],
"gravelSaleCountFixedGe": 0,
"gravelSaleCountFixedLe": 0
}'
返回响应
🟢200成功
application/json
Body
code
integer
错误码
data
array[object (TransVolumeStatisticVO) {30}]
返回数据
id
integer <int64>
id
createTime
string
创建时间
updateTime
string
更新时间
constructionId
string
工地id
constructionName
string
工地名称
supervisorType
string
监理类型
supervisorTypeName
string
监理类型名称
approvedVolume
string
表土核定方量
inventoryQuantity
string
可选
selfUseVolume
string
砂石自用方量
sandTotal
string
可选
disposalMethod
string
处置方式
topsoilTransVolume
number
表土运输方量
topsoilTransVolumeFixed
number
表土运输方量-修正
topsoilTransVolumeFinal
number
表土运输方量-最终
topsoilTransCount
integer
表土运输次数
topsoilTransCountFixed
integer
表土运输次数-修正
topsoilTransCountFinal
integer
表土运输次数-最终
gravelTransVolume
number
砂石运输方量
gravelTransVolumeFixed
number
砂石运输方量-修 正
gravelTransVolumeFinal
number
砂石运输方量-最终
gravelTransCount
integer
砂石运输次数
gravelTransCountFixed
integer
砂石运输次数-修正
gravelTransCountFinal
integer
砂石运输次数-最终
gravelSaleVolume
number
砂石拍卖运输方量
gravelSaleVolumeFixed
number
可选
gravelSaleVolumeFinal
number
可选
gravelSaleCount
integer
砂石拍卖运输次数
gravelSaleCountFixed
integer
可选
gravelSaleCountFinal
integer
可选
msg
string
可选
示例
{
"code": 0,
"data": [
{
"id": 0,
"createTime": "",
"updateTime": "",
"constructionId": "",
"constructionName": "",
"supervisorType": "",
"supervisorTypeName": "",
"approvedVolume": "",
"inventoryQuantity": "",
"selfUseVolume": "",
"sandTotal": "",
"disposalMethod": "",
"topsoilTransVolume": 0.0,
"topsoilTransVolumeFixed": 0.0,
"topsoilTransVolumeFinal": 0.0,
"topsoilTransCount": 0,
"topsoilTransCountFixed": 0,
"topsoilTransCountFinal": 0,
"gravelTransVolume": 0.0,
"gravelTransVolumeFixed": 0.0,
"gravelTransVolumeFinal": 0.0,
"gravelTransCount": 0,
"gravelTransCountFixed": 0,
"gravelTransCountFinal": 0,
"gravelSaleVolume": 0.0,
"gravelSaleVolumeFixed": 0.0,
"gravelSaleVolumeFinal": 0.0,
"gravelSaleCount": 0,
"gravelSaleCountFixed": 0,
"gravelSaleCountFinal": 0
}
],
"msg": ""
}