文档
测试

运费结算子表查询

POST
http://localhost:8080/app/freightsettlement/getFreightSettlesubList

请求参数

参数名
类型
描述
必填
mainid
string
主表id
必填
pageNo
number
当前页
必填
pageSize
number
页数
必填

响应参数

参数名
类型
描述
必填
total
number
示例:13
必填
success
boolean
示例:true
必填
list
array
数据列表
必填
id
string
示例:1
必填
createBy
object
数据字典
必填
id
string
示例:1
必填
delFlag
string
示例:0
必填
loginFlag
string
示例:1
必填
roleNames
string
示例:
必填
admin
boolean
示例:true
必填
createDate
string
示例:2020-03-30 17:56:07
必填
updateBy
object
数据字典
必填
id
string
示例:1
必填
delFlag
string
示例:0
必填
loginFlag
string
示例:1
必填
roleNames
string
示例:
必填
admin
boolean
示例:true
必填
updateDate
string
示例:2020-03-30 17:56:07
必填
delFlag
string
示例:0
必填
mainid
object
数据字典
必填
id
string
示例:FSM10000012003300001
必填
delFlag
string
示例:0
必填
totalnumber
number
示例:0
必填
carnumber
number
示例:0
必填
xmoney
number
示例:0
必填
ncupflag
string
示例:0
必填
minecode
object
数据字典
必填
id
string
示例:15
必填
delFlag
string
示例:0
必填
name
string
示例:温家塔
必填
sort
number
示例:30
必填
hasChildren
boolean
示例:false
必填
type
string
示例:2
必填
parentId
string
示例:0
必填
factoryid
string
示例:9
必填
freightprice
number
示例:111
必填
number
number
示例:5
必填
amountmoney
number
示例:555
必填
actualPayment
number
示例:-915
必填
deductAmount
number
示例:1470
必填
carnumber
number
示例:1
必填
startdate
string
示例:2020-02-25
必填
enddate
string
示例:2020-03-30
必填
factoryname
string
示例:温家塔新煤场
必填

说明 / 示例

{ "total": 13, "success": true, "list": [ { "id": "1", "createBy": { "id": "1", "delFlag": "0", "loginFlag": "1", "admin": true, "roleNames": "" }, "createDate": "2020-03-20 10:31:35", "updateBy": { "id": "1", "delFlag": "0", "loginFlag": "1", "admin": true, "roleNames": "" }, "updateDate": "2020-03-20 10:31:35", "delFlag": "0", "mainid": { "id": "100000120200320001", "delFlag": "0", "totalnumber": 0, "carnumber": 0, "xmoney": 0, "ncupflag": "0" }, "minecode": { "id": "2", "delFlag": "0", "name": "特拉不拉",// 单位 "sort": 30, "hasChildren": false, "type": "2", "parentId": "0" }, "factoryid": "1", "freightprice": 12,// 运价 "number": 14,// 数量 "amountmoney": 168,// 总金额 "actualPayment": 166,// 实付金额 "deductAmount": 2,// 应扣金额 "carnumber": 1,// 车数 "startdate": "2020-03-18",// 起始时间 "enddate": "2020-03-20",// 终止时间 "factoryname": "踩坑"// 厂区 } ] }