- 电商
- 电商-公务舱
- 乐山
- 乐山-文旅
- 文旅-商品
- 文旅-枚举
- 文旅- 点位
- 文旅-活动
- 文旅-订单商品项
- 文旅-订单评价
- 文旅-用户反馈
- 文旅-核销人员关联
- 文旅-订单
- 小羊-web
- 砂石
excel文件导出
POST
/samms-base/trans-volume-statistic/excelExport/{current}/{size}
请求参数
Path 参数
current
integer
必需
size
integer
必需
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/excelExport//' \
--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
object {0}
示例
{}