- 登陆控制器
- 系统日志
- 菜单管理
- 角色管理
- 用户管理
- 基础json获取
- 字典管理
- 短信渠道
- 短信模板
- 车辆信息
- 船舶资料
- 泊位
- 货种管理
- 客户信息
- 设备信息
- 统一上传文件处理控制器
- 商务合同
- 仓库管理
- 船舶服务费
- 作业线
- 业务委托单
- 设备停机计划管理
- 喷淋区域
- 喷淋设备管理
- 喷淋计划
- 交接班管理
- 质检管理
- 库存信息
- 库存日志
- 定时任务
- 预警设置
- 预警提醒
- 卸船理货
- 新闻资讯管理
- 生产管理
- 船舶污水&岸电&供水管理
- 五日海轮计划
- 调度指令
- 微信登陆控制器
- 小程序船舶预报
- 小程序库存信息
- 小程序船舶资料
- 小程序船舶计划
- 小程序船舶指令
- 小程序作业进度
- 小程序司机端作业计划
- 泊位预停放
- 小程序指令接收
- 小程序船舶水电
- 小程序卸船理货
- 小程序理货端作业计划
- 小程序船舶调度指令
- 小程序港口理货端提交审核
- 小程序联系人管理
- 小程序新闻资讯管理
- 微信小程序菜单 前端控制器
- 船舶地图
- 库场堆存信息
- 货种大类管理
- 可视化泊位
- 故障中断记录
- 微信用户菜单信息
- 计量记录
- 清舱记录
- 生产作业计划
- 二级货类管理
- 设备故障
- 库场堆存历史信息
- 获取用户登录信息
- MapDataController
- 对接信息信息
- 生产业务数据展示
- 港行核查页面
- 靖江港物联网接口
- 港航一体化 接口
- 货管审核
- 船舶污水岸电
- SmsLogController
- 发送日志
- 选择港航委托内容
- 车辆预约管理
- 装车单确认
- 计费科目表
- 计费科目详情
- 货物费用详情
- 船舶ais短信发送
- 车辆预约对接信息接口
- 地磅磅单数据
- MapData数 据模型
- MapData数字堆场
- 小程序粉尘监测数据
- 小程序海轮管理
- 国能华中对接
- 角色系统配置
- 华中可视化数据接口
- ais船舶接口GET
- gis多船查询GET
- 未命名接口GET
- 未命名接口GET
- 未命名接口GET
- 获取港航预报数据GET
- 吞吐量总计POST
- 靠泊总计POST
- 装车卸船过泊作业效率POST
- 货占比POST
- 客占比POST
- 未命名接口POST
- 未命名接口GET
- 未命名接口POST
- 工班作业计划打印数据POST
- 统计生产作业POST
- 未命名接口GET
- 测试接口GET
- 未命名接口GET
- 物联网设备状态接口GET
- 未命名接口POST
- 船舶ais围 栏短信测试POST
- 未命名接口POST
- 根据日期获取吞吐量POST
- 根据年份获取过驳,进场,出场月份折线图POST
- 根据日期获取天气信息POST
新增
POST
/ywOrderBill/addBill
请求参数
Body 参数application/json
id
integer | null
id
orderNo
string | null
委托单号
scomId
integer | null
收货单位
scomIdStr
integer | null
可选
voyage
string | null
航次
xzShipId
integer | null
卸载船舶id
xzShipName
string | null
卸载船名称
sewage
string | null
污水
shorePower
string | null
岸电
waterSupply
string | null
供水
userId
integer | null
创建人
memberId
integer | null
客户id
createTime
string | null
创建时间
updateTime
string | null
修改时间
userName
string | null
创建人名称
disable
integer | null
是否删除
billItem
string | null
可选
shorePowerPrice
number | null
用电单价
waterSupplyPrice
number | null
用电单价
shorePowerCharge
number | null
电费
waterSupplyCharge
number | null
水费
shoreWaterPrice
number | null
总计水电费
示例
{
"id": 0,
"orderNo": "string",
"scomId": 0,
"scomIdStr": 0,
"voyage": "string",
"xzShipId": 0,
"xzShipName": "string",
"sewage": "string",
"shorePower": "string",
"waterSupply": "string",
"userId": 0,
"memberId": 0,
"createTime": "string",
"updateTime": "string",
"userName": "string",
"disable": 0,
"billItem": "string",
"shorePowerPrice": 0,
"waterSupplyPrice": 0,
"shorePowerCharge": 0,
"waterSupplyCharge": 0,
"shoreWaterPrice": 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 '/ywOrderBill/addBill' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"orderNo": "string",
"scomId": 0,
"scomIdStr": 0,
"voyage": "string",
"xzShipId": 0,
"xzShipName": "string",
"sewage": "string",
"shorePower": "string",
"waterSupply": "string",
"userId": 0,
"memberId": 0,
"createTime": "string",
"updateTime": "string",
"userName": "string",
"disable": 0,
"billItem": "string",
"shorePowerPrice": 0,
"waterSupplyPrice": 0,
"shorePowerCharge": 0,
"waterSupplyCharge": 0,
"shoreWaterPrice": 0
}'
返回响应
🟢200成功
application/json
Body
code
integer | null
返回码
message
string | null
返回消息
count
integer | null
0
默认值:
0
data
object (T)
返回数据
示例
{
"code": 0,
"message": "",
"count": 0,
"data": {}
}
修改于 2024-01-24 06:06:56