返回 API 文档索引

lwc-cloud-erp-stock API 接口文档

shell-erp 版本 3.0.12 524 个接口 66 个分组 792 个模型 来源: https://api.leadwaycloud.com/lwc-cloud-erp-stock/v3/api-docs

服务地址

地址说明
http://localhost:8080开发环境
https://api.leadwaycloud.com测试环境

接口详情

PUT

/api/stock/warehouse/update/{id}

仓库/库位 编辑仓库/库位 OperationId: update

调用方法

PUT /api/stock/warehouse/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

Content-Type: application/json 必填:类型: StockWarehouseDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.StockWarehouseDTO$UpdateDTO

名称类型必填说明示例
codestring编号
namestring名称
imagesstring图片
statusstring状态
financeCenterIdinteger(int64)成本中心ID
goodsTypestring仓库商品类型
goodsSubTypestring仓库商品子类型
manufactureTypestring仓库类型(合格库/不合格库/待检库...)
inventoryMoveTypestring入库/回库类型-万航
calcCostboolean是否计算成本。科研,料头仓库为false,默认值为true。
externalCodestring外部编号
assetboolean是否资产-爱达

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/useDelivery/updateByStatusDone/{id}

领用出库单 编辑完成状态的领用出库单 OperationId: updateByStatusDone

调用方法

PUT /api/stock/useDelivery/updateByStatusDone/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)领用出库单ID

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$UpdateByStatusDoneDTO com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$UpdateByStatusDoneDTO

名称类型必填说明示例
namestring名称
notestring备注
balanceboolean是否记账
balanceDatestring(date)记账日期

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/useDelivery/update/{id}

领用出库单 编辑领用出库单 OperationId: update_1

调用方法

PUT /api/stock/useDelivery/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)领用出库单ID

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$UpdateDTO

名称类型必填说明示例
statusstring状态"DRAFT"
namestring名称
originIdinteger(int64)上一级订单1
originTypestring源订单类型"1"
planDatestring(date)计划日期
notestring备注
partnerIdinteger(int64)CRM关系ID1
operatorIdinteger(int64)操作用户ID
businessDatestring(date)业务时间
moveLineDTOListStockMoveLineDTO[]添加明细集合
delMoveLineIdListinteger(int64)[]删除明细集合
departmentIdinteger(int64)部门ID
tripLineIdinteger(int64)航线id
balanceboolean是否记账
balanceDatestring(date)记账日期
manufactureReceiveDatestring(date)期初入库日期-万航

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/useDelivery/done/{id}

领用出库单 完成领用出库单 OperationId: done

调用方法

PUT /api/stock/useDelivery/done/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)领用出库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/useDelivery/cancel/{id}

领用出库单 取消领用出库单 OperationId: cancel

调用方法

PUT /api/stock/useDelivery/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)领用出库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/transferInternal/update/{id}

库间调拨管理 编辑库间调拨 OperationId: update_2

调用方法

PUT /api/stock/transferInternal/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)调拨单ID

请求体

Content-Type: application/json 必填:类型: InternalTransferDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.transfer.InternalTransferDTO$UpdateDTO

名称类型必填说明示例
namestring名称
statusstring状态
planDatestring(date)计划日期
notestring备注
operatorIdinteger(int64)操作用户
transferLineDTOListInternalTransferDTO$TransferLineDTO[]调拨单明细
delTransferLineIdListinteger(int64)[]删除明细集合
tripLineIdinteger(int64)航线id

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/transferInternal/done/{id}

库间调拨管理 完成库间调拨 OperationId: done_1

调用方法

PUT /api/stock/transferInternal/done/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)调拨单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/transferInternal/cancel/{id}

库间调拨管理 取消库间调拨 OperationId: cancel_1

调用方法

PUT /api/stock/transferInternal/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)调拨单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/transferCross/update/{id}

跨店调拨单 编辑跨店调拨单 OperationId: update_3

调用方法

PUT /api/stock/transferCross/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)跨店调拨单ID
x-Sourceheaderstring来源 ERP、APP,默认值为ERP

请求体

Content-Type: application/json 必填:类型: StockTransferDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.StockTransferDTO$UpdateDTO

名称类型必填说明示例
namestring名称
statusstring状态
inCompanyIdinteger(int64)调入公司ID(跨店调拨单传值)
outCompanyIdinteger(int64)调出公司ID(跨店调拨单传值)
planDatestring(date)计划日期
notestring备注
operatorIdinteger(int64)操作用户
transferLineDTOListStockTransferLineDTO[]调拨单明细
delTransferLineIdListinteger(int64)[]删除明细集合
amountTotalnumber(double)含税总额
tripLineIdinteger(int64)航线id

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/transferCross/cancel/{id}

跨店调拨单 取消跨店调拨单 OperationId: cancel_2

调用方法

PUT /api/stock/transferCross/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)跨店调拨单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/receive/updateByStatusDone/{id}

入库单 编辑完成状态的入库单 OperationId: updateByStatusDone_1

调用方法

PUT /api/stock/receive/updateByStatusDone/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)入库单ID

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$UpdateByStatusDoneDTO com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$UpdateByStatusDoneDTO

名称类型必填说明示例
namestring名称
notestring备注
balanceboolean是否记账
balanceDatestring(date)记账日期

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/receive/update/{id}

入库单 编辑入库单 OperationId: update_4

调用方法

PUT /api/stock/receive/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)入库单ID
x-Sourceheaderstring来源 ERP、APP,默认值为ERP

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$UpdateDTO

名称类型必填说明示例
statusstring状态"DRAFT"
namestring名称
originIdinteger(int64)上一级订单1
originTypestring源订单类型"1"
planDatestring(date)计划日期
notestring备注
partnerIdinteger(int64)CRM关系ID1
operatorIdinteger(int64)操作用户ID
businessDatestring(date)业务时间
moveLineDTOListStockMoveLineDTO[]添加明细集合
delMoveLineIdListinteger(int64)[]删除明细集合
departmentIdinteger(int64)部门ID
tripLineIdinteger(int64)航线id
balanceboolean是否记账
balanceDatestring(date)记账日期
manufactureReceiveDatestring(date)期初入库日期-万航

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/receive/done/{id}

入库单 完成入库单 OperationId: done_2

调用方法

PUT /api/stock/receive/done/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)入库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/receive/cancel/{id}

入库单 取消入库单 OperationId: cancel_3

调用方法

PUT /api/stock/receive/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)入库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/reUseDelivery/updateByStatusDone/{id}

领用退货入库单 编辑完成状态的领用退货单 OperationId: updateByStatusDone_2

调用方法

PUT /api/stock/reUseDelivery/updateByStatusDone/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)领用退货单ID

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$UpdateByStatusDoneDTO com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$UpdateByStatusDoneDTO

名称类型必填说明示例
namestring名称
notestring备注
balanceboolean是否记账
balanceDatestring(date)记账日期

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/reUseDelivery/update/{id}

领用退货入库单 编辑领用退货单 OperationId: update_5

调用方法

PUT /api/stock/reUseDelivery/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)领用退货单ID

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$UpdateDTO

名称类型必填说明示例
statusstring状态"DRAFT"
namestring名称
originIdinteger(int64)上一级订单1
originTypestring源订单类型"1"
planDatestring(date)计划日期
notestring备注
partnerIdinteger(int64)CRM关系ID1
operatorIdinteger(int64)操作用户ID
businessDatestring(date)业务时间
moveLineDTOListStockMoveLineDTO[]添加明细集合
delMoveLineIdListinteger(int64)[]删除明细集合
departmentIdinteger(int64)部门ID
tripLineIdinteger(int64)航线id
balanceboolean是否记账
balanceDatestring(date)记账日期
manufactureReceiveDatestring(date)期初入库日期-万航

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/reUseDelivery/done/{id}

领用退货入库单 完成领用退货单 OperationId: done_3

调用方法

PUT /api/stock/reUseDelivery/done/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)领用退货单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/reUseDelivery/cancel/{id}

领用退货入库单 取消领用退货单 OperationId: cancel_4

调用方法

PUT /api/stock/reUseDelivery/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)领用退货单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/reReceive/updateByStatusDone/{id}

退货入库单 编辑完成状态的退货入库单 OperationId: updateByStatusDone_3

调用方法

PUT /api/stock/reReceive/updateByStatusDone/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)入库单ID

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$UpdateByStatusDoneDTO com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$UpdateByStatusDoneDTO

名称类型必填说明示例
namestring名称
notestring备注
balanceboolean是否记账
balanceDatestring(date)记账日期

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/reReceive/update/{id}

退货入库单 编辑退货入库单 OperationId: update_6

调用方法

PUT /api/stock/reReceive/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)入库单ID

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$UpdateDTO

名称类型必填说明示例
statusstring状态"DRAFT"
namestring名称
originIdinteger(int64)上一级订单1
originTypestring源订单类型"1"
planDatestring(date)计划日期
notestring备注
partnerIdinteger(int64)CRM关系ID1
operatorIdinteger(int64)操作用户ID
businessDatestring(date)业务时间
moveLineDTOListStockMoveLineDTO[]添加明细集合
delMoveLineIdListinteger(int64)[]删除明细集合
departmentIdinteger(int64)部门ID
tripLineIdinteger(int64)航线id
balanceboolean是否记账
balanceDatestring(date)记账日期
manufactureReceiveDatestring(date)期初入库日期-万航

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/reReceive/done/{id}

退货入库单 完成退货入库单 OperationId: done_4

调用方法

PUT /api/stock/reReceive/done/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)入库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/reReceive/cancel/{id}

退货入库单 取消退货入库单 OperationId: cancel_5

调用方法

PUT /api/stock/reReceive/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)入库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/reDelivery/updateByStatusDone/{id}

退货出库单 编辑完成状态的退货出库单 OperationId: updateByStatusDone_4

调用方法

PUT /api/stock/reDelivery/updateByStatusDone/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)出库单ID

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$UpdateByStatusDoneDTO com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$UpdateByStatusDoneDTO

名称类型必填说明示例
namestring名称
notestring备注
balanceboolean是否记账
balanceDatestring(date)记账日期

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/reDelivery/update/{id}

退货出库单 编辑退货出库单 OperationId: update_7

调用方法

PUT /api/stock/reDelivery/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)出库单ID

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$UpdateDTO

名称类型必填说明示例
statusstring状态"DRAFT"
namestring名称
originIdinteger(int64)上一级订单1
originTypestring源订单类型"1"
planDatestring(date)计划日期
notestring备注
partnerIdinteger(int64)CRM关系ID1
operatorIdinteger(int64)操作用户ID
businessDatestring(date)业务时间
moveLineDTOListStockMoveLineDTO[]添加明细集合
delMoveLineIdListinteger(int64)[]删除明细集合
departmentIdinteger(int64)部门ID
tripLineIdinteger(int64)航线id
balanceboolean是否记账
balanceDatestring(date)记账日期
manufactureReceiveDatestring(date)期初入库日期-万航

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/reDelivery/done/{id}

退货出库单 完成退货出库单 OperationId: done_5

调用方法

PUT /api/stock/reDelivery/done/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)出库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/reDelivery/cancel/{id}

退货出库单 取消退货出库单 OperationId: cancel_6

调用方法

PUT /api/stock/reDelivery/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)出库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/partnerWarehouse/updateDef

CRM仓库管理 设置CRM关系与CRM仓库关系默认值 OperationId: updateDef

调用方法

PUT /api/stock/partnerWarehouse/updateDef

参数

名称位置必填类型说明示例
idqueryinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/partnerWarehouse/update/{id}

CRM仓库管理 编辑CRM仓库 OperationId: update_8

调用方法

PUT /api/stock/partnerWarehouse/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)供应商提货库ID

请求体

Content-Type: application/json 必填:类型: StockPartnerWarehouseDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.StockPartnerWarehouseDTO$UpdateDTO

名称类型必填说明示例
codestring货号
externalCodestring外部编号
namestring名称
imagesstring图片
statusstring状态
contactResContactDTO

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockPartnerWarehouse com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockPartnerWarehouse

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockPartnerWarehouse
PUT

/api/stock/partnerWarehouse/deleteStockPartnerWarehouseRelation

CRM仓库管理 删除CRM与CRM仓库关系 OperationId: deleteStockPartnerWarehouseRelation

调用方法

PUT /api/stock/partnerWarehouse/deleteStockPartnerWarehouseRelation

参数

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/partnerWarehouse/addStockPartnerWarehouseRelation

CRM仓库管理 绑定CRM与CRM仓库关系 OperationId: addStockPartnerWarehouseRelation

调用方法

PUT /api/stock/partnerWarehouse/addStockPartnerWarehouseRelation

参数

请求体

Content-Type: application/json 必填:类型: StockPartnerWarehouseRelationDTO[] com.leadwaycloud.stock.model.dto.inventory.StockPartnerWarehouseRelationDTO

名称类型必填说明示例
(array)StockPartnerWarehouseRelationDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/oilReceive/update/{id}

收油单管理 编辑收油单 OperationId: update_9

调用方法

PUT /api/stock/oilReceive/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)收油单ID

请求体

Content-Type: application/json 必填:类型: EnergyStockReceiveOilDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.EnergyStockReceiveOilDTO$UpdateDTO

名称类型必填说明示例
statusstring状态
namestring名称
externalCodestring外部编号
partnerIdinteger(int64)CRM关系ID
notestring备注
operatorUserIdinteger(int64)操作用户ID
shipTimestring(date-time)发货时间
receiptTimestring(date-time)收货时间
arrivalTimestring(date-time)到站时间
partnerWarehouseIdinteger(int64)提货库ID
deliveryNumberstring提货单号
businessDatestring(date)业务时间
energyStockReceiveOilLineDTOListEnergyStockReceiveOilLineDTO[]收油单明细

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/oilReceive/done/{id}

收油单管理 完成收油单 OperationId: done_6

调用方法

PUT /api/stock/oilReceive/done/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)收油单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/oilReceive/cancel/{id}

收油单管理 取消收油单 OperationId: cancel_7

调用方法

PUT /api/stock/oilReceive/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)收油单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/oilChangeTank/update/{id}

油品换罐单管理 编辑油品换罐单 OperationId: update_10

调用方法

PUT /api/stock/oilChangeTank/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品换罐单ID

请求体

Content-Type: application/json 必填:类型: EnergyStockAdjustOilDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.EnergyStockAdjustOilDTO$UpdateDTO

名称类型必填说明示例
externalCodestring外部编号
namestring名称
statusstring状态
planDatestring(date)计划日期
notestring备注
operatorIdinteger(int64)操作用户ID
reasonCodeIdinteger(int64)原因码ID
energyStockAdjustOilLineDTOListEnergyStockAdjustOilLineDTO[]油品调整单明细
delEnergyStockAdjustOilLineListinteger(int64)[]删除明细集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/oilChangeTank/done/{id}

油品换罐单管理 完成油品换罐单 OperationId: done_7

调用方法

PUT /api/stock/oilChangeTank/done/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品换罐单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/oilChangeTank/cancel/{id}

油品换罐单管理 取消油品换罐单 OperationId: cancel_8

调用方法

PUT /api/stock/oilChangeTank/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品换罐单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/oilChangeNo/update/{id}

油品换号单管理 编辑油品换号单 OperationId: update_11

调用方法

PUT /api/stock/oilChangeNo/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品换号单ID

请求体

Content-Type: application/json 必填:类型: EnergyStockAdjustOilDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.EnergyStockAdjustOilDTO$UpdateDTO

名称类型必填说明示例
externalCodestring外部编号
namestring名称
statusstring状态
planDatestring(date)计划日期
notestring备注
operatorIdinteger(int64)操作用户ID
reasonCodeIdinteger(int64)原因码ID
energyStockAdjustOilLineDTOListEnergyStockAdjustOilLineDTO[]油品调整单明细
delEnergyStockAdjustOilLineListinteger(int64)[]删除明细集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/oilChangeNo/done/{id}

油品换号单管理 完成油品换号单 OperationId: done_8

调用方法

PUT /api/stock/oilChangeNo/done/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品换号单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/oilChangeNo/cancel/{id}

油品换号单管理 取消油品换号单 OperationId: cancel_9

调用方法

PUT /api/stock/oilChangeNo/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品换号单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/oilChangeLoss/update/{id}

油品损耗单管理 编辑油品损耗单 OperationId: update_12

调用方法

PUT /api/stock/oilChangeLoss/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品损耗单ID

请求体

Content-Type: application/json 必填:类型: EnergyStockAdjustOilDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.EnergyStockAdjustOilDTO$UpdateDTO

名称类型必填说明示例
externalCodestring外部编号
namestring名称
statusstring状态
planDatestring(date)计划日期
notestring备注
operatorIdinteger(int64)操作用户ID
reasonCodeIdinteger(int64)原因码ID
energyStockAdjustOilLineDTOListEnergyStockAdjustOilLineDTO[]油品调整单明细
delEnergyStockAdjustOilLineListinteger(int64)[]删除明细集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/oilChangeLoss/done/{id}

油品损耗单管理 完成油品损耗单 OperationId: done_9

调用方法

PUT /api/stock/oilChangeLoss/done/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品损耗单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/oilChangeLoss/cancel/{id}

油品损耗单管理 取消油品损耗单 OperationId: cancel_10

调用方法

PUT /api/stock/oilChangeLoss/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品损耗单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/oilChange/update/{id}

油品调整单管理 编辑油品调整单 OperationId: update_13

调用方法

PUT /api/stock/oilChange/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品调整单ID

请求体

Content-Type: application/json 必填:类型: EnergyStockAdjustOilDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.EnergyStockAdjustOilDTO$UpdateDTO

名称类型必填说明示例
externalCodestring外部编号
namestring名称
statusstring状态
planDatestring(date)计划日期
notestring备注
operatorIdinteger(int64)操作用户ID
reasonCodeIdinteger(int64)原因码ID
energyStockAdjustOilLineDTOListEnergyStockAdjustOilLineDTO[]油品调整单明细
delEnergyStockAdjustOilLineListinteger(int64)[]删除明细集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/oilChange/done/{id}

油品调整单管理 完成油品调整单 OperationId: done_10

调用方法

PUT /api/stock/oilChange/done/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品调整单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/oilChange/cancel/{id}

油品调整单管理 取消油品调整单 OperationId: cancel_11

调用方法

PUT /api/stock/oilChange/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品调整单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/inventory/update/{id}

盘点单 编辑盘点单 OperationId: update_14

调用方法

PUT /api/stock/inventory/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

Content-Type: application/json 必填:类型: StockInventoryDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.StockInventoryDTO$UpdateDTO

名称类型必填说明示例
namestring名称
externalCodestring外部编号
statusstring状态;com.leadwaycloud.common.enums.databaseEnum.StockInventoryStatusEnum
notestring备注
operatorIdinteger(int64)操作用户
businessDatestring(date)业务时间
inventoryLineDTOListStockInventoryLineDTO[]添加明细集合
delInventoryLineIdListinteger(int64)[]删除明细集合
amountTotalnumber(double)含税总额
tripLineIdinteger(int64)航线ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/inventory/inputDone/{id}

盘点单 完成录入 OperationId: inputDone

调用方法

PUT /api/stock/inventory/inputDone/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/inventory/done/{id}

盘点单 完成盘点单 OperationId: done_11

调用方法

PUT /api/stock/inventory/done/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/inventory/cancel/{id}

盘点单 取消盘点单 OperationId: cancel_12

调用方法

PUT /api/stock/inventory/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/goods/split/update/{id}

商品拆分单 编辑拆分单 OperationId: update_15

调用方法

PUT /api/stock/goods/split/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)拆分单ID

请求体

Content-Type: application/json 必填:类型: StockGoodsSplitDTO$UpdateDTO com.leadwaycloud.stock.model.dto.goods.StockGoodsSplitDTO$UpdateDTO

名称类型必填说明示例
statusstring状态
namestring名称
notestring备注
goodsSplitLineDTOListStockGoodsSplitDTO$StockGoodsSplitLineDTO
delGoodsSplitLineIdListinteger(int64)删除明细集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/goods/split/done/{id}

商品拆分单 完成拆分单 OperationId: done_12

调用方法

PUT /api/stock/goods/split/done/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)拆分单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/distribution/update/{id}

配送单管理 编辑配送单 OperationId: update_16

调用方法

PUT /api/stock/distribution/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)配送单ID

请求体

Content-Type: application/json 必填:类型: StockDistributionDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.StockDistributionDTO$UpdateDTO

名称类型必填说明示例
operatorIdinteger(int64)操作用户Id
statusstring订单状态(com.leadwaycloud.common.enums.databaseEnum.stock.StockOrderStatusEnum)"CANCEL"
namestring名称
externalCodestring外部编号
currencyIdinteger(int64)货币符号
exchangeRatenumber(double)汇率
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
notestring备注
deliveryTimestring(date-time)配送时间
pickupCodestring提单号
partnerWarehouseIdinteger(int64)提货库ID
deliveryNumberstring提货单号
carrierPropertyDTOStockOrderCarrierPropertyDTO
distributionLineDTOListStockDistributionLineDTO[]添加明细集合
delDistributionLineIdListinteger(int64)[]删除明细集合
targetPartnerIdinteger(int64)收货门店或者客户PartnerID
sourcePartnerIdinteger(int64)供应商或者配送门店PartnerID
tripLineIdinteger(int64)航线ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/distribution/cancel/{id}

配送单管理 取消配送单 OperationId: cancel_13

调用方法

PUT /api/stock/distribution/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)配送单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/delivery/updateByStatusDone/{id}

出库单 编辑完成状态的出库单 OperationId: updateByStatusDone_5

调用方法

PUT /api/stock/delivery/updateByStatusDone/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)出库单ID

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$UpdateByStatusDoneDTO com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$UpdateByStatusDoneDTO

名称类型必填说明示例
namestring名称
notestring备注
balanceboolean是否记账
balanceDatestring(date)记账日期

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/delivery/update/{id}

出库单 编辑出库单 OperationId: update_17

调用方法

PUT /api/stock/delivery/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)出库单ID
x-Sourceheaderstring来源 ERP、APP,默认值为ERP

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$UpdateDTO

名称类型必填说明示例
statusstring状态"DRAFT"
namestring名称
originIdinteger(int64)上一级订单1
originTypestring源订单类型"1"
planDatestring(date)计划日期
notestring备注
partnerIdinteger(int64)CRM关系ID1
operatorIdinteger(int64)操作用户ID
businessDatestring(date)业务时间
moveLineDTOListStockMoveLineDTO[]添加明细集合
delMoveLineIdListinteger(int64)[]删除明细集合
departmentIdinteger(int64)部门ID
tripLineIdinteger(int64)航线id
balanceboolean是否记账
balanceDatestring(date)记账日期
manufactureReceiveDatestring(date)期初入库日期-万航

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/delivery/done/{id}

出库单 完成出库单 OperationId: done_13

调用方法

PUT /api/stock/delivery/done/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)出库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/delivery/cancel/{id}

出库单 取消出库单 OperationId: cancel_14

调用方法

PUT /api/stock/delivery/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)出库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/bomProduce/update/{id}

商品BOM生产管理 编辑商品BOM生产 OperationId: update_18

调用方法

PUT /api/stock/bomProduce/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

Content-Type: application/json 必填:类型: StockBomDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.StockBomDTO$UpdateDTO

名称类型必填说明示例
namestring名称
externalCodestring外部编号
notestring备注
statusstring状态
operatorIdinteger(int64)操作用户ID
delStockBomSourceIdListinteger(int64)[]删除商品BOM调整单源明细集合
delStockBomTargetIdListinteger(int64)[]删除商品BOM调整单目标明细集合
stockBomSourceDTOListStockBomSourceDTO[]商品BOM调整单源明细集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/bomProduce/done/{id}

商品BOM生产管理 完成商品BOM生产 OperationId: done_14

调用方法

PUT /api/stock/bomProduce/done/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/bomProduce/cancel/{id}

商品BOM生产管理 取消商品BOM生产 OperationId: cancel_15

调用方法

PUT /api/stock/bomProduce/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/bomDismantle/update/{id}

商品BOM分解管理 编辑商品BOM分解管理 OperationId: update_19

调用方法

PUT /api/stock/bomDismantle/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

Content-Type: application/json 必填:类型: StockBomDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.StockBomDTO$UpdateDTO

名称类型必填说明示例
namestring名称
externalCodestring外部编号
notestring备注
statusstring状态
operatorIdinteger(int64)操作用户ID
delStockBomSourceIdListinteger(int64)[]删除商品BOM调整单源明细集合
delStockBomTargetIdListinteger(int64)[]删除商品BOM调整单目标明细集合
stockBomSourceDTOListStockBomSourceDTO[]商品BOM调整单源明细集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/bomDismantle/done/{id}

商品BOM分解管理 完成商品BOM分解管理 OperationId: done_15

调用方法

PUT /api/stock/bomDismantle/done/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/bomDismantle/cancel/{id}

商品BOM分解管理 取消商品BOM分解管理 OperationId: cancel_16

调用方法

PUT /api/stock/bomDismantle/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/adjust/update/{id}

调整单 编辑调整单 OperationId: update_20

调用方法

PUT /api/stock/adjust/update/{id}

参数

名称位置必填类型说明示例
x-Sourceheaderstring来源 ERP、APP,默认值为ERP
idpathinteger(int64)调整单ID

请求体

Content-Type: application/json 必填:类型: StockAdjustDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.StockAdjustDTO$UpdateDTO

名称类型必填说明示例
namestring名称
externalCodestring外部编号
statusstring状态
notestring备注
operatorIdinteger(int64)操作用户
typestring调整类型
adjustLineDTOListStockAdjustLineDTO[]调整单明细
delAdjustLineListinteger(int64)[]删除明细集合
businessDatestring(date)业务时间
reasonCodeIdinteger(int64)原因码ID
amountTotalnumber(double)含税总额
tripLineIdinteger(int64)航线ID
goodsTypestring商品类型
goodsSubTypestring商品子类型

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/adjust/done/{id}

调整单 完成调整单 OperationId: done_16

调用方法

PUT /api/stock/adjust/done/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)调整单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/stock/adjust/cancel/{id}

调整单 取消调整单 OperationId: cancel_17

调用方法

PUT /api/stock/adjust/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)调整单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/sale/reOrder/update/{id}

销售退货单 编辑销售退货单 OperationId: update_21

调用方法

PUT /api/sale/reOrder/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售退货单ID

请求体

Content-Type: application/json 必填:类型: StockOrderDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.order.StockOrderDTO$UpdateDTO

名称类型必填说明示例
originIdinteger(int64)源订单类型ID
statusstring订单状态"CANCEL"
namestring名称
externalCodestring外部编号
currencyIdinteger(int64)货币符号
exchangeRatenumber(double)汇率
partnerIdinteger(int64)CRM关系ID
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
notestring备注
originTypestring源订单类型
orderLineDTOListStockOrderLineDTO[]添加明细集合
delOrderLineIdListinteger(int64)[]删除明细集合
billingPeriodinteger(int32)账期
urgentboolean是否紧急
expectedDatestring(date)预计收/退货时间
operatorIdinteger(int64)操作用户ID
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
partnerInfostring订单存放代理商承运商json信息
tripLineIdinteger(int64)航线ID
agentIdinteger(int64)代理商ID
originAmountnumber(double)折扣前总额
discountAmountnumber(double)折扣总额
producerIdinteger(int64)生产商ID
contractIdinteger(int64)合同ID
moveDiscrepancyStatusstring差异状态(采购数量与实际入库的数量差异标识:入库无差异,入库差异待登记,入库差异已登记)
acceptanceDatestring(date)验收日期(服务验收单)-万航
completionDatestring(date)完工日期(服务验收单)-万航
attachmentUpdateDTOStockAttachmentDTO$UpdateDTO

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/sale/reOrder/cancel/{id}

销售退货单 取消销售退货单 OperationId: cancel_18

调用方法

PUT /api/sale/reOrder/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售退货单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/sale/reOrder/addAssist/{id}

销售退货单 添加协作人 OperationId: addAssist

调用方法

PUT /api/sale/reOrder/addAssist/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售退货单ID

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/sale/quote/update/{id}

报价单管理 编辑报价单 OperationId: update_22

调用方法

PUT /api/sale/quote/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)报价单ID

请求体

Content-Type: application/json 必填:类型: QuoteDTO$UpdateDTO com.leadwaycloud.stock.model.dto.quote.QuoteDTO$UpdateDTO

名称类型必填说明示例
namestring名称
notestring备注
quoteDatestring(date)报价日期
statusstring报价单状态
quoteLineListQuoteLineDTO[]报价单明细
delQuoteLineIdListinteger(int64)[]删除报价单明细Id集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/sale/order/update/{id}

销售订单 编辑销售单 OperationId: update_23

调用方法

PUT /api/sale/order/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售单ID

请求体

Content-Type: application/json 必填:类型: StockOrderDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.order.StockOrderDTO$UpdateDTO

名称类型必填说明示例
originIdinteger(int64)源订单类型ID
statusstring订单状态"CANCEL"
namestring名称
externalCodestring外部编号
currencyIdinteger(int64)货币符号
exchangeRatenumber(double)汇率
partnerIdinteger(int64)CRM关系ID
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
notestring备注
originTypestring源订单类型
orderLineDTOListStockOrderLineDTO[]添加明细集合
delOrderLineIdListinteger(int64)[]删除明细集合
billingPeriodinteger(int32)账期
urgentboolean是否紧急
expectedDatestring(date)预计收/退货时间
operatorIdinteger(int64)操作用户ID
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
partnerInfostring订单存放代理商承运商json信息
tripLineIdinteger(int64)航线ID
agentIdinteger(int64)代理商ID
originAmountnumber(double)折扣前总额
discountAmountnumber(double)折扣总额
producerIdinteger(int64)生产商ID
contractIdinteger(int64)合同ID
moveDiscrepancyStatusstring差异状态(采购数量与实际入库的数量差异标识:入库无差异,入库差异待登记,入库差异已登记)
acceptanceDatestring(date)验收日期(服务验收单)-万航
completionDatestring(date)完工日期(服务验收单)-万航
attachmentUpdateDTOStockAttachmentDTO$UpdateDTO

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/sale/order/relatedPurchases/{id}

销售订单 关联采购单 OperationId: relatedPurchases

调用方法

PUT /api/sale/order/relatedPurchases/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售单ID

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/sale/order/cancel/{id}

销售订单 取消销售单 OperationId: cancel_19

调用方法

PUT /api/sale/order/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/sale/order/addAssist/{id}

销售订单 添加协作人 OperationId: addAssist_1

调用方法

PUT /api/sale/order/addAssist/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售单ID

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/sale/contractClauseTpl/update/{id}

营销合同条款模版 编辑合同条款模版 OperationId: update_24

调用方法

PUT /api/sale/contractClauseTpl/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)条款模版ID0

请求体

Content-Type: application/json 必填:类型: SaleContractClauseTemplateDTO$UpdateDTO com.leadwaycloud.stock.model.dto.contract.SaleContractClauseTemplateDTO$UpdateDTO

名称类型必填说明示例
namestring模版名称
activeboolean是否可用
contractClauseTemplateLineDTOListSaleContractClauseTemplateDTO$ContractClauseTemplateLineDTO[]销售合同模版详情明细

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractClauseTemplate com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContractClauseTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractClauseTemplate
PUT

/api/sale/contractChange/update

销售合同变更申请 编辑合同变更信息 OperationId: update_25

调用方法

PUT /api/sale/contractChange/update

参数

请求体

Content-Type: application/json 必填:类型: SaleContractChangeDTO$UpdateDTO com.leadwaycloud.stock.model.dto.contract.SaleContractChangeDTO$UpdateDTO

名称类型必填说明示例
idinteger(int64)ID
contractIdinteger(int64)销售合同ID
statusstring状态
versionstring版本
notestring备注
saleContractChangeLineListSaleContractChangeDTO$AddLineDTO[]变更明细
deleteChangeLineIdListinteger(int64)[]要删除的变更明细

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractChange com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContractChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractChange
PUT

/api/sale/contract/update/{id}

销售合同 编辑销售合同 OperationId: update_26

调用方法

PUT /api/sale/contract/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售合同ID

请求体

Content-Type: application/json 必填:类型: SaleContractDTO$UpdateDTO com.leadwaycloud.stock.model.dto.contract.SaleContractDTO$UpdateDTO

名称类型必填说明示例
namestring合同名称
codestring合同编号
statusstring合同状态"DRAFT"
externalCodestring外部编号
exchangeRatenumber(double)汇率
partnerIdinteger(int64)客户关系对象
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
executedAmountTotalnumber(double)期初已执行金额(含税)
executedAmountUntaxednumber(double)期初已执行金额(不含税)
executedAmountTaxnumber(double)期初已执行税总额
notestring备注
startDatestring(date)开始时间
endDatestring(date)结束时间
operatorIdinteger(int64)操作用户ID
currencyIdinteger(int64)货币ID
originIdinteger(int64)源订单ID
originTypestring源订单类型
departmentIdinteger(int64)部门ID
advanceboolean是否预付
advanceRationumber(double)预付比例
reviewMethodstring评审方式
signDatestring(date)签订日期
signLocationstring签署地点
contractTypestring合同类型(正式合同,预投合同,科研合同)
saleDestinationstring销售去向
producePlanModestring生产组织方式(内厂/外厂生产)
machineTypestring机型
checkEffectiveAmountboolean是否检查有效金额
contractEffectiveTypestring合同有效类型
historyboolean是否是历史合同
warrantyRationumber(double)合同总价款中用作质量保证的预留金比例
warrantyPeriodstring项目质量保修期限(支持单位:年、月、天,默认为月)
assistUserIdListinteger(int64)[]协作人
saleContractLineListSaleContractLineDTO[]合同明细
delSaleContractLineIdListinteger(int64)[]删除合同明细集合
saleContractClauseListStockContractClauseDTO[]合同条款明细
delSaleContractClauseIdListinteger(int64)[]删除合同条款明细集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/sale/contract/cancel/{id}

销售合同 取消销售合同 OperationId: cancel_20

调用方法

PUT /api/sale/contract/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售合同ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/sale/contract/assist/{id}

销售合同 编辑协作人 OperationId: updateAssist

调用方法

PUT /api/sale/contract/assist/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售合同ID

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/sale/change/update/{id}

销售订单变更 编辑订单变更信息 OperationId: update_27

调用方法

PUT /api/sale/change/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)

请求体

Content-Type: application/json 必填:类型: SaleOrderChangeDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.SaleOrderChangeDTO$UpdateDTO

名称类型必填说明示例
notestring备注
orderChangeLineDTOListStockOrderChangeLineDTO[]变更明细DTO
deleteOrderChangeLineIdListinteger(int64)[]删除变更明细ID集合
startWorkflowDTOStartWorkflowDTO

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrderChange com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockOrderChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderChange
PUT

/api/sale/businessFollow/update/{id}

销售商机跟进记录 编辑商机跟进记录 OperationId: update_28

调用方法

PUT /api/sale/businessFollow/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)商机跟进记录ID

请求体

Content-Type: application/json 必填:类型: StockBusinessFollowDTO$UpdateDTO com.leadwaycloud.stock.model.dto.business.StockBusinessFollowDTO$UpdateDTO

名称类型必填说明示例
contentstring跟进内容
modelstring跟进方式(INTERVIEW:面谈;PHONE:电话;WECHAT:微信;QQ;MAIL:邮件;LETTER:函件;OTHER:其它)
nextFollowDatestring(date)下一次跟进时间
notestring备注
statusstring状态
childBusinessFollowListResAttachmentDTO$AddDTO[]子集商机跟进记录

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/sale/business/updateStatus/{businessId}/{newStatus}

销售商机 变更商机状态 OperationId: updateBusinessStatus

调用方法

PUT /api/sale/business/updateStatus/{businessId}/{newStatus}

参数

名称位置必填类型说明示例
businessIdpathinteger(int64)商机ID1
newStatuspathstring新状态

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/sale/business/update/{businessId}

销售商机 编辑商机 OperationId: update_29

调用方法

PUT /api/sale/business/update/{businessId}

参数

名称位置必填类型说明示例
businessIdpathinteger(int64)商机ID

请求体

Content-Type: application/json 必填:类型: StockBusinessOpportunityDTO$UpdateDTO com.leadwaycloud.stock.model.dto.business.StockBusinessOpportunityDTO$UpdateDTO

名称类型必填说明示例
namestring商机名称
planDatestring(date)计划日期
sourcestringsys_property表维护,商机来源(PHONE:电话销售;INITIATIVE:主动营销;MARKET_SURVEY:市场调研;CUSTOMER_INTRODUCE:客户介绍;FRIEND_INTRODUCE:朋友介绍;OTHER:其它)"MARKET_SURVEY"
amountUntaxednumber(double)不含税总计
amountTaxnumber(double)税额总计
amountTotalnumber(double)含税总计
currencyIdinteger(int64)币种ID
exchangeRatenumber(double)兑换本公司汇率
typestringsys_property表维护,商机类型(SALE:销售商机;PURCHASE:采购商机;OTHER:其它商机)"SALE"
gradestringsys_property表维护,商机等级(ORDINARY:普通商机;EMPHASIS:重点商机)"ORDINARY"
notestring备注
assistUsersstring协助人ID集合(JSON)
contractIdinteger(int64)合同ID,用于记录是对应哪个合同
structureTypestring产品类型sys_property表维护(OPPORTUNITY_PRODUCT_TYPE)
communicationTypestring沟通类型sys_property表维护(OPPORTUNITY_COMMUNICATION_TYPE)
relevantDepartmentIdinteger(int64)相关部门ID
extensionInfostring额外属性
statusstring状态
discountAmountnumber(double)折扣总额,只用于前端展示
partnerIdinteger(int64)CRM关系ID
updateBusinessLineDTOListStockBusinessOpportunityLineDTO[]商机明细
deleteBusinessLineIdListinteger(int64)[]要删除商机明细

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/sale/aftersale/updateStatus/{id}

营销售后工单管理 编辑售后工单状态 OperationId: cancel_21

调用方法

PUT /api/sale/aftersale/updateStatus/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)售后工单ID
statusquerystring售后工单状态 【 DRAFT : CONFIRM : APPROVEING : APPROVEDONE : DONE : REJECT : CLOSE : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/sale/aftersale/update/{id}

营销售后工单管理 编辑售后工单 OperationId: update_30

调用方法

PUT /api/sale/aftersale/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)售后工单ID

请求体

Content-Type: application/json 必填:类型: AftersaleWorkDTO$UpdateDTO com.leadwaycloud.stock.model.dto.sale.aftersale.AftersaleWorkDTO$UpdateDTO

名称类型必填说明示例
namestring工单标题
prioritystring优先级:LOW(低),MEDIUM(中等),HIGH(高),URGENT(紧急),CRITICAL:(严重)
descriptionstring工单描述
sourcestring工单来源:PHONE(手机),EMAIL(邮件),WEB,APP,WECHAT
assigneeUserIdinteger(int64)处理人ID
dueDatestring(date)截止日期
aftersaleWorkLineListAftersaleWorkDTO$LineDTO[]添加/编辑售后工单明细
delAftersaleWorkLineIdListinteger(int64)[]删除明细集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
PUT

/api/purchase/requirement/update/{id}

采购需求 编辑采购需求 OperationId: update_31

调用方法

PUT /api/purchase/requirement/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购申请ID

请求体

Content-Type: application/json 必填:类型: StockPurchaseRequirementDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.StockPurchaseRequirementDTO$UpdateDTO

名称类型必填说明示例
namestring名称
statusstring状态
externalCodestring外部编号
notestring备注
operatorIdinteger(int64)操作用户ID
applyDatestring(date)申请日期
lineListStockPurchaseRequirementDTO$LineDTO[]采购需求单明细集合
expectedTimestring(date-time)预计收货时间
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
tripLineIdinteger(int64)航线信息(Id)
warehouseIdinteger(int64)补货仓库ID
applyCompanyIdinteger(int64)采购需求单申请公司ID
relevantDepartmentIdinteger(int64)归口管理部门ID
applyDepartmentIdinteger(int64)申请部门ID
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
taxTypestring税金计算类型
expenseCategorystring费用支出类型-万航
delPurchaseRequirementLineIdListinteger(int64)[]删除明细集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/requirement/cancel

采购需求 取消采购需求 OperationId: cancel_22

调用方法

PUT /api/purchase/requirement/cancel

参数

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/requirement/batchSubmitApplication

采购需求 采购需求批量提交申请 OperationId: batchSubmitApplication

调用方法

PUT /api/purchase/requirement/batchSubmitApplication

参数

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/requirement/assist/{id}

采购需求 编辑协作人 OperationId: updateAssist_1

调用方法

PUT /api/purchase/requirement/assist/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购需求ID

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/reOrder/update/{id}

采购退货单 编辑采购退货单 OperationId: update_32

调用方法

PUT /api/purchase/reOrder/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购退货单ID
sourcequerystring
x-Sourceheaderstring来源 ERP、APP,默认值为ERP

请求体

Content-Type: application/json 必填:类型: StockOrderDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.order.StockOrderDTO$UpdateDTO

名称类型必填说明示例
originIdinteger(int64)源订单类型ID
statusstring订单状态"CANCEL"
namestring名称
externalCodestring外部编号
currencyIdinteger(int64)货币符号
exchangeRatenumber(double)汇率
partnerIdinteger(int64)CRM关系ID
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
notestring备注
originTypestring源订单类型
orderLineDTOListStockOrderLineDTO[]添加明细集合
delOrderLineIdListinteger(int64)[]删除明细集合
billingPeriodinteger(int32)账期
urgentboolean是否紧急
expectedDatestring(date)预计收/退货时间
operatorIdinteger(int64)操作用户ID
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
partnerInfostring订单存放代理商承运商json信息
tripLineIdinteger(int64)航线ID
agentIdinteger(int64)代理商ID
originAmountnumber(double)折扣前总额
discountAmountnumber(double)折扣总额
producerIdinteger(int64)生产商ID
contractIdinteger(int64)合同ID
moveDiscrepancyStatusstring差异状态(采购数量与实际入库的数量差异标识:入库无差异,入库差异待登记,入库差异已登记)
acceptanceDatestring(date)验收日期(服务验收单)-万航
completionDatestring(date)完工日期(服务验收单)-万航
attachmentUpdateDTOStockAttachmentDTO$UpdateDTO

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/reOrder/cancel/{id}

采购退货单 取消采购退货单 OperationId: cancel_23

调用方法

PUT /api/purchase/reOrder/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购退货单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/reOrder/addAssist/{id}

采购退货单 添加协作人 OperationId: addAssist_2

调用方法

PUT /api/purchase/reOrder/addAssist/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购退货单ID

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/reApply/updateTransferLine

采购退货申请单 编辑退货申请单调拨明细 OperationId: updateTransferLine

调用方法

PUT /api/purchase/reApply/updateTransferLine

参数

请求体

Content-Type: application/json 必填:类型: StockRtnDTO$TransferLineDTO[] com.leadwaycloud.stock.model.dto.inventory.StockRtnDTO$TransferLineDTO

名称类型必填说明示例
(array)StockRtnDTO$TransferLineDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/reApply/updateRtnType

采购退货申请单 编辑退货申请单退货类型 OperationId: updateRtnType

调用方法

PUT /api/purchase/reApply/updateRtnType

参数

请求体

Content-Type: application/json 必填:类型: StockRtnDTO$UpdateRtnTypeDTO com.leadwaycloud.stock.model.dto.inventory.StockRtnDTO$UpdateRtnTypeDTO

名称类型必填说明示例
orderLineDTOListStockRtnDTO$OrderLineDTO[]退货申请单订单明细集合
transferLineDTOListStockRtnDTO$TransferLineDTO[]退货申请单调拨明细DTO
rtnIdListinteger(int64)[]退货申请单ID集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/reApply/updateOrderLine

采购退货申请单 编辑退货申请单订单明细 OperationId: updateOrderLine

调用方法

PUT /api/purchase/reApply/updateOrderLine

参数

请求体

Content-Type: application/json 必填:类型: StockRtnDTO$OrderLineDTO[] com.leadwaycloud.stock.model.dto.inventory.StockRtnDTO$OrderLineDTO

名称类型必填说明示例
(array)StockRtnDTO$OrderLineDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/reApply/updateLine

采购退货申请单 编辑退货申请单明细 OperationId: update_33

调用方法

PUT /api/purchase/reApply/updateLine

参数

请求体

Content-Type: application/json 必填:类型: StockRtnDTO$LineDTO[] com.leadwaycloud.stock.model.dto.inventory.StockRtnDTO$LineDTO

名称类型必填说明示例
(array)StockRtnDTO$LineDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/reApply/update/{id}

采购退货申请单 编辑退货申请单 OperationId: update_34

调用方法

PUT /api/purchase/reApply/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)退货申请单ID

请求体

Content-Type: application/json 必填:类型: StockRtnDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.StockRtnDTO$UpdateDTO

名称类型必填说明示例
namestring名称
statusstring状态
externalCodestring外部编号
notestring备注
operatorIdinteger(int64)操作用户ID
applyDatestring(date)申请日期
lineDTOListStockRtnDTO$LineDTO[]退货申请单明细集合
expectedTimestring(date-time)预计退货时间
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
tripLineIdinteger(int64)航线Id
warehouseIdinteger(int64)仓库Id

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/reApply/rollbackStatus

采购退货申请单 退货申请单批量回退状态 OperationId: rollbackStatus

调用方法

PUT /api/purchase/reApply/rollbackStatus

参数

请求体

Content-Type: application/json 必填:类型: StockRtnDTO$LineDTO[] com.leadwaycloud.stock.model.dto.inventory.StockRtnDTO$LineDTO

名称类型必填说明示例
(array)StockRtnDTO$LineDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/reApply/receiveConvertRtn

采购退货申请单 入库单转换退货申请单 OperationId: receiveConvertRtn

调用方法

PUT /api/purchase/reApply/receiveConvertRtn

参数

名称位置必填类型说明示例
receiveIdListquerystring入库单ID集合

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/reApply/cancel

采购退货申请单 取消退货申请单 OperationId: cancel_24

调用方法

PUT /api/purchase/reApply/cancel

参数

名称位置必填类型说明示例
rtnIdListquerystring退货单ID集合

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/reApply/batchSubmitApplication

采购退货申请单 退货申请单批量提交 OperationId: batchSubmitApplication_1

调用方法

PUT /api/purchase/reApply/batchSubmitApplication

参数

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/plan/update/{id}

采购计划 编辑采购计划 OperationId: update_35

调用方法

PUT /api/purchase/plan/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购计划ID

请求体

Content-Type: application/json 必填:类型: StockPurchasePlanDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.StockPurchasePlanDTO$UpdateDTO

名称类型必填说明示例
namestring名称
typestring采购类型
modelstring采购方式
reasonstring选择原因说明
inviteTypestring招标方式(使用sys_property维护,INVITED_TENDERING:邀请招标;INVITED_PUBLIC:公开招标)
evaluationTypestring评标方式(使用sys_property维护,LOWEST_TENDERING_PRICE:最低价投标法;SYNTHETIC_EVALUATION:综合评估法)
tenderingBaseboolean是否有标底
applyDepartmentIdinteger(int64)申请部门ID
demandDepartmentIdinteger(int64)需求部门ID
startPlanDatestring(date)计划开始时间
endPlanDatestring(date)计划开始时间
operatorIdinteger(int64)操作人ID
notestring备注
statusstring状态
planPurchaseTypestring采购计划类型(使用sys_property维护:PLAN_PURCHASE:计划性采购/UN_PLAN_PURCHASE:非计划性采购)
purchasePlanLineListStockPurchasePlanLineDTO[]采购计划明细
deletePurchasePlanLineIdListinteger(int64)[]要删除的计划明细ID集合
budgetTypestring预算类别(sys_property维护)
relevantDepartmentIdinteger(int64)归口管理部门ID
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
externalCodestring外部编号
deliveryCompanystring交付地点(公司ID集合)-爱达
taxTypestring税金计算类型
extensionInfostring额外属性
assistUserIdListinteger(int64)[]协作人ID集合
supplierIdListinteger(int64)[]供应商ID集合
delSupplierIdListinteger(int64)[]需删除的供应商ID集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/plan/close/{id}

采购计划 关闭采购计划 OperationId: close

调用方法

PUT /api/purchase/plan/close/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购计划ID

请求体

Content-Type: application/json 必填:类型: StockPurchasePlanDTO$CloseDTO com.leadwaycloud.stock.model.dto.inventory.StockPurchasePlanDTO$CloseDTO

名称类型必填说明示例
closeReasonstring采购计划关闭原因

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/plan/cancel/{id}

采购计划 取消采购计划 OperationId: cancel_25

调用方法

PUT /api/purchase/plan/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购计划ID

请求体

Content-Type: application/json 必填:类型: StockPurchasePlanDTO$CancelDTO com.leadwaycloud.stock.model.dto.inventory.StockPurchasePlanDTO$CancelDTO

名称类型必填说明示例
cancelReasonstring采购计划取消原因

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/plan/assist/{id}

采购计划 编辑协作人 OperationId: updateAssist_2

调用方法

PUT /api/purchase/plan/assist/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购计划ID

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/order/update/{id}

采购单 编辑采购单 OperationId: update_36

调用方法

PUT /api/purchase/order/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购单ID
x-Sourceheaderstring来源 ERP、APP,默认值为ERP

请求体

Content-Type: application/json 必填:类型: StockOrderDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.order.StockOrderDTO$UpdateDTO

名称类型必填说明示例
originIdinteger(int64)源订单类型ID
statusstring订单状态"CANCEL"
namestring名称
externalCodestring外部编号
currencyIdinteger(int64)货币符号
exchangeRatenumber(double)汇率
partnerIdinteger(int64)CRM关系ID
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
notestring备注
originTypestring源订单类型
orderLineDTOListStockOrderLineDTO[]添加明细集合
delOrderLineIdListinteger(int64)[]删除明细集合
billingPeriodinteger(int32)账期
urgentboolean是否紧急
expectedDatestring(date)预计收/退货时间
operatorIdinteger(int64)操作用户ID
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
partnerInfostring订单存放代理商承运商json信息
tripLineIdinteger(int64)航线ID
agentIdinteger(int64)代理商ID
originAmountnumber(double)折扣前总额
discountAmountnumber(double)折扣总额
producerIdinteger(int64)生产商ID
contractIdinteger(int64)合同ID
moveDiscrepancyStatusstring差异状态(采购数量与实际入库的数量差异标识:入库无差异,入库差异待登记,入库差异已登记)
acceptanceDatestring(date)验收日期(服务验收单)-万航
completionDatestring(date)完工日期(服务验收单)-万航
attachmentUpdateDTOStockAttachmentDTO$UpdateDTO

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/order/split/{id}

采购单 拆分采购单 OperationId: split

调用方法

PUT /api/purchase/order/split/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购单ID

请求体

Content-Type: application/json 必填:类型: SplitStockOrderDTO com.leadwaycloud.stock.model.dto.inventory.SplitStockOrderDTO

名称类型必填说明示例
updateStockOrderDTOStockOrderDTO$UpdateDTO
addStockOrderDTOListStockOrderDTO$AddDTO[]拆分订单集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/order/cancel/{id}

采购单 取消采购单 OperationId: cancel_26

调用方法

PUT /api/purchase/order/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购单ID
cancelDescriptionquerystring取消操作描述内容

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/order/addAssist/{id}

采购单 添加协作人 OperationId: addAssist_3

调用方法

PUT /api/purchase/order/addAssist/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购单ID

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/invite/updateStatus/{inviteId}/{newStatus}

采购招标 变更招投标状态 OperationId: updateInviteStatus

调用方法

PUT /api/purchase/invite/updateStatus/{inviteId}/{newStatus}

参数

名称位置必填类型说明示例
inviteIdpathinteger(int64)招投标ID1
newStatuspathstring新状态"TENDERING"

请求体

Content-Type: application/json 必填:类型: StockGoodsInviteDTO$UpdateStatusDTO com.leadwaycloud.stock.model.dto.goods.invite.StockGoodsInviteDTO$UpdateStatusDTO

名称类型必填说明示例
cancelReasonstring作废原因
startTimestring(date-time)招投标开始时间

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsInvite com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsInvite

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsInvite
PUT

/api/purchase/invite/update/{inviteId}

采购招标 修改招投标 OperationId: update_37

调用方法

PUT /api/purchase/invite/update/{inviteId}

参数

名称位置必填类型说明示例
inviteIdpathinteger(int64)招投标ID1

请求体

Content-Type: application/json 必填:类型: StockGoodsInviteDTO$UpdateDTO com.leadwaycloud.stock.model.dto.goods.invite.StockGoodsInviteDTO$UpdateDTO

名称类型必填说明示例
expiredTimestring(date-time)投标截止时间
descriptionstring描述
inviteLineListStockGoodsInviteLineDTO[]明细
openRankboolean是否打开公布排名
openInviteboolean是否打开中标公示
contractPlanStartDatestring(date)计划合同开始日期
contractPlanEndDatestring(date)计划合同截止日期
statusstring状态
namestring名称
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
modelstring采购方式(根据不同的类型走向不同才流程和选择供应商以及模版打印等里面使用)
taxTypestring税金计算类型
extensionInfostring额外属性
inviteLineHistoryListStockGoodsInviteLineHistoryDTO[]历史报价集合
delInviteLineIdListinteger(int64)删除招标明细ID集合
addAttachmentStockAttachmentDTO$UpdateDTO

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsInvite com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsInvite

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsInvite
PUT

/api/purchase/invite/reset

采购招标 重新开始招标 OperationId: reset

调用方法

PUT /api/purchase/invite/reset

参数

请求体

Content-Type: application/json 必填:类型: StockGoodsInviteDTO$GoodsInviteResetDTO com.leadwaycloud.stock.model.dto.goods.invite.StockGoodsInviteDTO$GoodsInviteResetDTO

名称类型必填说明示例
expiredTimestring(date-time)投标截止时间
inviteIdinteger(int64)招标单ID1
startTimestring(date-time)开始招投标时间
quoteTypestring报价类型(QUOTE:报价 DICKER:议价)"QUOTE"
inviteLineIdListinteger(int64)[]招标明细ID集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsInvite com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsInvite

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsInvite
PUT

/api/purchase/invite/assist/{id}

采购招标 编辑协作人 OperationId: updateAssist_3

调用方法

PUT /api/purchase/invite/assist/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)招标ID

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/goodsSupplier/update

商品供应商管理 编辑供应商与商品绑定 OperationId: update_38

调用方法

PUT /api/purchase/goodsSupplier/update

参数

请求体

Content-Type: application/json 必填:类型: GoodsSupplierDTO$UpdateDTO[] com.leadwaycloud.stock.model.dto.goods.GoodsSupplierDTO$UpdateDTO

名称类型必填说明示例
(array)GoodsSupplierDTO$UpdateDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/goodsSupplier/updateDef

商品供应商管理 设置默认值 OperationId: updateDef_1

调用方法

PUT /api/purchase/goodsSupplier/updateDef

参数

名称位置必填类型说明示例
idqueryinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/goodsSupplier/delete

商品供应商管理 删除供应商与商品绑定 OperationId: delete

调用方法

PUT /api/purchase/goodsSupplier/delete

参数

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/goodsSupplier/add

商品供应商管理 添加供应商与商品绑定 OperationId: add

调用方法

PUT /api/purchase/goodsSupplier/add

参数

请求体

Content-Type: application/json 必填:类型: GoodsSupplierDTO$AddDTO[] com.leadwaycloud.stock.model.dto.goods.GoodsSupplierDTO$AddDTO

名称类型必填说明示例
(array)GoodsSupplierDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/contractClauseTpl/update/{id}

采购合同条款模版 编辑采购合同条款模版 OperationId: update_39

调用方法

PUT /api/purchase/contractClauseTpl/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)条款模版ID0

请求体

Content-Type: application/json 必填:类型: PurchaseContractClauseTemplateDTO$UpdateDTO com.leadwaycloud.stock.model.dto.contract.PurchaseContractClauseTemplateDTO$UpdateDTO

名称类型必填说明示例
namestring模版名称
activeboolean是否可用
contractClauseTemplateLineDTOListPurchaseContractClauseTemplateDTO$ContractClauseTemplateLineDTO[]采购合同模版详情明细

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractClauseTemplate com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContractClauseTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractClauseTemplate
PUT

/api/purchase/contractChange/update

采购合同变更申请 编辑合同变更信息 OperationId: update_40

调用方法

PUT /api/purchase/contractChange/update

参数

请求体

Content-Type: application/json 必填:类型: PurchaseContractChangeDTO$UpdateDTO com.leadwaycloud.stock.model.dto.contract.PurchaseContractChangeDTO$UpdateDTO

名称类型必填说明示例
idinteger(int64)ID
contractIdinteger(int64)采购合同ID
statusstring状态
versionstring版本
notestring备注
purchaseContractChangeLineListPurchaseContractChangeDTO$AddLineDTO[]变更明细
deleteChangeLineIdListinteger(int64)[]要删除的变更明细

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractChange com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContractChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractChange
PUT

/api/purchase/contract/update/{id}

采购合同 编辑采购合同 OperationId: update_41

调用方法

PUT /api/purchase/contract/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购合同ID

请求体

Content-Type: application/json 必填:类型: PurchaseContractDTO$UpdateDTO com.leadwaycloud.stock.model.dto.contract.PurchaseContractDTO$UpdateDTO

名称类型必填说明示例
namestring合同名称
codestring合同编号
statusstring合同状态"DRAFT"
externalCodestring外部编号
exchangeRatenumber(double)汇率
partnerIdinteger(int64)客户关系对象
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
executedAmountTotalnumber(double)期初已执行金额(含税)
executedAmountUntaxednumber(double)期初已执行金额(不含税)
executedAmountTaxnumber(double)期初已执行税总额
notestring备注
startDatestring(date)开始时间
endDatestring(date)结束时间
operatorIdinteger(int64)操作用户ID
currencyIdinteger(int64)货币ID
originIdinteger(int64)源订单ID
originTypestring源订单类型
checkEffectiveAmountboolean是否检查有效金额
contractEffectiveTypestring合同有效类型
historyboolean是否是历史合同
decalsContractboolean是否开口合同,用于采购单金额验证(标准类型商品)-万航
excessRationumber(double)超出额度比例,用于采购单金额验证(原材料类型商品)-万航
extensionInfostring额外属性
assistUserIdListinteger(int64)[]协作人
purchaseContractLineListPurchaseContractLineDTO[]合同明细
delPurchaseContractLineIdListinteger(int64)[]删除合同明细集合
purchaseContractClauseListStockContractClauseDTO[]合同条款明细
delPurchaseContractClauseIdListinteger(int64)[]删除合同条款明细集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/contract/close/{id}

采购合同 关闭采购合同 OperationId: close_1

调用方法

PUT /api/purchase/contract/close/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购合同ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/contract/cancel/{id}

采购合同 取消采购合同 OperationId: cancel_27

调用方法

PUT /api/purchase/contract/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购合同ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/contract/assist/{id}

采购合同 编辑协作人 OperationId: updateAssist_4

调用方法

PUT /api/purchase/contract/assist/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售合同ID

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/apply/updateAssociatePurchase/{purchaseApplyId}

采购申请 转换订单后,变更补货单是否转换单据状态 OperationId: updateAssociatePurchase

调用方法

PUT /api/purchase/apply/updateAssociatePurchase/{purchaseApplyId}

参数

名称位置必填类型说明示例
purchaseApplyIdqueryinteger(int64)采购申请ID

请求体

Content-Type: application/json 必填:类型: StockPurchaseApplyDTO$UpdateAssociateTransferOrPurchaseDTO com.leadwaycloud.stock.model.dto.inventory.StockPurchaseApplyDTO$UpdateAssociateTransferOrPurchaseDTO

名称类型必填说明示例
associatePurchaseboolean是否关联采购单
associateTransferboolean是否关联调拨单

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/apply/update/{id}

采购申请 编辑采购申请 OperationId: update_42

调用方法

PUT /api/purchase/apply/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)补货申请单ID

请求体

Content-Type: application/json 必填:类型: StockPurchaseApplyDTO$UpdateDTO com.leadwaycloud.stock.model.dto.inventory.StockPurchaseApplyDTO$UpdateDTO

名称类型必填说明示例
namestring名称
statusstring状态
externalCodestring外部编号
notestring备注
operatorIdinteger(int64)操作用户ID
applyDatestring(date)申请日期
lineListStockPurchaseApplyDTO$LineDTO[]采购申请单明细集合
expectedTimestring(date-time)预计收货时间
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
tripLineIdinteger(int64)航线信息(Id)
warehouseIdinteger(int64)补货仓库ID
applyCompanyIdinteger(int64)采购申请单申请公司ID
delPurchaseApplyLineIdListinteger(int64)[]删除明细集合
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
taxTypestring税金计算类型

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/apply/cancel

采购申请 取消采购申请 OperationId: cancel_28

调用方法

PUT /api/purchase/apply/cancel

参数

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/purchase/apply/assist/{id}

采购申请 编辑协作人 OperationId: updateAssist_5

调用方法

PUT /api/purchase/apply/assist/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购申请ID

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/goods/uom/updateGoodsUom/{goodsId}

商品计量单位管理 编辑商品计量单位 OperationId: updateGoodsUom

调用方法

PUT /api/goods/uom/updateGoodsUom/{goodsId}

参数

名称位置必填类型说明示例
goodsIdpathinteger(int64)商品ID

请求体

Content-Type: application/json 必填:类型: StockGoodsUomDTO[] com.leadwaycloud.stock.model.dto.goods.StockGoodsUomDTO

名称类型必填说明示例
(array)StockGoodsUomDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/goods/specification/updateSpecificationGroup/{id}

商品属性管理 编辑商品属性组 OperationId: updateSpecificationGroup

调用方法

PUT /api/goods/specification/updateSpecificationGroup/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)属性组ID

请求体

Content-Type: application/json 必填:类型: GoodsSpecificationGroupDTO$UpdateDTO com.leadwaycloud.stock.model.dto.goods.GoodsSpecificationGroupDTO$UpdateDTO

名称类型必填说明示例
namestring名称

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/goods/specification/updateSpecification/{id}

商品属性管理 编辑商品属性参数 OperationId: updateSpecification

调用方法

PUT /api/goods/specification/updateSpecification/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)商品属性参数ID

请求体

Content-Type: application/json 必填:类型: GoodsSpecificationDTO$UpdateDTO com.leadwaycloud.stock.model.dto.goods.GoodsSpecificationDTO$UpdateDTO

名称类型必填说明示例
namestring名称
typestring规格类型<SKU||描述展示>(com.leadwaycloud.common.enums.databaseEnum.StockGoodsSpecificationTypeEnum)"SKU||DESCRIBE"
parentIdinteger(int64)父级ID
sequenceinteger(int32)排序
dataTypestring数据类型(INTEGER,LONG,BOOLEAN,STRING,DOUBLE)
codestring编号
fieldLengthinteger(int32)字段长度
requiredboolean是否必填
fieldDecimalinteger(int32)小数位数

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/goods/price/update/{id}

商品价目表组管理 编辑商品价目表组 OperationId: update_43

调用方法

PUT /api/goods/price/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)商品价目表组ID

请求体

Content-Type: application/json 必填:类型: GoodsPriceGroupDTO$UpdateDTO com.leadwaycloud.stock.model.dto.goods.GoodsPriceGroupDTO$UpdateDTO

名称类型必填说明示例
namestring名称
startTimestring(date-time)开始时间
endTimestring(date-time)结束时间
statusstring状态
notestring备注
partnerIdinteger(int64)CRM关系ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/goods/packaging/update

商品大小包装管理 添加/编辑商品大小包装 OperationId: add_1

调用方法

PUT /api/goods/packaging/update

参数

请求体

Content-Type: application/json 必填:类型: UpdateGoodsBomPackingDTO com.leadwaycloud.stock.model.dto.goods.UpdateGoodsBomPackingDTO

名称类型必填说明示例
merchantIdinteger(int64)商户
largeGoodsIdinteger(int64)大包装商品ID
qtynumber(double)大包装商品转换小包装商品数量
smallGoodsIdinteger(int64)小包装商品ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
PUT

/api/goods/category/updateStatusList

商品类型管理 批量修改商品类型状态 OperationId: enable

调用方法

PUT /api/goods/category/updateStatusList

参数

名称位置必填类型说明示例
statusquerystring商品类型状态 【 ACTIVE : DEACTIVATE : DELETE : 】"ACTIVE"
goodsCategoryIdListquerystring商品类型ID集合[1,2,3]

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/goods/category/update/{id}

商品类型管理 编辑商品类型 OperationId: update_44

调用方法

PUT /api/goods/category/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)商品类型ID

请求体

Content-Type: application/json 必填:类型: GoodsCategoryDTO$UpdateDTO com.leadwaycloud.stock.model.dto.goods.GoodsCategoryDTO$UpdateDTO

名称类型必填说明示例
namestring名称
codestring编号
statusstring状态(com.leadwaycloud.common.enums.databaseEnum.EntityStatusEnum)"ACTIVE"
imagesstring图片
parentIdinteger(int64)父级ID
externalCodestring外部编号
saleTaxIdinteger(int64)销售税ID
purchaseTaxIdinteger(int64)采购税ID
accountingTitleIdinteger(int64)库存科目ID
costAccountingTitleIdinteger(int64)成本科目ID
descriptionstring描述
boutiqueboolean是否为精品分类
specificationGroupIdinteger(int64)商品规格组ID
extensionInfostring额外属性

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsCategory com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsCategory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsCategory
PUT

/api/goods/brand/update/{id}

商品品牌管理 编辑商品品牌 OperationId: update_45

调用方法

PUT /api/goods/brand/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)商品品牌ID

请求体

Content-Type: application/json 必填:类型: GoodsBrandDTO$UpdateDTO com.leadwaycloud.stock.model.dto.goods.GoodsBrandDTO$UpdateDTO

名称类型必填说明示例
codestring编号
namestring名称
statusstring状态(com.leadwaycloud.common.enums.databaseEnum.EntityStatusEnum)"ACTIVE"
imagesstring图片
descriptionstring描述
cooperativeboolean是否合作品牌

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsBrand com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsBrand

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsBrand
PUT

/api/goods/bom/update/{id}

商品配方管理 编辑商品配方 OperationId: update_46

调用方法

PUT /api/goods/bom/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

Content-Type: application/json 必填:类型: GoodsBomDTO$UpdateDTO com.leadwaycloud.stock.model.dto.goods.GoodsBomDTO$UpdateDTO

名称类型必填说明示例
namestring名称
goodsIdinteger(int64)商品
goodsBarcodeIdinteger(int64)条码
typestringBOM类型
effectiveDatestring(date)生效日期
statusstring状态
remarkstring备注
goodsBomLineListStockGoodsBomLineDTO[]商品BOM明细集合
delGoodsBomLineListinteger(int64)[]删除明细集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/goods/basic/updateSpecificationParam/{goodsId}

商品管理 编辑商品属性值 OperationId: updateGoodsSpecificationParam

调用方法

PUT /api/goods/basic/updateSpecificationParam/{goodsId}

参数

名称位置必填类型说明示例
goodsIdpathinteger(int64)商品ID

请求体

Content-Type: application/json 必填:类型: UpdateGoodsSpecificationParamDTO com.leadwaycloud.stock.model.dto.goods.UpdateGoodsSpecificationParamDTO

名称类型必填说明示例
updateGoodsSpecificationParamListGoodsSpecificationParamDTO[]编辑商品规格集合
delGoodsSpecificationParamListinteger(int64)[]删除商品规格集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/goods/basic/updateGoodsProperty

商品管理 编辑公司商品 OperationId: updateGoodsProperty

调用方法

PUT /api/goods/basic/updateGoodsProperty

参数

请求体

Content-Type: application/json 必填:类型: GoodsPropertyDTO$UpdateDTO[] com.leadwaycloud.stock.model.dto.goods.GoodsPropertyDTO$UpdateDTO

名称类型必填说明示例
(array)GoodsPropertyDTO$UpdateDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/goods/basic/updateGoods/{id}

商品管理 编辑商品 OperationId: updateGoods

调用方法

PUT /api/goods/basic/updateGoods/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)商品ID

请求体

Content-Type: application/json 必填:类型: GoodsDTO$UpdateDTO com.leadwaycloud.stock.model.dto.goods.GoodsDTO$UpdateDTO

名称类型必填说明示例
namestring名称
codestring货号
virtualboolean虚拟商品
imagesstring图片
descriptionstring描述
categoryIdinteger(int64)分类
otherNamestring商品别名
brandIdinteger(int64)品牌Id
uomIdinteger(int64)计量单位ID
placestring产地
gradestring等级
externalCodestring外部货号
weightboolean称重商品
fuelboolean油品
makeboolean自制品
carwashboolean成品
typestring商品生产类型
specstring规格
typeSubstring商品子类型
hsCodestring海关编码 -爱达
giftboolean是否是赠品
shelfLifeinteger(int32)保质期
shelfLifeUtilstring保质期周期单位(HOUR-小时、DAY-天、WEEK-周、MONTH-月、 YEAR-年)
goodsEnergyStockGoodsEnergyDTO
updateMaterialPropertyDTOGoodsManufactureDTO
purposeTagDTOResTagDTO$AssociatedTagDTO
attachmentUpdateDTOStockAttachmentDTO$UpdateDTO

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/goods/barcode/updateSpecificationParam

商品条码管理 编辑商品条码属性值 OperationId: updateGoodsSpecificationParam_1

调用方法

PUT /api/goods/barcode/updateSpecificationParam

参数

请求体

Content-Type: application/json 必填:类型: UpdateGoodsBarcodeSpecificationParamDTO com.leadwaycloud.stock.model.dto.goods.UpdateGoodsBarcodeSpecificationParamDTO

名称类型必填说明示例
goodsBarcodeSpecificationParamListGoodsBarcodeSpecificationParamDTO[]编辑商品条码规格值集合
delGoodsBarcodeSpecificationParamListinteger(int64)[]删除商品条码规格值集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/goods/barcode/updateGoodsBarcodeProperty

商品条码管理 编辑公司商品条码 OperationId: updateBarcode

调用方法

PUT /api/goods/barcode/updateGoodsBarcodeProperty

参数

请求体

Content-Type: application/json 必填:类型: GoodsBarcodePropertyDTO$UpdateDTO[] com.leadwaycloud.stock.model.dto.goods.GoodsBarcodePropertyDTO$UpdateDTO

名称类型必填说明示例
(array)GoodsBarcodePropertyDTO$UpdateDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/goods/barcode/updateGoodsBarcode/{id}

商品条码管理 编辑商品条码 OperationId: updateGoodsBarcode

调用方法

PUT /api/goods/barcode/updateGoodsBarcode/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)商品条码ID0

请求体

Content-Type: application/json 必填:类型: GoodsBarcodeDTO$UpdateDTO com.leadwaycloud.stock.model.dto.goods.GoodsBarcodeDTO$UpdateDTO

名称类型必填说明示例
barcodestring条码
typestring条码类型"EN13"
imagesstring图片
specstring条码规格
descriptionstring描述
otherBarcodestring额外条码

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/goods/barcode/enable

商品条码管理 启用公司商品条码(按商品) OperationId: enable_1

调用方法

PUT /api/goods/barcode/enable

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)公司ID600636924181632
goodsIdListquerystring商品ID集合[1,2,3]

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/goods/barcode/enableBarcode

商品条码管理 启用公司商品条码(按条码) OperationId: enableBarcode

调用方法

PUT /api/goods/barcode/enableBarcode

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)公司ID600636924181632
goodsBarcodeIdListquerystring条码ID集合[1,2,3]

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/goods/barcode/disabled

商品条码管理 停用公司商品条码(按商品) OperationId: disabled

调用方法

PUT /api/goods/barcode/disabled

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)公司ID600636924181632
goodsIdListquerystring商品ID集合[1,2,3]

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/goods/barcode/disabledBarcode

商品条码管理 停用公司商品条码(按条码) OperationId: disabledBarcode

调用方法

PUT /api/goods/barcode/disabledBarcode

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)公司ID600636924181632
goodsBarcodeIdListquerystring条码ID集合[1,2,3]

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/supplierPlatform/purchaseDistribution/approveDoneList

供应商平台配送单管理 批量确认配送单 OperationId: approveDoneList

调用方法

POST /api/supplierPlatform/purchaseDistribution/approveDoneList

参数

请求体

Content-Type: application/json 必填:类型: StockDistributionDTO$AddDTO[] com.leadwaycloud.stock.model.dto.inventory.StockDistributionDTO$AddDTO

名称类型必填说明示例
(array)StockDistributionDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/supplierPlatform/invite/terminateBidOpening/{inviteId}

供应商平台招标管理 终止报价 OperationId: terminateBidOpening

调用方法

POST /api/supplierPlatform/invite/terminateBidOpening/{inviteId}

参数

名称位置必填类型说明示例
inviteIdpathinteger(int64)招投标ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/supplierPlatform/invite/quotedPrice/{inviteId}

供应商平台招标管理 报价 OperationId: quotedPrice

调用方法

POST /api/supplierPlatform/invite/quotedPrice/{inviteId}

参数

名称位置必填类型说明示例
inviteIdpathinteger(int64)招投标ID1

请求体

Content-Type: application/json 必填:类型: SupplierPlatformDTO$QuotedPriceDTO com.leadwaycloud.stock.model.dto.supplier.platform.SupplierPlatformDTO$QuotedPriceDTO

名称类型必填说明示例
deviceInfostring操作加密信息(操作电脑IP,电脑MAC地址,浏览器User-Agent信息)
apiKeystring秘钥
exchangeRatenumber(double)货币兑换率
quotedPriceLineListnumber(double)供应商报价明细

响应

状态码: 200 说明: OK Content-Type: */* 类型: Boolean com.leadwaycloud.core.model.RJava.lang.Boolean

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
databoolean返回数据
POST

/api/stock/workflow/callback

审批 任务回调 OperationId: callback

调用方法

POST /api/stock/workflow/callback

参数

请求体

Content-Type: application/json 必填:类型: CallbackBO com.leadwaycloud.stock.feign.workflow.bo.CallbackBO

名称类型必填说明示例
statusstring业务状态
submitUserIdstring提交人ID
businessKeystring流程KEY(老业务KEY)
businessIdstring业务ID
taskIdstring节点ID
bodystring业务数据(老业务数据)
businessDatastring业务数据(新业务数据)
businessTypeKeystring流程KEY(新业务KEY)
functionstring自定义函数(可用来做节点处理分支走向:如处理修改/新增,或级联取消订单等)
keystring

响应

状态码: 200 说明: OK Content-Type: */* 类型: R com.leadwaycloud.core.model.R

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/stock/warehouse/export

仓库/库位 导出仓库/库位 OperationId: exportWarehouse

调用方法

POST /api/stock/warehouse/export

参数

请求体

Content-Type: application/json 必填:类型: StockWarehouseDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockWarehouseDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockWarehouseDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/stock/warehouse/add

仓库/库位 添加仓库/库位 OperationId: add_2

调用方法

POST /api/stock/warehouse/add

参数

请求体

Content-Type: application/json 必填:类型: StockWarehouseDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.StockWarehouseDTO$AddDTO

名称类型必填说明示例
codestring编号
namestring名称
parentIdinteger(int64)父级ID
imagesstring图片
typestring仓库类型
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
financeCenterIdinteger(int64)成本中心ID
goodsTypestring仓库商品类型
goodsSubTypestring仓库商品子类型
manufactureTypestring仓库类型(合格库/不合格库/待检库...)
inventoryMoveTypestring入库/回库类型-万航
calcCostboolean是否计算成本。科研,料头仓库为false,默认值为true。
externalCodestring外部编号
assetboolean是否资产-爱达

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/stock/useDelivery/formatUseDeliveryLine/{merchantId}

领用出库单 领用出库明细格式化导入 OperationId: formatUseDeliveryLine

调用方法

POST /api/stock/useDelivery/formatUseDeliveryLine/{merchantId}

参数

名称位置必填类型说明示例
merchantIdpathlong商户ID
companyIdquerylong公司ID
warehouseIdquerylong仓库ID

请求体

Content-Type: application/json 必填:类型: object

名称类型必填说明示例
filestring(binary)

响应

状态码: 200 说明: OK Content-Type: */* 类型: UseDeliveryLineFormatVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.move.UseDeliveryLineFormatVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataUseDeliveryLineFormatVO[]返回数据
POST

/api/stock/useDelivery/export

领用出库单 导出领用出库单 OperationId: exportUseMove

调用方法

POST /api/stock/useDelivery/export

参数

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockMoveDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/stock/useDelivery/batchBalance

领用出库单 领用出库单批量记账-万航 OperationId: batchBalance

调用方法

POST /api/stock/useDelivery/batchBalance

参数

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$BatchBalanceDTO com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$BatchBalanceDTO

名称类型必填说明示例
moveIdListinteger(int64)[]库单ID集合
balanceDatestring(date)记账日期

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/stock/useDelivery/add

领用出库单 添加领用出库单 OperationId: add_3

调用方法

POST /api/stock/useDelivery/add

参数

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$AddDTO[] com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$AddDTO

名称类型必填说明示例
(array)StockMoveDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.util.ListJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)[]返回数据
POST

/api/stock/transferInternal/formatTransferInternalLine/{merchantId}

库间调拨管理 库间调拨明细格式化导入 OperationId: formatTransferInternalLine

调用方法

POST /api/stock/transferInternal/formatTransferInternalLine/{merchantId}

参数

名称位置必填类型说明示例
merchantIdpathlong商户ID
companyIdquerylong公司ID
warehouseIdquerylong仓库ID

请求体

Content-Type: application/json 必填:类型: object

名称类型必填说明示例
filestring(binary)

响应

状态码: 200 说明: OK Content-Type: */* 类型: TransferInternalLineFormatVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.transfer.TransferInternalLineFormatVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataTransferInternalLineFormatVO[]返回数据
POST

/api/stock/transferInternal/export

库间调拨管理 导出库间调拨 OperationId: exportTransfer

调用方法

POST /api/stock/transferInternal/export

参数

请求体

Content-Type: application/json 必填:类型: InternalTransferDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.transfer.InternalTransferDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOInternalTransferDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/stock/transferInternal/add

库间调拨管理 添加库间调拨 OperationId: add_4

调用方法

POST /api/stock/transferInternal/add

参数

名称位置必填类型说明示例
x-Sourceheaderstring来源 ERP、APP,默认值为ERP

请求体

Content-Type: application/json 必填:类型: InternalTransferDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.transfer.InternalTransferDTO$AddDTO

名称类型必填说明示例
namestring名称
planDatestring(date)计划日期
notestring备注
companyIdinteger(int64)归属公司ID
createCompanyIdinteger(int64)创建公司ID
originIdinteger(int64)源订单ID
originTypestring源订单类型
merchantIdinteger(int64)商户号ID
operatorIdinteger(int64)操作用户
transferLineDTOListInternalTransferDTO$TransferLineDTO[]调拨单明细
statusstring调拨单状态
tripLineIdinteger(int64)航线id
goodsTypestring出/入库商品类型(明细商品进行获取)
goodsSubTypestring出/入库商品子类型(明细商品进行获取)
originstring来源

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/stock/transferInternal/addList

库间调拨管理 批量添加库间调拨 OperationId: add_5

调用方法

POST /api/stock/transferInternal/addList

参数

请求体

Content-Type: application/json 必填:类型: InternalTransferDTO$AddDTO[] com.leadwaycloud.stock.model.dto.inventory.transfer.InternalTransferDTO$AddDTO

名称类型必填说明示例
(array)InternalTransferDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.util.ListJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)[]返回数据
POST

/api/stock/transferCross/import/{merchantId}/{companyId}

跨店调拨单 导入跨店调拨单 OperationId: importTransfer

调用方法

POST /api/stock/transferCross/import/{merchantId}/{companyId}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int64)商户号ID
companyIdpathinteger(int64)当前门店ID

请求体

Content-Type: application/json 必填:类型: object

名称类型必填说明示例
filestring(binary)

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/stock/transferCross/export

跨店调拨单 导出跨店调拨单 OperationId: exportTransfer_1

调用方法

POST /api/stock/transferCross/export

参数

请求体

Content-Type: application/json 必填:类型: StockTransferDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockTransferDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockTransferDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/stock/transferCross/add

跨店调拨单 添加跨店调拨单 OperationId: add_6

调用方法

POST /api/stock/transferCross/add

参数

名称位置必填类型说明示例
x-Sourceheaderstring来源 ERP、APP,默认值为ERP

请求体

Content-Type: application/json 必填:类型: StockTransferDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.StockTransferDTO$AddDTO

名称类型必填说明示例
namestring名称
planDatestring(date)计划日期
notestring备注
companyIdinteger(int64)归属公司ID
createCompanyIdinteger(int64)创建公司ID
inCompanyIdinteger(int64)调入公司ID(跨店调拨单传值)
outCompanyIdinteger(int64)调出公司ID(跨店调拨单传值)
originIdinteger(int64)源订单ID
originTypestring源订单类型
merchantIdinteger(int64)商户号ID
operatorIdinteger(int64)操作用户
transferLineDTOListStockTransferLineDTO[]调拨单明细
oilboolean是否油品调拨单
statusstring调拨单状态
tripLineIdinteger(int64)航线id
goodsTypestring出/入库商品类型(明细商品进行获取)
goodsSubTypestring出/入库商品子类型(明细商品进行获取)
originstring来源

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/stock/transferCross/addList

跨店调拨单 批量添加跨店调拨单 OperationId: addList

调用方法

POST /api/stock/transferCross/addList

参数

请求体

Content-Type: application/json 必填:类型: StockTransferDTO$AddDTO[] com.leadwaycloud.stock.model.dto.inventory.StockTransferDTO$AddDTO

名称类型必填说明示例
(array)StockTransferDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockTransfer com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockTransfer

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockTransfer[]返回数据
POST

/api/stock/receive/import/{merchantId}/{companyId}/{type}

入库单 导入入库单 OperationId: importMove

调用方法

POST /api/stock/receive/import/{merchantId}/{companyId}/{type}

参数

名称位置必填类型说明示例
companyIdpathinteger(int64)
merchantIdpathinteger(int64)
typepathstring

请求体

Content-Type: application/json 必填:类型: object

名称类型必填说明示例
filestring(binary)

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/stock/receive/export

入库单 导出入库单 OperationId: exportMove

调用方法

POST /api/stock/receive/export

参数

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockMoveDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/stock/receive/add

入库单 添加入库单 OperationId: add_7

调用方法

POST /api/stock/receive/add

参数

名称位置必填类型说明示例
x-Sourceheaderstring来源 ERP、APP,默认值为ERP

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$AddDTO[] com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$AddDTO

名称类型必填说明示例
(array)StockMoveDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.util.ListJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)[]返回数据
POST

/api/stock/reUseDelivery/export

领用退货入库单 导出领用退货单 OperationId: exportUseMove_1

调用方法

POST /api/stock/reUseDelivery/export

参数

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockMoveDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/stock/reUseDelivery/add

领用退货入库单 添加领用退货单 OperationId: add_8

调用方法

POST /api/stock/reUseDelivery/add

参数

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$AddDTO[] com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$AddDTO

名称类型必填说明示例
(array)StockMoveDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.util.ListJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)[]返回数据
POST

/api/stock/reReceive/add

退货入库单 添加退货入库单 OperationId: add_9

调用方法

POST /api/stock/reReceive/add

参数

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$AddDTO[] com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$AddDTO

名称类型必填说明示例
(array)StockMoveDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.util.ListJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)[]返回数据
POST

/api/stock/reDelivery/export

退货出库单 导出退货出库单 OperationId: exportMove_1

调用方法

POST /api/stock/reDelivery/export

参数

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockMoveDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/stock/reDelivery/add

退货出库单 添加退货出库单 OperationId: add_10

调用方法

POST /api/stock/reDelivery/add

参数

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$AddDTO[] com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$AddDTO

名称类型必填说明示例
(array)StockMoveDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.util.ListJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)[]返回数据
POST

/api/stock/partnerWarehouse/add

CRM仓库管理 新增CRM仓库 OperationId: add_11

调用方法

POST /api/stock/partnerWarehouse/add

参数

请求体

Content-Type: application/json 必填:类型: StockPartnerWarehouseDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.StockPartnerWarehouseDTO$AddDTO

名称类型必填说明示例
codestring货号
externalCodestring外部编号
namestring名称
imagesstring图片
merchantIdinteger(int64)商户ID
contactResContactDTO

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockPartnerWarehouse com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockPartnerWarehouse

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockPartnerWarehouse
POST

/api/stock/oilReceive/bindReceiveOilLogs

收油单管理 绑定收油日志 OperationId: bindReceiveOilLogs

调用方法

POST /api/stock/oilReceive/bindReceiveOilLogs

参数

名称位置必填类型说明示例
receiveOilIdqueryinteger(int64)收油单ID
receiveOilLineIdqueryinteger(int64)收油单明细ID
receiveOilLogsIdqueryinteger(int64)收油日志ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/stock/oilReceive/add

收油单管理 添加收油单 OperationId: add_12

调用方法

POST /api/stock/oilReceive/add

参数

请求体

Content-Type: application/json 必填:类型: EnergyStockReceiveOilDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.EnergyStockReceiveOilDTO$AddDTO

名称类型必填说明示例
namestring名称
externalCodestring外部编号
partnerIdinteger(int64)CRM关系ID
originIdinteger(int64)源订单ID
originTypestring源订单类型
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
operatorUserIdinteger(int64)操作用户
shipTimestring(date-time)发货时间
receiptTimestring(date-time)收货时间
partnerWarehouseIdinteger(int64)提货库ID
deliveryNumberstring提货单号
arrivalTimestring(date-time)到站时间
businessDatestring(date)业务时间
energyStockReceiveOilLineDTOListEnergyStockReceiveOilLineDTO[]收油单明细

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/stock/oilReceive/addReceiveOilLogs

收油单管理 添加收油日志 OperationId: addReceiveOilLogs

调用方法

POST /api/stock/oilReceive/addReceiveOilLogs

参数

请求体

Content-Type: application/json 必填:类型: AddEnergyStockReceiveOilLogsDTO com.leadwaycloud.stock.model.dto.inventory.AddEnergyStockReceiveOilLogsDTO

名称类型必填说明示例
tankRecLogsEnergyStockReceiveOilLogsDTO[]添加收油日志集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/stock/oilChangeTank/add

油品换罐单管理 添加油品换罐单 OperationId: add_13

调用方法

POST /api/stock/oilChangeTank/add

参数

请求体

Content-Type: application/json 必填:类型: EnergyStockAdjustOilDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.EnergyStockAdjustOilDTO$AddDTO

名称类型必填说明示例
externalCodestring外部编号
namestring名称
planDatestring(date)计划日期
notestring备注
companyIdinteger(int64)调整单归属公司ID
createCompanyIdinteger(int64)创建公司ID
merchantIdinteger(int64)商户号ID
operatorIdinteger(int64)操作用户ID
businessDatestring(date)业务时间
statusstring状态
energyStockAdjustOilLineDTOListEnergyStockAdjustOilLineDTO[]油品调整单明细

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/stock/oilChangeNo/add

油品换号单管理 添加油品换号单 OperationId: add_14

调用方法

POST /api/stock/oilChangeNo/add

参数

请求体

Content-Type: application/json 必填:类型: EnergyStockAdjustOilDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.EnergyStockAdjustOilDTO$AddDTO

名称类型必填说明示例
externalCodestring外部编号
namestring名称
planDatestring(date)计划日期
notestring备注
companyIdinteger(int64)调整单归属公司ID
createCompanyIdinteger(int64)创建公司ID
merchantIdinteger(int64)商户号ID
operatorIdinteger(int64)操作用户ID
businessDatestring(date)业务时间
statusstring状态
energyStockAdjustOilLineDTOListEnergyStockAdjustOilLineDTO[]油品调整单明细

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/stock/oilChangeLoss/add

油品损耗单管理 添加油品损耗单 OperationId: add_15

调用方法

POST /api/stock/oilChangeLoss/add

参数

请求体

Content-Type: application/json 必填:类型: EnergyStockAdjustOilDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.EnergyStockAdjustOilDTO$AddDTO

名称类型必填说明示例
externalCodestring外部编号
namestring名称
planDatestring(date)计划日期
notestring备注
companyIdinteger(int64)调整单归属公司ID
createCompanyIdinteger(int64)创建公司ID
merchantIdinteger(int64)商户号ID
operatorIdinteger(int64)操作用户ID
businessDatestring(date)业务时间
statusstring状态
energyStockAdjustOilLineDTOListEnergyStockAdjustOilLineDTO[]油品调整单明细

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/stock/oilChange/add

油品调整单管理 添加油品调整单 OperationId: add_16

调用方法

POST /api/stock/oilChange/add

参数

请求体

Content-Type: application/json 必填:类型: EnergyStockAdjustOilDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.EnergyStockAdjustOilDTO$AddDTO

名称类型必填说明示例
externalCodestring外部编号
namestring名称
planDatestring(date)计划日期
notestring备注
companyIdinteger(int64)调整单归属公司ID
createCompanyIdinteger(int64)创建公司ID
merchantIdinteger(int64)商户号ID
operatorIdinteger(int64)操作用户ID
businessDatestring(date)业务时间
statusstring状态
energyStockAdjustOilLineDTOListEnergyStockAdjustOilLineDTO[]油品调整单明细

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/stock/oilAdjust/add

油品调整单-FuelServer 添加油品调整单 OperationId: add_17

调用方法

POST /api/stock/oilAdjust/add

参数

请求体

Content-Type: application/json 必填:类型: AddEnergyStockAdjustSimplifyDTO com.leadwaycloud.stock.model.dto.inventory.AddEnergyStockAdjustSimplifyDTO

名称类型必填说明示例
companyIdinteger(int64)调整单归属公司ID
typestring类型(OIL_CHANGE_NO:换号,OIL_CHANGE_TANK:换罐,OIL_CHANGE_LOSS:清罐)
adjustTankCodestring调整油罐编号
targetTankCodestring目标油罐编号(换罐时传值)
targetGoodsIdinteger(int64)目标油品ID(换号时传值)
adjustQtynumber(double)最终调整数量
planQtynumber(double)计划调整数量
reasonCodeIdinteger(int64)原因码ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: EnergyStockAdjustOil com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.energy.EnergyStockAdjustOil

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataEnergyStockAdjustOil
POST

/api/stock/mwamQty/queryQtyByWarehouseAndGoodsBarcode/{companyId}

商品移动加权平均(MWAM)库存管理 根据公司和商品条码和仓库查询库存数量 OperationId: queryByWarehouseGoodsAndBarcode

调用方法

POST /api/stock/mwamQty/queryQtyByWarehouseAndGoodsBarcode/{companyId}

参数

名称位置必填类型说明示例
companyIdpathinteger(int64)

请求体

Content-Type: application/json 必填:类型: StockQtyDTO$QueryByWarehouseAndGoodsBarcodeDTO[] com.leadwaycloud.stock.model.dto.inventory.StockQtyDTO$QueryByWarehouseAndGoodsBarcodeDTO

名称类型必填说明示例
(array)StockQtyDTO$QueryByWarehouseAndGoodsBarcodeDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockQtyVO$WarehouseBarcodeQty com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.StockQtyVO$WarehouseBarcodeQty

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockQtyVO$WarehouseBarcodeQty[]返回数据
POST

/api/stock/mwamQty/queryQtyByCompanyAndGoodsBarcode

商品移动加权平均(MWAM)库存管理 根据公司与商品条码查询库存数量 OperationId: queryByCompanyAndGoodsBarcode

调用方法

POST /api/stock/mwamQty/queryQtyByCompanyAndGoodsBarcode

参数

请求体

Content-Type: application/json 必填:类型: StockQtyDTO$QueryByCompanyAndGoodsBarcodeDTO[] com.leadwaycloud.stock.model.dto.inventory.StockQtyDTO$QueryByCompanyAndGoodsBarcodeDTO

名称类型必填说明示例
(array)StockQtyDTO$QueryByCompanyAndGoodsBarcodeDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockQtyVO$CompanyBarcodeQty com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.StockQtyVO$CompanyBarcodeQty

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockQtyVO$CompanyBarcodeQty[]返回数据
POST

/api/stock/mwamQty/export

商品移动加权平均(MWAM)库存管理 导出库存情况 OperationId: exportBrand

调用方法

POST /api/stock/mwamQty/export

参数

请求体

Content-Type: application/json 必填:类型: StockQtyDTO$ExportStockQtyDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockQtyDTO$ExportStockQtyDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockQtyDTO$ExportStockQtyDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/stock/inventory/start/{id}

盘点单 开始盘点 OperationId: start

调用方法

POST /api/stock/inventory/start/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/stock/inventory/import/{merchantId}

盘点单 导入盘点单 OperationId: importPurchase

调用方法

POST /api/stock/inventory/import/{merchantId}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int64)

请求体

Content-Type: application/json 必填:类型: object

名称类型必填说明示例
filestring(binary)

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/stock/inventory/formatInventoryLine/{merchantId}

盘点单 盘点单明细格式化导入VO OperationId: formatInventoryLine

调用方法

POST /api/stock/inventory/formatInventoryLine/{merchantId}

参数

名称位置必填类型说明示例
merchantIdpathlong商户ID
companyIdquerylong公司ID
warehouseIdquerylong仓库ID

请求体

Content-Type: application/json 必填:类型: object

名称类型必填说明示例
filestring(binary)

响应

状态码: 200 说明: OK Content-Type: */* 类型: InventoryLineFormatVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.inventory.InventoryLineFormatVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataInventoryLineFormatVO[]返回数据
POST

/api/stock/inventory/export

盘点单 导出盘点单 OperationId: exportInventory

调用方法

POST /api/stock/inventory/export

参数

请求体

Content-Type: application/json 必填:类型: StockInventoryDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockInventoryDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockInventoryDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/stock/inventory/add

盘点单 添加盘点单 OperationId: add_18

调用方法

POST /api/stock/inventory/add

参数

请求体

Content-Type: application/json 必填:类型: StockInventoryDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.StockInventoryDTO$AddDTO

名称类型必填说明示例
namestring名称
inventoryDatestring(date)盘点时间
externalCodestring外部编号
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户号ID
operatorIdinteger(int64)操作用户
notestring备注
businessDatestring(date)业务时间
inventoryLineDTOListStockInventoryLineDTO[]添加明细集合
tripLineIdinteger(int64)航线ID
originstring来源
inventoryBatchIdinteger(int64)盘点批次ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/stock/inventory/addInventoryRecord/{id}

盘点单 添加盘点录入 OperationId: addInventoryRecord

调用方法

POST /api/stock/inventory/addInventoryRecord/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

Content-Type: application/json 必填:类型: AddStockInventoryRecordDTO[] com.leadwaycloud.stock.model.dto.inventory.AddStockInventoryRecordDTO

名称类型必填说明示例
(array)AddStockInventoryRecordDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/stock/inventory/addInventoryByBatch

盘点单 根据盘点批提交盘点 OperationId: addInventoryByBatch

调用方法

POST /api/stock/inventory/addInventoryByBatch

参数

请求体

Content-Type: application/json 必填:类型: AddStockInventoryByBatchDTO com.leadwaycloud.stock.model.dto.inventory.AddStockInventoryByBatchDTO

名称类型必填说明示例
inventoryBatchCodestring盘点批编号
inventoryDatestring(date)盘点日期
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户号ID
operatorIdinteger(int64)操作用户ID
namestring名称
notestring备注
businessDatestring(date)业务时间

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/stock/inventory/addInventoryBatch

盘点单 创建盘点批次 OperationId: addInventoryBatch

调用方法

POST /api/stock/inventory/addInventoryBatch

参数

请求体

Content-Type: application/json 必填:类型: AddStockInventoryBatchDTO com.leadwaycloud.stock.model.dto.inventory.AddStockInventoryBatchDTO

名称类型必填说明示例
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
sourcestring来源,默认值为WEB
batchCodestring盘点批编号
inventoryTypestring盘点类型

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockInventoryBatch com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockInventoryBatch

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockInventoryBatch
POST

/api/stock/goods/split/add

商品拆分单 添加拆分单 OperationId: add_19

调用方法

POST /api/stock/goods/split/add

参数

请求体

Content-Type: application/json 必填:类型: StockGoodsSplitDTO$AddDTO com.leadwaycloud.stock.model.dto.goods.StockGoodsSplitDTO$AddDTO

名称类型必填说明示例
namestring名称
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
notestring备注
businessDatestring(date)业务日期
originTypestring源订单行类型
originIdinteger(int64)源订单行ID
goodsSplitLineDTOListStockGoodsSplitDTO$StockGoodsSplitLineDTO

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/stock/distribution/export

配送单管理 导出配送单 OperationId: exportAdjust

调用方法

POST /api/stock/distribution/export

参数

请求体

Content-Type: application/json 必填:类型: StockDistributionDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockDistributionDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockDistributionDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/stock/distribution/add

配送单管理 添加配送单 OperationId: add_20

调用方法

POST /api/stock/distribution/add

参数

请求体

Content-Type: application/json 必填:类型: StockDistributionDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.StockDistributionDTO$AddDTO

名称类型必填说明示例
pickingTypestring配送单类型
namestring名称
statusstring状态
originIdinteger(int64)源订单ID
originTypestring源订单类型
externalCodestring外部编号
currencyIdinteger(int64)货币符号
exchangeRatenumber(double)汇率
operatorIdinteger(int64)操作用户
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
deliveryTimestring(date-time)配送时间
partnerWarehouseIdinteger(int64)提货库ID
deliveryNumberstring提货单号
carrierPropertyDTOStockOrderCarrierPropertyDTO
distributionLineDTOListStockDistributionLineDTO[]配送单明细
createCompanyIdinteger(int64)创建配送单公司ID
targetPartnerIdinteger(int64)收货门店或者客户PartnerID
sourcePartnerIdinteger(int64)供应商或者配送门店PartnerID
oilboolean是否油品配送单
tripLineIdinteger(int64)航线ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/stock/delivery/import/{merchantId}/{companyId}

出库单 导入出库单 OperationId: importMove_1

调用方法

POST /api/stock/delivery/import/{merchantId}/{companyId}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int64)商户ID
companyIdpathinteger(int64)公司ID

请求体

Content-Type: application/json 必填:类型: object

名称类型必填说明示例
filestring(binary)

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/stock/delivery/export

出库单 导出出库单 OperationId: exportMove_2

调用方法

POST /api/stock/delivery/export

参数

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockMoveDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/stock/delivery/add

出库单 添加出库单 OperationId: add_21

调用方法

POST /api/stock/delivery/add

参数

名称位置必填类型说明示例
x-Sourceheaderstring来源 ERP、APP,默认值为ERP

请求体

Content-Type: application/json 必填:类型: StockMoveDTO$AddDTO[] com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$AddDTO

名称类型必填说明示例
(array)StockMoveDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.util.ListJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)[]返回数据
POST

/api/stock/bomProduce/add

商品BOM生产管理 添加商品BOM生产 OperationId: add_22

调用方法

POST /api/stock/bomProduce/add

参数

请求体

Content-Type: application/json 必填:类型: StockBomDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.StockBomDTO$AddDTO

名称类型必填说明示例
namestring名称
externalCodestring外部编号
notestring备注
companyIdinteger(int64)公司ID574533689957252
merchantIdinteger(int64)商户号ID574533689957248
operatorIdinteger(int64)操作用户ID618708628295069
stockBomSourceDTOListStockBomSourceDTO[]商品BOM调整单源明细集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/stock/bomDismantle/add

商品BOM分解管理 添加商品BOM分解管理 OperationId: add_23

调用方法

POST /api/stock/bomDismantle/add

参数

请求体

Content-Type: application/json 必填:类型: StockBomDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.StockBomDTO$AddDTO

名称类型必填说明示例
namestring名称
externalCodestring外部编号
notestring备注
companyIdinteger(int64)公司ID574533689957252
merchantIdinteger(int64)商户号ID574533689957248
operatorIdinteger(int64)操作用户ID618708628295069
stockBomSourceDTOListStockBomSourceDTO[]商品BOM调整单源明细集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/stock/adjust/export

调整单 导出调整单 OperationId: exportAdjust_1

调用方法

POST /api/stock/adjust/export

参数

请求体

Content-Type: application/json 必填:类型: StockAdjustDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockAdjustDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockAdjustDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/stock/adjust/add

调整单 添加调整单 OperationId: add_24

调用方法

POST /api/stock/adjust/add

参数

名称位置必填类型说明示例
x-Sourceheaderstring来源 ERP、APP,默认值为ERP

请求体

Content-Type: application/json 必填:类型: StockAdjustDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.StockAdjustDTO$AddDTO

名称类型必填说明示例
namestring名称
externalCodestring外部编号
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户号ID
notestring备注
operatorIdinteger(int64)操作用户
typestring调整类型
createCompanyIdinteger(int64)创建调整单公司ID
businessDatestring(date)业务时间
tripLineIdinteger(int64)航线ID
goodsTypestring商品类型
goodsSubTypestring商品子类型
adjustLineDTOListStockAdjustLineDTO[]调整单明细
originstring来源

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/sale/reOrder/export

销售退货单 导出销售退货单 OperationId: exportResale

调用方法

POST /api/sale/reOrder/export

参数

请求体

Content-Type: application/json 必填:类型: StockOrderDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.order.StockOrderDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockOrderDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/sale/reOrder/add

销售退货单 添加销售退货单 OperationId: add_25

调用方法

POST /api/sale/reOrder/add

参数

请求体

Content-Type: application/json 必填:类型: StockOrderDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.order.StockOrderDTO$AddDTO

名称类型必填说明示例
originIdinteger(int64)源订单ID
statusstring状态
namestring名称
externalCodestring外部编号
currencyIdinteger(int64)货币
exchangeRatenumber(double)汇率
partnerIdinteger(int64)CRM关系ID
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
originTypestring源订单类型
operatorIdinteger(int64)操作用户ID
orderLineDTOListStockOrderLineDTO[]订单明细
assistUserIdListinteger(int64)[]协作人
billingPeriodinteger(int32)账期
urgentboolean是否紧急
expectedDatestring(date)预计收/退货时间
createCompanyIdinteger(int64)创建订单公司ID
targetCompanyIdinteger(int64)销售或采购公司ID
oilboolean是否油品订单
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
partnerInfostring订单存放代理商承运商json信息
tripLineIdinteger(int64)航线ID
agentIdinteger(int64)代理商ID
originAmountnumber(double)折扣前总额
discountAmountnumber(double)折扣总额
goodsTypestring采购商品类型(采购明细商品进行获取)
goodsSubTypestring采购商品子类型(采购明细商品进行获取)
originstring来源
versionstring版本
codeRuleTypestring编号规则类型
attachmentAddDTOStockAttachmentDTO$UpdateDTO
initializationboolean是否初始化数据
acceptanceDatestring(date)验收日期(服务验收单)-万航
completionDatestring(date)完工日期(服务验收单)-万航

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/sale/quote/add

报价单管理 添加报价单 OperationId: add_26

调用方法

POST /api/sale/quote/add

参数

请求体

Content-Type: application/json 必填:类型: QuoteDTO$AddDTO com.leadwaycloud.stock.model.dto.quote.QuoteDTO$AddDTO

名称类型必填说明示例
namestring名称
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
notestring备注
pickingTypestring报价单类型
originIdinteger(int64)源订单ID
originTypestring源订单类型
customerIdinteger(int64)客户ID
customerContactPersonIdinteger(int64)客户联系人ID
codestring报价单编号
externalCodestring外部编号
quoteDatestring(date)报价日期
statusstring报价单状态
originstring来源
quoteLineListQuoteLineDTO[]报价单明细

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/sale/order/import/{merchantId}/{companyId}

销售订单 导入销售单 OperationId: importSale

调用方法

POST /api/sale/order/import/{merchantId}/{companyId}

参数

名称位置必填类型说明示例
companyIdpathinteger(int64)
merchantIdpathinteger(int64)

请求体

Content-Type: application/json 必填:类型: object

名称类型必填说明示例
filestring(binary)

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/sale/order/export

销售订单 导出销售单 OperationId: exportSale

调用方法

POST /api/sale/order/export

参数

请求体

Content-Type: application/json 必填:类型: StockOrderDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.order.StockOrderDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockOrderDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/sale/order/add

销售订单 添加销售单 OperationId: add_27

调用方法

POST /api/sale/order/add

参数

请求体

Content-Type: application/json 必填:类型: StockOrderDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.order.StockOrderDTO$AddDTO

名称类型必填说明示例
originIdinteger(int64)源订单ID
statusstring状态
namestring名称
externalCodestring外部编号
currencyIdinteger(int64)货币
exchangeRatenumber(double)汇率
partnerIdinteger(int64)CRM关系ID
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
originTypestring源订单类型
operatorIdinteger(int64)操作用户ID
orderLineDTOListStockOrderLineDTO[]订单明细
assistUserIdListinteger(int64)[]协作人
billingPeriodinteger(int32)账期
urgentboolean是否紧急
expectedDatestring(date)预计收/退货时间
createCompanyIdinteger(int64)创建订单公司ID
targetCompanyIdinteger(int64)销售或采购公司ID
oilboolean是否油品订单
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
partnerInfostring订单存放代理商承运商json信息
tripLineIdinteger(int64)航线ID
agentIdinteger(int64)代理商ID
originAmountnumber(double)折扣前总额
discountAmountnumber(double)折扣总额
goodsTypestring采购商品类型(采购明细商品进行获取)
goodsSubTypestring采购商品子类型(采购明细商品进行获取)
originstring来源
versionstring版本
codeRuleTypestring编号规则类型
attachmentAddDTOStockAttachmentDTO$UpdateDTO
initializationboolean是否初始化数据
acceptanceDatestring(date)验收日期(服务验收单)-万航
completionDatestring(date)完工日期(服务验收单)-万航

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/sale/order/addList

销售订单 批量添加销售单 OperationId: addList_1

调用方法

POST /api/sale/order/addList

参数

请求体

Content-Type: application/json 必填:类型: StockOrderDTO$AddDTO[] com.leadwaycloud.stock.model.dto.inventory.order.StockOrderDTO$AddDTO

名称类型必填说明示例
(array)StockOrderDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/sale/contractClauseTpl/add

营销合同条款模版 添加合同条款模版 OperationId: add_28

调用方法

POST /api/sale/contractClauseTpl/add

参数

请求体

Content-Type: application/json 必填:类型: SaleContractClauseTemplateDTO$AddDTO com.leadwaycloud.stock.model.dto.contract.SaleContractClauseTemplateDTO$AddDTO

名称类型必填说明示例
namestring模版名称
typestring销售合同模版类型
merchantIdinteger(int64)商户ID
contractClauseTemplateLineDTOListSaleContractClauseTemplateDTO$ContractClauseTemplateLineDTO[]销售合同模版详情明细

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractClauseTemplate com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContractClauseTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractClauseTemplate
POST

/api/sale/contractChange/add

销售合同变更申请 添加合同变更信息 OperationId: add_29

调用方法

POST /api/sale/contractChange/add

参数

请求体

Content-Type: application/json 必填:类型: SaleContractChangeDTO$AddDTO com.leadwaycloud.stock.model.dto.contract.SaleContractChangeDTO$AddDTO

名称类型必填说明示例
statusstring状态
contractIdinteger(int64)销售合同ID
versionstring版本
notestring备注
saleContractChangeLineListSaleContractChangeDTO$AddLineDTO[]变更明细
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
contractTypestring销售合同类型
changeTypestring变更CHANGE 转号CONVERSION
startWorkflowDTOStartWorkflowDTO
originIdinteger(int64)源单据ID
originTypestring源单据类型

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractChange com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContractChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractChange
POST

/api/sale/contractChange/addList

销售合同变更申请 批量添加合同变更信息 OperationId: addList_2

调用方法

POST /api/sale/contractChange/addList

参数

请求体

Content-Type: application/json 必填:类型: SaleContractChangeDTO$AddDTO[] com.leadwaycloud.stock.model.dto.contract.SaleContractChangeDTO$AddDTO

名称类型必填说明示例
(array)SaleContractChangeDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractChange com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockContractChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractChange[]返回数据
POST

/api/sale/contract/import/{merchantId}/{companyId}

销售合同 导入销售合同 OperationId: importSaleContract

调用方法

POST /api/sale/contract/import/{merchantId}/{companyId}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int32)商户ID0
companyIdpathinteger(int32)公司ID1
filequerystring(binary)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/sale/contract/export

销售合同 导出销售合同 OperationId: export

调用方法

POST /api/sale/contract/export

参数

请求体

Content-Type: application/json 必填:类型: SaleContractDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.contract.SaleContractDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOSaleContractDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/sale/contract/contractSaleAmount/list

销售合同 查询销售单使用金额及数量列表 OperationId: queryContractPurchaseAmount

调用方法

POST /api/sale/contract/contractSaleAmount/list

参数

请求体

Content-Type: application/json 必填:类型: SaleContractDTO$QueryContractAmountDTO com.leadwaycloud.stock.model.dto.contract.SaleContractDTO$QueryContractAmountDTO

名称类型必填说明示例
contractIdListinteger(int64)[]合同ID集合(获取合同销售总金额传递)
contractLineIdListinteger(int64)[]合同明细总ID集合(获取合同明细销售总金额传递)
moveStatusinteger(int64)出库单状态

响应

状态码: 200 说明: OK Content-Type: */* 类型: SaleContractUsageAmountVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.sale.contract.SaleContractUsageAmountVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSaleContractUsageAmountVO[]返回数据
POST

/api/sale/contract/add

销售合同 添加销售合同 OperationId: add_30

调用方法

POST /api/sale/contract/add

参数

请求体

Content-Type: application/json 必填:类型: SaleContractDTO$AddDTO com.leadwaycloud.stock.model.dto.contract.SaleContractDTO$AddDTO

名称类型必填说明示例
namestring合同名称
codestring合同编号
statusstring合同状态
externalCodestring外部编号
exchangeRatenumber(double)汇率
partnerIdinteger(int64)客户关系对象
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
executedAmountTotalnumber(double)期初已执行金额(含税)
executedAmountUntaxednumber(double)期初已执行金额(不含税)
executedAmountTaxnumber(double)期初已执行税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
startDatestring(date)开始时间
endDatestring(date)结束时间
operatorIdinteger(int64)操作用户ID
currencyIdinteger(int64)货币ID
originIdinteger(int64)源订单ID
originTypestring源订单类型
convertGoodsPriceboolean是否将合同转为价目表
goodsCategoryIdinteger(int64)商品分类id
departmentIdinteger(int64)部门ID
advanceboolean是否预付
advanceRationumber(double)预付比例
reviewMethodstring评审方式
signDatestring(date)签订日期
signLocationstring签署地点
contractTypestring合同类型(正式合同,预投合同,科研合同)
otherTypestring其他类型
saleDestinationstring销售去向
producePlanModestring生产组织方式(内厂/外厂生产)
versionstring版本号
machineTypestring机型
checkEffectiveAmountboolean是否检查有效金额
contractEffectiveTypestring合同有效类型
historyboolean是否是历史合同
goodsTypestring合同商品类型
goodsSubTypestring合同商品子类型
decalsContractboolean是否开口合同,用于采购单金额验证(标准类型商品)-万航
excessRationumber(double)超出额度比例,用于采购单金额验证(原材料类型商品)-万航
originstring来源
warrantyRationumber(double)合同总价款中用作质量保证的预留金比例
warrantyPeriodstring项目质量保修期限(支持单位:年、月、天,默认为月)
assistUserIdListinteger(int64)[]协作人
saleContractLineListSaleContractLineDTO[]合同明细DTO集合
saleContractClauseListStockContractClauseDTO[]合同条款明细DTO集合
startWorkflowStartWorkflowDTO
initializationboolean是否初始化数据

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/sale/contract/addList

销售合同 批量添加销售合同 OperationId: addList_3

调用方法

POST /api/sale/contract/addList

参数

请求体

Content-Type: application/json 必填:类型: SaleContractDTO$AddDTO[] com.leadwaycloud.stock.model.dto.contract.SaleContractDTO$AddDTO

名称类型必填说明示例
(array)SaleContractDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/sale/change/add

销售订单变更 添加订单变更信息 OperationId: add_31

调用方法

POST /api/sale/change/add

参数

请求体

Content-Type: application/json 必填:类型: SaleOrderChangeDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.SaleOrderChangeDTO$AddDTO

名称类型必填说明示例
orderIdinteger(int64)订单ID
orderTypestring订单类型
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
versionstring版本
notestring备注
statusstring状态
orderChangeLineDTOListStockOrderChangeLineDTO[]变更明细DTO
startWorkflowDTOStartWorkflowDTO

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrderChange com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockOrderChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderChange
POST

/api/sale/businessFollow/add

销售商机跟进记录 添加商机跟进记录 OperationId: add_32

调用方法

POST /api/sale/businessFollow/add

参数

请求体

Content-Type: application/json 必填:类型: StockBusinessFollowDTO$AddDTO com.leadwaycloud.stock.model.dto.business.StockBusinessFollowDTO$AddDTO

名称类型必填说明示例
businessIdinteger(int64)商机ID
contentstring跟进内容
modelstringsys_property表维护(BUSINESS_FOLLOW_METHODE)
followDatestring(date)跟进时间
nextFollowDatestring(date)下一次跟进时间
parentIdinteger(int64)父级跟进记录ID
partnerIdinteger(int64)联系人PartnerID
notestring备注
statusstring状态
attachmentListResAttachmentDTO$AddDTO[]附件集合
childBusinessFollowListResAttachmentDTO$AddDTO[]子集商机跟进记录

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/sale/businessFollow/addList

销售商机跟进记录 批量添加商机跟进记录 OperationId: addList_4

调用方法

POST /api/sale/businessFollow/addList

参数

请求体

Content-Type: application/json 必填:类型: StockBusinessFollowDTO$AddDTO[] com.leadwaycloud.stock.model.dto.business.StockBusinessFollowDTO$AddDTO

名称类型必填说明示例
(array)StockBusinessFollowDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: R com.leadwaycloud.core.model.R

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/sale/business/quotedPrice/{businessId}

销售商机 报价 OperationId: quotedPrice_1

调用方法

POST /api/sale/business/quotedPrice/{businessId}

参数

名称位置必填类型说明示例
businessIdpathinteger(int64)商机ID

请求体

Content-Type: application/json 必填:类型: StockBusinessOpportunityDTO$QuotedPriceDTO com.leadwaycloud.stock.model.dto.business.StockBusinessOpportunityDTO$QuotedPriceDTO

名称类型必填说明示例
notestring备注
amountUntaxednumber(double)商机-不含税总额
amountTaxnumber(double)商机-税额总额
amountTotalnumber(double)商机-含税总额
quotedPriceLineDTOListStockBusinessOpportunityDTO$QuotedPriceLineDTO[]商机明细,报价后的明细数据

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/sale/business/querySaleOrderAmount

销售商机 查询商机已提销售单金额 OperationId: querySaleOrderAmount

调用方法

POST /api/sale/business/querySaleOrderAmount

参数

请求体

Content-Type: application/json 必填:类型: StockBusinessOpportunityDTO$QuerySaleOrderAmountDTO com.leadwaycloud.stock.model.dto.business.StockBusinessOpportunityDTO$QuerySaleOrderAmountDTO

名称类型必填说明示例
opportunityIdListinteger(int64)[]商机ID集合
opportunityLineIdListinteger(int64)[]商机明细ID集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: BusinessOpportunitySaleOrderAmountVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunitySaleOrderAmountVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataBusinessOpportunitySaleOrderAmountVO[]返回数据
POST

/api/sale/business/add

销售商机 添加商机 OperationId: add_33

调用方法

POST /api/sale/business/add

参数

请求体

Content-Type: application/json 必填:类型: StockBusinessOpportunityDTO$AddDTO com.leadwaycloud.stock.model.dto.business.StockBusinessOpportunityDTO$AddDTO

名称类型必填说明示例
namestring商机名称
codestring商机code
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
planDatestring(date)计划日期
sourcestringsys_property表维护,商机来源(PHONE:电话销售;INITIATIVE:主动营销;MARKET_SURVEY:市场调研;CUSTOMER_INTRODUCE:客户介绍;FRIEND_INTRODUCE:朋友介绍;OTHER:其它)"MARKET_SURVEY"
amountUntaxednumber(double)不含税总计
amountTaxnumber(double)税额总计
amountTotalnumber(double)含税总计
currencyIdinteger(int64)币种ID
exchangeRatenumber(double)兑换本公司汇率
typestringsys_property表维护,商机类型(SALE:销售商机;PURCHASE:采购商机;OTHER:其它商机)"PURCHASE"
gradestringsys_property表维护,商机等级(ORDINARY:普通商机;EMPHASIS:重点商机)"ORDINARY"
partnerIdinteger(int64)CRM关系ID
notestring备注
statusstring状态
assistUsersstring协助人ID集合(JSON)
contractIdinteger(int64)合同ID,用于记录是对应哪个合同
structureTypestring产品类型sys_property表维护(OPPORTUNITY_PRODUCT_TYPE)
communicationTypestring沟通类型sys_property表维护(OPPORTUNITY_COMMUNICATION_TYPE)
relevantDepartmentIdinteger(int64)相关部门ID
extensionInfostring额外属性
discountAmountnumber(double)折扣总额,只用于前端展示
addBusinessLineDTOListStockBusinessOpportunityLineDTO[]商机明细
addBusinessFollowDTOListStockBusinessOpportunityLineDTO
addAttachmentStockAttachmentDTO$UpdateDTO

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/sale/aftersale/add

营销售后工单管理 添加售后工单 OperationId: add_34

调用方法

POST /api/sale/aftersale/add

参数

请求体

Content-Type: application/json 必填:类型: AftersaleWorkDTO$AddDTO com.leadwaycloud.stock.model.dto.sale.aftersale.AftersaleWorkDTO$AddDTO

名称类型必填说明示例
namestring工单标题
codestring工单号
statusstring工单状态
prioritystring优先级:LOW(低),MEDIUM(中等),HIGH(高),URGENT(紧急),CRITICAL:(严重)
partnerIdinteger(int64)客户/会员 partnerId
descriptionstring工单描述
sourcestring工单来源:PHONE(手机),EMAIL(邮件),WEB,APP,WECHAT
assigneeUserIdinteger(int64)处理人ID
dueDatestring(date)截止日期
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
aftersaleWorkLineListAftersaleWorkDTO$LineDTO[]售后工单明细

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/purchase/suggestOrdering/update/{id}

建议订购管理 编辑订购 OperationId: update_47

调用方法

POST /api/purchase/suggestOrdering/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)

请求体

Content-Type: application/json 必填:类型: UpdateSuggestOrderingDTO com.leadwaycloud.stock.model.dto.inventory.UpdateSuggestOrderingDTO

名称类型必填说明示例
equationstring计算公式
containColumnstring包含栏位
namestring名称

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/purchase/suggestOrdering/taskCalculation

建议订购管理 定时任务触发计算 OperationId: tasksCalculation

调用方法

POST /api/purchase/suggestOrdering/taskCalculation

参数

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/purchase/requirement/importPurchaseRequirementLine

采购需求 导入采购需求明细 OperationId: importPurchaseRequirementLine

调用方法

POST /api/purchase/requirement/importPurchaseRequirementLine

参数

请求体

Content-Type: application/json 必填:类型: object

名称类型必填说明示例
filestring(binary)

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchaseRequirementLineImportVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineImportVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseRequirementLineImportVO[]返回数据
POST

/api/purchase/requirement/add

采购需求 添加采购需求 OperationId: add_35

调用方法

POST /api/purchase/requirement/add

参数

请求体

Content-Type: application/json 必填:类型: StockPurchaseRequirementDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.StockPurchaseRequirementDTO$AddDTO

名称类型必填说明示例
namestring名称
externalCodestring外部编号
notestring备注
merchantIdinteger(int64)商户ID
companyIdinteger(int64)采购需求单所属门店ID
createCompanyIdinteger(int64)创建采购需求公司ID
operatorUserIdinteger(int64)操作用户ID
statusstring采购需求单状态
applyDatestring(date)申请日期
lineListStockPurchaseRequirementDTO$LineDTO[]采购需求明细集合
expectedTimestring(date-time)预计收货时间
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
tripLineIdinteger(int64)航线信息(Id)
warehouseIdinteger(int64)补货仓库ID
applyCompanyIdinteger(int64)采购需求单申请公司ID
assistUserIdListinteger(int64)[]协作人
goodsTypestring采购需求商品类型
relevantDepartmentIdinteger(int64)归口管理部门ID
applyDepartmentIdinteger(int64)申请部门ID
goodsSubTypestring商品子类型
applyUserIdinteger(int64)申请人ID
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
taxTypestring税金计算类型
expenseCategorystring费用支出类型-万航
startWorkflowStartWorkflowDTO
addAttachmentStockAttachmentDTO$UpdateDTO

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockPurchaseRequirement com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockPurchaseRequirement

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockPurchaseRequirement
POST

/api/purchase/reOrder/export

采购退货单 导出采购退货单 OperationId: exportRepurchase

调用方法

POST /api/purchase/reOrder/export

参数

请求体

Content-Type: application/json 必填:类型: StockOrderDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.order.StockOrderDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockOrderDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/purchase/reOrder/add

采购退货单 添加采购退货单 OperationId: add_36

调用方法

POST /api/purchase/reOrder/add

参数

名称位置必填类型说明示例
x-Sourceheaderstring来源 ERP、APP,默认值为ERP

请求体

Content-Type: application/json 必填:类型: StockOrderDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.order.StockOrderDTO$AddDTO

名称类型必填说明示例
originIdinteger(int64)源订单ID
statusstring状态
namestring名称
externalCodestring外部编号
currencyIdinteger(int64)货币
exchangeRatenumber(double)汇率
partnerIdinteger(int64)CRM关系ID
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
originTypestring源订单类型
operatorIdinteger(int64)操作用户ID
orderLineDTOListStockOrderLineDTO[]订单明细
assistUserIdListinteger(int64)[]协作人
billingPeriodinteger(int32)账期
urgentboolean是否紧急
expectedDatestring(date)预计收/退货时间
createCompanyIdinteger(int64)创建订单公司ID
targetCompanyIdinteger(int64)销售或采购公司ID
oilboolean是否油品订单
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
partnerInfostring订单存放代理商承运商json信息
tripLineIdinteger(int64)航线ID
agentIdinteger(int64)代理商ID
originAmountnumber(double)折扣前总额
discountAmountnumber(double)折扣总额
goodsTypestring采购商品类型(采购明细商品进行获取)
goodsSubTypestring采购商品子类型(采购明细商品进行获取)
originstring来源
versionstring版本
codeRuleTypestring编号规则类型
attachmentAddDTOStockAttachmentDTO$UpdateDTO
initializationboolean是否初始化数据
acceptanceDatestring(date)验收日期(服务验收单)-万航
completionDatestring(date)完工日期(服务验收单)-万航

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/purchase/reApply/merge

采购退货申请单 合并退货申请单 OperationId: merge

调用方法

POST /api/purchase/reApply/merge

参数

请求体

Content-Type: application/json 必填:类型: StockRtnDTO$MergeDTO com.leadwaycloud.stock.model.dto.inventory.StockRtnDTO$MergeDTO

名称类型必填说明示例
rtnIdListinteger(int64)[]合并退货申请单ID集合
addStockRtnDTOListStockRtnDTO$AddDTO[]合并之后新的退货申请单集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/purchase/reApply/convertTransfer

采购退货申请单 转换调拨订单 OperationId: convertTransfer

调用方法

POST /api/purchase/reApply/convertTransfer

参数

名称位置必填类型说明示例
merchantIdqueryinteger(int64)商户号ID
batchCodequerystring批次号

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/purchase/reApply/convertPurchaseRtn

采购退货申请单 转换采购退货订单 OperationId: convertPurchaseRtn

调用方法

POST /api/purchase/reApply/convertPurchaseRtn

参数

名称位置必填类型说明示例
merchantIdqueryinteger(int64)商户号ID
batchCodequerystring批次号

请求体

Content-Type: application/json 必填:类型: object

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/purchase/reApply/add

采购退货申请单 添加退货申请单 OperationId: add_37

调用方法

POST /api/purchase/reApply/add

参数

请求体

Content-Type: application/json 必填:类型: StockRtnDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.StockRtnDTO$AddDTO

名称类型必填说明示例
namestring名称
statusstring状态
externalCodestring外部编号
notestring备注
merchantIdinteger(int64)商户ID
companyIdinteger(int64)退货申请所属门店ID
createCompanyIdinteger(int64)创建退货申请公司ID
rtnCompanyIdinteger(int64)退货公司ID
doneTimestring(date-time)完成时间
operatorUserIdinteger(int64)操作用户ID
applyDatestring(date)申请日期
lineDTOListStockRtnDTO$LineDTO[]退货申请单明细集合
expectedTimestring(date-time)预计退货时间
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
tripLineIdinteger(int64)航线Id
warehouseIdinteger(int64)仓库Id

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/purchase/plan/import/{merchantId}/{companyId}

采购计划 导入采购计划 OperationId: importSaleContract_1

调用方法

POST /api/purchase/plan/import/{merchantId}/{companyId}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int32)商户ID0
companyIdpathinteger(int32)公司ID1
filequerystring(binary)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/purchase/plan/formatPurchasePlanLine/{merchantId}

采购计划 采购计划明细格式化导入 OperationId: formatPurchasePlanLine

调用方法

POST /api/purchase/plan/formatPurchasePlanLine/{merchantId}

参数

名称位置必填类型说明示例
merchantIdpathlong商户ID
companyIdquerylong公司ID

请求体

Content-Type: application/json 必填:类型: object

名称类型必填说明示例
filestring(binary)

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchasePlanLineFormatVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanLineFormatVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchasePlanLineFormatVO[]返回数据
POST

/api/purchase/plan/export

采购计划 导出采购计划 OperationId: exportPurchasePlan

调用方法

POST /api/purchase/plan/export

参数

请求体

Content-Type: application/json 必填:类型: StockPurchasePlanDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockPurchasePlanDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockPurchasePlanDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/purchase/plan/add

采购计划 添加采购计划 OperationId: add_38

调用方法

POST /api/purchase/plan/add

参数

请求体

Content-Type: application/json 必填:类型: StockPurchasePlanDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.StockPurchasePlanDTO$AddDTO

名称类型必填说明示例
namestring名称
codestring编号
typestring采购类型
modelstring采购方式
reasonstring选择原因说明
inviteTypestring招标方式(使用sys_property维护,INVITED_TENDERING:邀请招标;INVITED_PUBLIC:公开招标)
evaluationTypestring评标方式(使用sys_property维护,LOWEST_TENDERING_PRICE:最低价投标法;SYNTHETIC_EVALUATION:综合评估法)
tenderingBaseboolean是否有标底
applyDepartmentIdinteger(int64)申请部门ID
demandDepartmentIdinteger(int64)需求部门ID
originIdinteger(int64)源单据ID
originTypestring源单据类型
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
startPlanDatestring(date)计划开始时间
endPlanDatestring(date)计划开始时间
operatorIdinteger(int64)操作人ID
notestring备注
planPurchaseTypestring采购计划类型(使用sys_property维护:PLAN_PURCHASE:计划性采购/UN_PLAN_PURCHASE:非计划性采购)
purchasePlanLineListStockPurchasePlanLineDTO[]采购计划明细
assistUserIdListinteger(int64)[]协作人
supplierIdListinteger(int64)[]供应商ID
goodsTypestring采购计划商品类型
budgetTypestring预算类别(sys_property维护)
relevantDepartmentIdinteger(int64)归口管理部门ID
goodsSubTypestring采购计划商品子类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
externalCodestring外部编号
deliveryCompanystring交付地点(公司ID集合)-爱达
taxTypestring税金计算类型
statusstring状态
extensionInfostring额外属性
originstring来源

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/purchase/plan/addList

采购计划 批量添加采购计划 OperationId: addList_5

调用方法

POST /api/purchase/plan/addList

参数

请求体

Content-Type: application/json 必填:类型: StockPurchasePlanDTO$AddDTO[] com.leadwaycloud.stock.model.dto.inventory.StockPurchasePlanDTO$AddDTO

名称类型必填说明示例
(array)StockPurchasePlanDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockPurchasePlan com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockPurchasePlan

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockPurchasePlan[]返回数据
POST

/api/purchase/order/import/{merchantId}/{companyId}

采购单 导入采购单 OperationId: importPurchase_1

调用方法

POST /api/purchase/order/import/{merchantId}/{companyId}

参数

名称位置必填类型说明示例
companyIdpathinteger(int64)
merchantIdpathinteger(int64)

请求体

Content-Type: application/json 必填:类型: object

名称类型必填说明示例
filestring(binary)

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/purchase/order/export

采购单 导出采购单 OperationId: exportPurchase

调用方法

POST /api/purchase/order/export

参数

请求体

Content-Type: application/json 必填:类型: StockOrderDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.order.StockOrderDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockOrderDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/purchase/order/add

采购单 添加采购单 OperationId: add_39

调用方法

POST /api/purchase/order/add

参数

名称位置必填类型说明示例
x-Sourceheaderstring来源 ERP、APP,默认值为ERP

请求体

Content-Type: application/json 必填:类型: StockOrderDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.order.StockOrderDTO$AddDTO

名称类型必填说明示例
originIdinteger(int64)源订单ID
statusstring状态
namestring名称
externalCodestring外部编号
currencyIdinteger(int64)货币
exchangeRatenumber(double)汇率
partnerIdinteger(int64)CRM关系ID
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
originTypestring源订单类型
operatorIdinteger(int64)操作用户ID
orderLineDTOListStockOrderLineDTO[]订单明细
assistUserIdListinteger(int64)[]协作人
billingPeriodinteger(int32)账期
urgentboolean是否紧急
expectedDatestring(date)预计收/退货时间
createCompanyIdinteger(int64)创建订单公司ID
targetCompanyIdinteger(int64)销售或采购公司ID
oilboolean是否油品订单
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
partnerInfostring订单存放代理商承运商json信息
tripLineIdinteger(int64)航线ID
agentIdinteger(int64)代理商ID
originAmountnumber(double)折扣前总额
discountAmountnumber(double)折扣总额
goodsTypestring采购商品类型(采购明细商品进行获取)
goodsSubTypestring采购商品子类型(采购明细商品进行获取)
originstring来源
versionstring版本
codeRuleTypestring编号规则类型
attachmentAddDTOStockAttachmentDTO$UpdateDTO
initializationboolean是否初始化数据
acceptanceDatestring(date)验收日期(服务验收单)-万航
completionDatestring(date)完工日期(服务验收单)-万航

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/purchase/order/addList

采购单 批量添加采购单 OperationId: add_40

调用方法

POST /api/purchase/order/addList

参数

请求体

Content-Type: application/json 必填:类型: StockOrderDTO$AddDTO[] com.leadwaycloud.stock.model.dto.inventory.order.StockOrderDTO$AddDTO

名称类型必填说明示例
(array)StockOrderDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.util.ListJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)[]返回数据
POST

/api/purchase/invite/quotedPrice/{inviteId}/{partnerId}

采购招标 报价 OperationId: quotedPrice_2

调用方法

POST /api/purchase/invite/quotedPrice/{inviteId}/{partnerId}

参数

名称位置必填类型说明示例
inviteIdpathinteger(int64)招投标ID1
partnerIdpathinteger(int64)投标人partnerId1

请求体

Content-Type: application/json 必填:类型: StockGoodsInviteDTO$QuotedPriceDTO[] com.leadwaycloud.stock.model.dto.goods.invite.StockGoodsInviteDTO$QuotedPriceDTO

名称类型必填说明示例
(array)StockGoodsInviteDTO$QuotedPriceDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Boolean com.leadwaycloud.core.model.RJava.lang.Boolean

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
databoolean返回数据
POST

/api/purchase/invite/export

采购招标 导出采购招标 OperationId: exportPurchase_1

调用方法

POST /api/purchase/invite/export

参数

请求体

Content-Type: application/json 必填:类型: StockGoodsInviteDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.goods.invite.StockGoodsInviteDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockGoodsInviteDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/purchase/invite/bidSelection/{inviteId}

采购招标 定标 OperationId: inviteBidSelection

调用方法

POST /api/purchase/invite/bidSelection/{inviteId}

参数

名称位置必填类型说明示例
inviteIdpathinteger(int64)招投标ID1

请求体

Content-Type: application/json 必填:类型: StockGoodsInviteDTO$BidSelectionDTO com.leadwaycloud.stock.model.dto.goods.invite.StockGoodsInviteDTO$BidSelectionDTO

名称类型必填说明示例
selectLineListinteger(int64)[]中标的明细ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: Boolean com.leadwaycloud.core.model.RJava.lang.Boolean

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
databoolean返回数据
POST

/api/purchase/invite/add

采购招标 创建招投标 OperationId: add_41

调用方法

POST /api/purchase/invite/add

参数

请求体

Content-Type: application/json 必填:类型: StockGoodsInviteDTO$AddDTO com.leadwaycloud.stock.model.dto.goods.invite.StockGoodsInviteDTO$AddDTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID1
companyIdinteger(int64)公司ID1
namestring名称"测试招标"
expiredTimestring(date-time)投标截止时间
descriptionstring描述
inviteLineListStockGoodsInviteLineDTO[]明细
openRankboolean是否打开公布排名
openInviteboolean是否打开中标公示
originIdinteger(int64)源订单ID
originTypestring源订单类型
statusstring状态(默认:BIDDING)
contractPlanStartDatestring(date)计划合同开始日期
contractPlanEndDatestring(date)计划合同截止日期
quoteTypestring报价类型(QUOTE:报价 DICKER:议价)"QUOTE"
inviteLineHistoryListStockGoodsInviteLineHistoryDTO[]历史报价集合
assistUserIdListinteger(int64)[]协作人
goodsTypestring招标商品类型
goodsSubTypestring商品子类型
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
modelstring采购方式(根据不同的类型走向不同才流程和选择供应商以及模版打印等里面使用)
taxTypestring税金计算类型
codestring招标编号
startTimestring(date-time)投标开始时间
extensionInfostring额外属性
addAttachmentStockAttachmentDTO$UpdateDTO

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsInvite com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsInvite

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsInvite
POST

/api/purchase/contractClauseTpl/add

采购合同条款模版 添加采购合同条款模版 OperationId: add_42

调用方法

POST /api/purchase/contractClauseTpl/add

参数

请求体

Content-Type: application/json 必填:类型: PurchaseContractClauseTemplateDTO$AddDTO com.leadwaycloud.stock.model.dto.contract.PurchaseContractClauseTemplateDTO$AddDTO

名称类型必填说明示例
namestring模版名称
merchantIdinteger(int64)商户ID
contractClauseTemplateLineDTOListPurchaseContractClauseTemplateDTO$ContractClauseTemplateLineDTO[]采购合同模版详情明细

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractClauseTemplate com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContractClauseTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractClauseTemplate
POST

/api/purchase/contractChange/add

采购合同变更申请 添加合同变更信息 OperationId: add_43

调用方法

POST /api/purchase/contractChange/add

参数

请求体

Content-Type: application/json 必填:类型: PurchaseContractChangeDTO$AddDTO com.leadwaycloud.stock.model.dto.contract.PurchaseContractChangeDTO$AddDTO

名称类型必填说明示例
statusstring状态
contractIdinteger(int64)采购合同ID
versionstring版本
notestring备注
purchaseContractChangeLineListPurchaseContractChangeDTO$AddLineDTO[]变更明细
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
contractTypestring采购合同类型
changeTypestring变更CHANGE 转号CONVERSION
startWorkflowDTOStartWorkflowDTO
originIdinteger(int64)源单据ID
originTypestring源单据类型

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractChange com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContractChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractChange
POST

/api/purchase/contractChange/addList

采购合同变更申请 批量添加合同变更信息 OperationId: addList_6

调用方法

POST /api/purchase/contractChange/addList

参数

请求体

Content-Type: application/json 必填:类型: PurchaseContractChangeDTO$AddDTO[] com.leadwaycloud.stock.model.dto.contract.PurchaseContractChangeDTO$AddDTO

名称类型必填说明示例
(array)PurchaseContractChangeDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractChange com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockContractChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractChange[]返回数据
POST

/api/purchase/contract/import/{merchantId}/{companyId}

采购合同 导入采购合同 OperationId: importSaleContract_2

调用方法

POST /api/purchase/contract/import/{merchantId}/{companyId}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int32)商户ID0
companyIdpathinteger(int32)公司ID1
filequerystring(binary)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/purchase/contract/export

采购合同 导出采购合同 OperationId: exportPurchase_2

调用方法

POST /api/purchase/contract/export

参数

请求体

Content-Type: application/json 必填:类型: PurchaseContractDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.contract.PurchaseContractDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOPurchaseContractDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/purchase/contract/contractReceiveAmount/list

采购合同 查询采购入库单使用金额及数量列表 OperationId: queryContractReceiveAmount

调用方法

POST /api/purchase/contract/contractReceiveAmount/list

参数

请求体

Content-Type: application/json 必填:类型: PurchaseContractDTO$QueryContractAmountDTO com.leadwaycloud.stock.model.dto.contract.PurchaseContractDTO$QueryContractAmountDTO

名称类型必填说明示例
contractIdListinteger(int64)[]合同ID集合(获取合同采购总金额传递)
contractLineIdListinteger(int64)[]合同明细总ID集合(获取合同明细采购总金额传递)

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchaseContractUsageAmountVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractUsageAmountVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseContractUsageAmountVO[]返回数据
POST

/api/purchase/contract/contractPurchaseAmount/list

采购合同 查询采购单使用金额及数量列表 OperationId: queryContractPurchaseAmount_1

调用方法

POST /api/purchase/contract/contractPurchaseAmount/list

参数

请求体

Content-Type: application/json 必填:类型: PurchaseContractDTO$QueryContractAmountDTO com.leadwaycloud.stock.model.dto.contract.PurchaseContractDTO$QueryContractAmountDTO

名称类型必填说明示例
contractIdListinteger(int64)[]合同ID集合(获取合同采购总金额传递)
contractLineIdListinteger(int64)[]合同明细总ID集合(获取合同明细采购总金额传递)

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchaseContractUsageAmountVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractUsageAmountVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseContractUsageAmountVO[]返回数据
POST

/api/purchase/contract/add

采购合同 添加采购合同 OperationId: add_44

调用方法

POST /api/purchase/contract/add

参数

请求体

Content-Type: application/json 必填:类型: PurchaseContractDTO$AddDTO com.leadwaycloud.stock.model.dto.contract.PurchaseContractDTO$AddDTO

名称类型必填说明示例
namestring合同名称
codestring合同编号
statusstring合同状态
externalCodestring外部编号
exchangeRatenumber(double)汇率
partnerIdinteger(int64)客户关系对象
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
executedAmountTotalnumber(double)期初已执行金额(含税)
executedAmountUntaxednumber(double)期初已执行金额(不含税)
executedAmountTaxnumber(double)期初已执行税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
startDatestring(date)开始时间
endDatestring(date)结束时间
operatorIdinteger(int64)操作用户ID
currencyIdinteger(int64)货币ID
originIdinteger(int64)源订单ID
originTypestring源订单类型
checkEffectiveAmountboolean是否检查有效金额
contractEffectiveTypestring合同有效类型
historyboolean是否是历史合同
goodsTypestring合同商品类型
goodsSubTypestring合同商品子类型
decalsContractboolean是否开口合同,用于采购单金额验证(标准类型商品)-万航
excessRationumber(double)超出额度比例,用于采购单金额验证(原材料类型商品)-万航
originstring来源
extensionInfostring额外属性
assistUserIdListinteger(int64)[]协作人
purchaseContractLineListPurchaseContractLineDTO[]合同明细DTO集合
purchaseContractClauseListStockContractClauseDTO[]合同条款明细DTO集合
initializationboolean是否初始化数据

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/purchase/contract/addList

采购合同 批量添加采购合同 OperationId: addList_7

调用方法

POST /api/purchase/contract/addList

参数

请求体

Content-Type: application/json 必填:类型: PurchaseContractDTO$AddDTO[] com.leadwaycloud.stock.model.dto.contract.PurchaseContractDTO$AddDTO

名称类型必填说明示例
(array)PurchaseContractDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/purchase/apply/formatPurchaseApplyLine/{merchantId}

采购申请 采购申请明细格式化导入VO OperationId: formatPurchaseApplyLine

调用方法

POST /api/purchase/apply/formatPurchaseApplyLine/{merchantId}

参数

名称位置必填类型说明示例
merchantIdpathlong商户ID
companyIdquerylong公司ID

请求体

Content-Type: application/json 必填:类型: object

名称类型必填说明示例
filestring(binary)

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchaseApplyLineFormatVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineFormatVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseApplyLineFormatVO[]返回数据
POST

/api/purchase/apply/addList

采购申请 添加采购申请 OperationId: add_45

调用方法

POST /api/purchase/apply/addList

参数

请求体

Content-Type: application/json 必填:类型: StockPurchaseApplyDTO$AddDTO[] com.leadwaycloud.stock.model.dto.inventory.StockPurchaseApplyDTO$AddDTO

名称类型必填说明示例
(array)StockPurchaseApplyDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockPurchaseApply com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockPurchaseApply

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockPurchaseApply[]返回数据
POST

/api/goods/specification/addSpecification

商品属性管理 添加商品属性参数 OperationId: addSpecification

调用方法

POST /api/goods/specification/addSpecification

参数

请求体

Content-Type: application/json 必填:类型: GoodsSpecificationDTO$AddDTO com.leadwaycloud.stock.model.dto.goods.GoodsSpecificationDTO$AddDTO

名称类型必填说明示例
namestring名称
specificationGroupIdinteger(int64)商品规格组ID
scopestring作用范围<商品||商品条码>(com.leadwaycloud.common.enums.databaseEnum.StockGoodsSpecificationScopeEnum)"GOODS||BARCODE"
typestring规格类型<SKU||描述展示>(com.leadwaycloud.common.enums.databaseEnum.StockGoodsSpecificationTypeEnum)"SKU||DESCRIBE"
parentIdinteger(int64)父级ID
merchantIdinteger(int64)商户ID
sequenceinteger(int32)排序
dataTypestring数据类型(INTEGER,LONG,BOOLEAN,STRING,DOUBLE)
codestring编号
fieldLengthinteger(int32)字段长度
requiredboolean是否必填
fieldDecimalinteger(int32)小数位数

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/goods/specification/addSpecificationList

商品属性管理 添加商品属性参数集合 OperationId: addSpecificationList

调用方法

POST /api/goods/specification/addSpecificationList

参数

请求体

Content-Type: application/json 必填:类型: GoodsSpecificationDTO$AddDTO[] com.leadwaycloud.stock.model.dto.goods.GoodsSpecificationDTO$AddDTO

名称类型必填说明示例
(array)GoodsSpecificationDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.util.ListJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)[]返回数据
POST

/api/goods/specification/addSpecificationGroup

商品属性管理 添加商品属性组 OperationId: addSpecificationGroup

调用方法

POST /api/goods/specification/addSpecificationGroup

参数

请求体

Content-Type: application/json 必填:类型: GoodsSpecificationGroupDTO$AddDTO com.leadwaycloud.stock.model.dto.goods.GoodsSpecificationGroupDTO$AddDTO

名称类型必填说明示例
namestring名称
merchantIdinteger(int64)商户ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/goods/price/exportSale

商品价目表组管理 导出销售价目表 OperationId: exportSale_1

调用方法

POST /api/goods/price/exportSale

参数

请求体

Content-Type: application/json 必填:类型: GoodsPriceGroupDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.goods.GoodsPriceGroupDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOGoodsPriceGroupDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/goods/price/exportPurchase

商品价目表组管理 导出采购价目表 OperationId: exportPurchase_3

调用方法

POST /api/goods/price/exportPurchase

参数

请求体

Content-Type: application/json 必填:类型: GoodsPriceGroupDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.goods.GoodsPriceGroupDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOGoodsPriceGroupDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/goods/price/add

商品价目表组管理 新增商品价目表组 OperationId: add_46

调用方法

POST /api/goods/price/add

参数

请求体

Content-Type: application/json 必填:类型: GoodsPriceGroupDTO$AddDTO com.leadwaycloud.stock.model.dto.goods.GoodsPriceGroupDTO$AddDTO

名称类型必填说明示例
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
namestring名称
startTimestring(date-time)开始时间
endTimestring(date-time)结束时间
statusstring状态
partnerTypestring角色类型
notestring备注
partnerIdinteger(int64)CRM关系ID
originIdinteger(int64)源订单ID
originTypestring源订单类型

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/goods/price/addList

商品价目表组管理 新增商品价目表组 OperationId: addList_8

调用方法

POST /api/goods/price/addList

参数

请求体

Content-Type: application/json 必填:类型: GoodsPriceGroupDTO$AddDTO[] com.leadwaycloud.stock.model.dto.goods.GoodsPriceGroupDTO$AddDTO

名称类型必填说明示例
(array)GoodsPriceGroupDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/goods/category/import/{merchantId}/{type}

商品类型管理 导入商品类型 OperationId: importCategory

调用方法

POST /api/goods/category/import/{merchantId}/{type}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int64)商户ID
typepathstring
filequerystring(binary)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/goods/category/export

商品类型管理 导出商品类型 OperationId: exportCategory

调用方法

POST /api/goods/category/export

参数

请求体

Content-Type: application/json 必填:类型: GoodsCategoryDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.goods.GoodsCategoryDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOGoodsCategoryDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/goods/category/add

商品类型管理 添加商品类型 OperationId: add_47

调用方法

POST /api/goods/category/add

参数

请求体

Content-Type: application/json 必填:类型: GoodsCategoryDTO$AddDTO com.leadwaycloud.stock.model.dto.goods.GoodsCategoryDTO$AddDTO

名称类型必填说明示例
namestring名称
codestring编号
imagesstring图片
merchantIdinteger(int64)商户ID
parentIdinteger(int64)父级ID
externalCodestring外部编号
saleTaxIdinteger(int64)销售税ID
purchaseTaxIdinteger(int64)采购税ID
accountingTitleIdinteger(int64)库存科目ID
costAccountingTitleIdinteger(int64)成本科目ID
descriptionstring描述
originstring来源
boutiqueboolean是否为精品分类
specificationGroupIdinteger(int64)商品规格组ID
extensionInfostring额外属性

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsCategory com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsCategory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsCategory
POST

/api/goods/brand/import/{merchantId}

商品品牌管理 导入商品品牌 OperationId: importBrand

调用方法

POST /api/goods/brand/import/{merchantId}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int64)商户ID
filequerystring(binary)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/goods/brand/export

商品品牌管理 导出商品品牌 OperationId: exportBrand_1

调用方法

POST /api/goods/brand/export

参数

请求体

Content-Type: application/json 必填:类型: GoodsBrandDTO$QueryDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.goods.GoodsBrandDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOGoodsBrandDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/goods/brand/add

商品品牌管理 新增商品品牌 OperationId: add_48

调用方法

POST /api/goods/brand/add

参数

请求体

Content-Type: application/json 必填:类型: GoodsBrandDTO$AddDTO com.leadwaycloud.stock.model.dto.goods.GoodsBrandDTO$AddDTO

名称类型必填说明示例
codestring编号
namestring名称
merchantIdinteger(int64)商户ID1
imagesstring图片
descriptionstring描述
originstring来源
cooperativeboolean是否合作品牌

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/goods/bom/publish/{id}

商品配方管理 发布商品配方版本 OperationId: publish

调用方法

POST /api/goods/bom/publish/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)BOM版本主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/goods/bom/add

商品配方管理 添加商品配方 OperationId: add_49

调用方法

POST /api/goods/bom/add

参数

请求体

Content-Type: application/json 必填:类型: GoodsBomDTO$AddDTO com.leadwaycloud.stock.model.dto.goods.GoodsBomDTO$AddDTO

名称类型必填说明示例
namestring名称"测试商品BOM"
merchantIdinteger(int64)商户574533689957248
companyIdinteger(int64)公司574533689957252
goodsIdinteger(int64)商品660036246622986
goodsBarcodeIdinteger(int64)条码660036246622988
effectiveDatestring(date)生效日期
remarkstring备注
goodsBomLineListStockGoodsBomLineDTO[]商品BOM明细集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/goods/basic/query/goods/correlation/qty/{companyId}

商品管理 查询商品相关数量(在途、库存、销量等)-post OperationId: queryGoodsCorrelationQtys

调用方法

POST /api/goods/basic/query/goods/correlation/qty/{companyId}

参数

名称位置必填类型说明示例
companyIdqueryinteger(int32)公司ID1
goodsIdListquerystring商品ID集合1

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockQtyVO$GoodsQty com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.qty.StockQtyVO$GoodsQty

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockQtyVO$GoodsQty[]返回数据
POST

/api/goods/basic/import/{merchantId}/{type}

商品管理 通过商品类型导入商品 OperationId: importGoods

调用方法

POST /api/goods/basic/import/{merchantId}/{type}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int64)商户ID
typepathstring导入类型(INGREDIENT:原材料,STANDARD_GOODS:标准商品非完整模版,不包含条码等,PRODUCT:成品,PREPARE:半成品,COMPREHENSIVE_SERVICES:综合服务,GOODS:商品完整模版,GOODS_UPDATE:商品导入编辑)
filequerystring(binary)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/goods/basic/export

商品管理 导出商品 OperationId: exportGoods

调用方法

POST /api/goods/basic/export

参数

请求体

Content-Type: application/json 必填:类型: QueryGoodsDTO com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.goods.QueryGoodsDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOQueryGoodsDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/goods/basic/distributeGoods/{merchantId}

商品管理 下发公司商品 OperationId: distributeGoods

调用方法

POST /api/goods/basic/distributeGoods/{merchantId}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int64)商户号ID

请求体

Content-Type: application/json 必填:类型: AddGoodsDistributeDTO com.leadwaycloud.stock.model.dto.goods.AddGoodsDistributeDTO

名称类型必填说明示例
companyIdListinteger(int64)[]公司ID集合
goodsIdListinteger(int64)[]产品ID集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/goods/basic/checkGoodsExist

商品管理 校验商品是否存在 OperationId: checkGoodsExist

调用方法

POST /api/goods/basic/checkGoodsExist

参数

请求体

Content-Type: application/json 必填:类型: AddGoodsDistributeDTO com.leadwaycloud.stock.model.dto.goods.AddGoodsDistributeDTO

名称类型必填说明示例
companyIdListinteger(int64)[]公司ID集合
goodsIdListinteger(int64)[]产品ID集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.util.MapJava.lang.LongJava.util.ListJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/goods/basic/add

商品管理 添加商品 OperationId: add_50

调用方法

POST /api/goods/basic/add

参数

请求体

Content-Type: application/json 必填:类型: GoodsDTO$AddDTO com.leadwaycloud.stock.model.dto.goods.GoodsDTO$AddDTO

名称类型必填说明示例
namestring名称"葡萄"
codestring货号"123ABC"
merchantIdinteger(int64)商户ID574533689957248
virtualboolean虚拟商品false
imagesstring图片
descriptionstring描述
categoryIdinteger(int64)分类
otherNamestring商品别名
brandIdinteger(int64)品牌Id599703909631616
uomIdinteger(int64)计量单位ID
markstring标记
specificationGroupIdinteger(int64)商品规格组ID
placestring产地
gradestring等级
externalCodestring外部货号
weightboolean称重商品
fuelboolean油品
makeboolean自制品
carwashboolean洗车商品
typestring商品类型
barcodeSettlementboolean商品结算方式 false(商品结算,默认) true(条码结算)
saleTaxIdinteger(int64)销售税Id
purchaseTaxIdinteger(int64)采购税Id
specstring规格
typeSubstring商品子类型
hsCodestring海关编码 -爱达
giftboolean是否是赠品
shelfLifeinteger(int32)保质期
shelfLifeUtilstring保质期周期单位(HOUR-小时、DAY-天、WEEK-周、MONTH-月、 YEAR-年)
goodsEnergyStockGoodsEnergyDTO
goodsPropertyGoodsPropertyDTO$AddDTO
defSettlementGoodsBarcodeDefSettlementGoodsBarcodeDTO
goodsBarcodeListGoodsBarcodeDTO$AddDTO[]条码对象
distributeCompanyIdListinteger(int64)[]产品下发公司ID集合
goodsSpecificationParamListGoodsSpecificationParamDTO[]商品规格值集合
stockGoodsUomDTOListStockGoodsUomDTO[]计量单位集合
materialPropertyDTOGoodsManufactureDTO
purposeTagDTOResTagDTO$AssociatedTagDTO
attachmentAddDTOStockAttachmentDTO$UpdateDTO

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/goods/basic/addList

商品管理 批量添加商品 OperationId: addList_9

调用方法

POST /api/goods/basic/addList

参数

请求体

Content-Type: application/json 必填:类型: GoodsDTO$AddDTO[] com.leadwaycloud.stock.model.dto.goods.GoodsDTO$AddDTO

名称类型必填说明示例
(array)GoodsDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/goods/basic/addGoodsCostRecord

商品管理 添加商品成本历史修改记录 OperationId: addGoodsCostRecord

调用方法

POST /api/goods/basic/addGoodsCostRecord

参数

请求体

Content-Type: application/json 必填:类型: GoodsCostRecordDTO$AddDTO com.leadwaycloud.stock.model.dto.goods.GoodsCostRecordDTO$AddDTO

名称类型必填说明示例
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
oldValuenumber(double)修改前的值
newValuenumber(double)修改后的值
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户号ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/goods/barcode/add/{goodsId}

商品条码管理 添加商品条码 OperationId: add_51

调用方法

POST /api/goods/barcode/add/{goodsId}

参数

名称位置必填类型说明示例
goodsIdpathinteger(int64)商品ID0

请求体

Content-Type: application/json 必填:类型: GoodsBarcodeDTO$AddDTO com.leadwaycloud.stock.model.dto.goods.GoodsBarcodeDTO$AddDTO

名称类型必填说明示例
barcodestring条码"ABC1234566"
typestring条码类型"EN13"
imagesstring图片
merchantIdinteger(int64)商户号ID
specstring条码规格
descriptionstring描述
otherBarcodestring额外条码
goodsBarcodePropertyGoodsBarcodePropertyDTO$AddDTO
goodsBarcodeSpecificationParamListGoodsBarcodeSpecificationParamDTO[]商品条码规格值集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/common/attachment/add

附件管理 添加附件 OperationId: add_52

调用方法

POST /api/common/attachment/add

参数

请求体

Content-Type: application/json 必填:类型: StockAttachmentDTO$AddDTO com.leadwaycloud.stock.model.dto.inventory.StockAttachmentDTO$AddDTO

名称类型必填说明示例
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
fileIndexstring文件后缀
fileNamestring文件名称
originIdinteger(int64)源订单ID
originTypestring源订单类型
fileIdinteger(int64)文件ID
descriptionstring描述
originTypeSubstring源订单子类型

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockAttachment com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockAttachment

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockAttachment
POST

/api/common/attachment/addList

附件管理 批量添加附件 OperationId: addList_10

调用方法

POST /api/common/attachment/addList

参数

请求体

Content-Type: application/json 必填:类型: StockAttachmentDTO$AddDTO[] com.leadwaycloud.stock.model.dto.inventory.StockAttachmentDTO$AddDTO

名称类型必填说明示例
(array)StockAttachmentDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockAttachment com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockAttachment

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockAttachment[]返回数据
GET

/api/supplierPlatform/rePurchaseOrder/queryLine/{id}

供应商平台采购退货单管理 查询采购退货单明细 OperationId: queryLine

调用方法

GET /api/supplierPlatform/rePurchaseOrder/queryLine/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购退货单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformRePurchaseOrderLineVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformRePurchaseOrderLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformRePurchaseOrderLineVO[]返回数据
GET

/api/supplierPlatform/rePurchaseOrder/page

供应商平台采购退货单管理 查询采购退货单列表 OperationId: page

调用方法

GET /api/supplierPlatform/rePurchaseOrder/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
codequerystring编号
statusListquerystring[]
companyIdListqueryinteger(int64)[]

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformRePurchaseOrderListVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformRePurchaseOrderListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformRePurchaseOrderListVO
GET

/api/supplierPlatform/rePurchaseOrder/get/{id}

供应商平台采购退货单管理 查询采购退货单详情 OperationId: get

调用方法

GET /api/supplierPlatform/rePurchaseOrder/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购退货单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformRePurchaseOrderDetailVO com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformRePurchaseOrderDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformRePurchaseOrderDetailVO
GET

/api/supplierPlatform/purchaseOrder/queryLine/{id}

供应商平台采购单管理 查询采购单明细 OperationId: queryLine_1

调用方法

GET /api/supplierPlatform/purchaseOrder/queryLine/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformPurchaseOrderLineVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformPurchaseOrderLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPurchaseOrderLineVO[]返回数据
GET

/api/supplierPlatform/purchaseOrder/page

供应商平台采购单管理 查询采购单列表 OperationId: page_1

调用方法

GET /api/supplierPlatform/purchaseOrder/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
codequerystring编号
statusListquerystring[]
companyIdListqueryinteger(int64)[]
goodsPriceCompanyIdqueryinteger(int64)价目表公司ID
goodsIdqueryinteger(int64)商品ID
startExpectedDatequerystring(date)预计开始日期
endExpectedDatequerystring(date)预计结束日期

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformPurchaseOrderListVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformPurchaseOrderListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPurchaseOrderListVO
GET

/api/supplierPlatform/purchaseOrder/get/{id}

供应商平台采购单管理 查询采购单详情 OperationId: get_1

调用方法

GET /api/supplierPlatform/purchaseOrder/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformPurchaseOrderDetailVO com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformPurchaseOrderDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPurchaseOrderDetailVO
GET

/api/supplierPlatform/purchaseContract/queryLine/{id}

供应商平台采购合同管理 查询采购合同明细 OperationId: queryLine_2

调用方法

GET /api/supplierPlatform/purchaseContract/queryLine/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购合同ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformPurchaseContractLineVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.contract.SupplierPlatformPurchaseContractLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPurchaseContractLineVO[]返回数据
GET

/api/supplierPlatform/purchaseContract/page

供应商平台采购合同管理 分页查询采购合同列表 OperationId: page_2

调用方法

GET /api/supplierPlatform/purchaseContract/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
codequerystring编号
statusListquerystring[]

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformPurchaseContractListVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.supplier.platform.contract.SupplierPlatformPurchaseContractListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPurchaseContractListVO
GET

/api/supplierPlatform/purchaseContract/get/{id}

供应商平台采购合同管理 查询采购合同详情 OperationId: get_2

调用方法

GET /api/supplierPlatform/purchaseContract/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购合同ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformPurchaseContractDetailVO com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.supplier.platform.contract.SupplierPlatformPurchaseContractDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPurchaseContractDetailVO
GET

/api/supplierPlatform/paymentBill/queryBillOrder/{id}

供应商平台付款单管理 查询付款单订单明细 OperationId: queryBillOrder

调用方法

GET /api/supplierPlatform/paymentBill/queryBillOrder/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)付款单ID0

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformPaymentBillOrderVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformPaymentBillOrderVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPaymentBillOrderVO[]返回数据
GET

/api/supplierPlatform/paymentBill/queryBillGoodsList/{id}

供应商平台付款单管理 查询付款单商品明细 OperationId: queryBillGoodsList

调用方法

GET /api/supplierPlatform/paymentBill/queryBillGoodsList/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)付款单ID0

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformPaymentBillGoodsVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformPaymentBillGoodsVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPaymentBillGoodsVO[]返回数据
GET

/api/supplierPlatform/paymentBill/page

供应商平台付款单管理 查询付款单分页列表 OperationId: page_3

调用方法

GET /api/supplierPlatform/paymentBill/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
codequerystring编号
statusListquerystring[]
payqueryboolean是否付款
orderCodequerystring订单编号

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformPaymentBillListVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformPaymentBillListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPaymentBillListVO
GET

/api/supplierPlatform/paymentBill/get/{id}

供应商平台付款单管理 查询付款单详情 OperationId: get_3

调用方法

GET /api/supplierPlatform/paymentBill/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)付款单ID0

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformPaymentBillDetailVO com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformPaymentBillDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPaymentBillDetailVO
GET

/api/supplierPlatform/invite/querySupplierAttachmentList/{inviteId}

供应商平台招标管理 查询供应商附件 OperationId: queryUserAttachmentList

调用方法

GET /api/supplierPlatform/invite/querySupplierAttachmentList/{inviteId}

参数

名称位置必填类型说明示例
inviteIdpathinteger(int64)招投标ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformAttachmentVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformAttachmentVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformAttachmentVO[]返回数据
GET

/api/supplierPlatform/invite/queryLine/{inviteId}

供应商平台招标管理 查询供应商招标明细 OperationId: queryLine_3

调用方法

GET /api/supplierPlatform/invite/queryLine/{inviteId}

参数

名称位置必填类型说明示例
inviteIdpathinteger(int64)招投标ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformInviteLineVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformInviteLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformInviteLineVO[]返回数据
GET

/api/supplierPlatform/invite/queryInviteRank/{inviteId}

供应商平台招标管理 查询招标排名 OperationId: queryInviteRank

调用方法

GET /api/supplierPlatform/invite/queryInviteRank/{inviteId}

参数

名称位置必填类型说明示例
inviteIdpathinteger(int64)招投标ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformInviteTotalAmountRankVO com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformInviteTotalAmountRankVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformInviteTotalAmountRankVO
GET

/api/supplierPlatform/invite/queryHistory/{inviteId}

供应商平台招标管理 查询历史招标明细 OperationId: queryHistory

调用方法

GET /api/supplierPlatform/invite/queryHistory/{inviteId}

参数

名称位置必填类型说明示例
inviteIdpathinteger(int64)招投标ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformInviteLineHistoryVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformInviteLineHistoryVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformInviteLineHistoryVO[]返回数据
GET

/api/supplierPlatform/invite/queryBidingDocumentAttachmentList/{inviteId}

供应商平台招标管理 查询标书附件 OperationId: queryBidingDocumentAttachmentList

调用方法

GET /api/supplierPlatform/invite/queryBidingDocumentAttachmentList/{inviteId}

参数

名称位置必填类型说明示例
inviteIdpathinteger(int64)招投标ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformAttachmentVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformAttachmentVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformAttachmentVO[]返回数据
GET

/api/supplierPlatform/invite/page

供应商平台招标管理 分页查询招投标信息 OperationId: page_4

调用方法

GET /api/supplierPlatform/invite/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
statusquerystring状态 【 BIDDING : TENDERING : BID_OPENING : BID_EVALUATION : BID_SELECTION : APPROVEING : APPROVEDONE : REJECT : CANCEL : 】
codequerystring编号
openRankqueryboolean公布排名
openInvitequeryboolean开放公示

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformInviteListVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformInviteListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformInviteListVO
GET

/api/supplierPlatform/invite/generateApiKey

供应商平台招标管理 生成API密钥 OperationId: generateApiKey

调用方法

GET /api/supplierPlatform/invite/generateApiKey

参数

名称位置必填类型说明示例
inviteIdqueryinteger(int64)招标单ID
deviceInfoquerystring操作加密信息(操作电脑IP,电脑MAC地址,浏览器User-Agent信息)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: String com.leadwaycloud.core.model.RJava.lang.String

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datastring返回数据
GET

/api/supplierPlatform/advancePaymentBill/queryBillOrder/{id}

供应商平台预付款单管理 查询预付款单订单明细 OperationId: queryBillOrder_1

调用方法

GET /api/supplierPlatform/advancePaymentBill/queryBillOrder/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)预付款单ID0

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformAdvancePaymentOrderVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformAdvancePaymentOrderVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformAdvancePaymentOrderVO[]返回数据
GET

/api/supplierPlatform/advancePaymentBill/queryBillGoodsList/{id}

供应商平台预付款单管理 查询预付款单商品明细 OperationId: queryBillGoodsList_1

调用方法

GET /api/supplierPlatform/advancePaymentBill/queryBillGoodsList/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)预付款单ID0

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformAdvancePaymentGoodsVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformAdvancePaymentGoodsVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformAdvancePaymentGoodsVO[]返回数据
GET

/api/supplierPlatform/advancePaymentBill/page

供应商平台预付款单管理 查询预付款单分页列表 OperationId: page_5

调用方法

GET /api/supplierPlatform/advancePaymentBill/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
codequerystring编号
statusListquerystring[]
payqueryboolean是否付款

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformAdvancePaymentListVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformAdvancePaymentListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformAdvancePaymentListVO
GET

/api/supplierPlatform/advancePaymentBill/get/{id}

供应商平台预付款单管理 查询预付款单详情 OperationId: get_4

调用方法

GET /api/supplierPlatform/advancePaymentBill/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)预付款单ID0

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SupplierPlatformAdvancePaymentDetailVO com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformAdvancePaymentDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformAdvancePaymentDetailVO
GET

/api/stock/warehouse/query/{id}

仓库/库位 查询仓库/库位详情 OperationId: query

调用方法

GET /api/stock/warehouse/query/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockWarehouse com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockWarehouse

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockWarehouse
GET

/api/stock/warehouse/list

仓库/库位 查询仓库/库位集合 OperationId: list

调用方法

GET /api/stock/warehouse/list

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)1
codequerystring编号
namequerystring名称
idChainquerystring完整的组织结构
typequerystring类型
statusListquerystring状态"ACTIVE"
departmentIdListqueryinteger(int64)[]
goodsTypequerystring仓库商品类型 【 INGREDIENT : PRODUCT : STANDARD_GOODS : MOULD : 】
goodsSubTypequerystring仓库商品子类型 【 OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
manufactureTypequerystring仓库类型(合格库/不合格库/待检库...) 【 QUALIFIED : UNQUALIFIED : WAIT_INSPECT : 】
inventoryMoveTypequerystring入库/回库类型-万航 【 RESEARCH : DEPRECATED : 】
calcCostqueryboolean是否计算成本。科研,料头仓库为false,默认值为true。
assetqueryboolean是否资产-爱达

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockWarehouse com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockWarehouse

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockWarehouse[]返回数据
GET

/api/stock/useDelivery/page

领用出库单 查询领用出库单列表 OperationId: page_6

调用方法

GET /api/stock/useDelivery/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring名称
codequerystring编号
companyIdListqueryinteger(int64)[]
operatorIdqueryinteger(int64)操作用户
originIdqueryinteger(int64)源订单ID
originTypequerystring源订单类型 【 ORIGIN_TYPE_NULL : DISTRIBUTION_TRANSFER_ORDER : DISTRIBUTION_SALE_ORDER : DISTRIBUTION_PURCHASE_ORDER : SALE_ORDER : RE_SALE_ORDER : PURCHASE_ORDER : RE_PURCHASE_ORDER : PRODUCE_PLAN_ORDER : MATERIAL_DELIVERY_ORDER : INVENTORY_DELIVERY_ORDER : INVENTORY_RECEIVE_ORDER : PURCHASE_APPLY_ORDER : INVENTORY_ORDINARY_DELIVERY_ORDER : INVENTORY_RESEARCH_DELIVERY_ORDER : INVENTORY_DEPRECATED_DELIVERY_ORDER : TRANSFER_SUBSTANDARD_QUALITY_ORDER : TRANSFER_CONFORMITY_QUALITY_ORDER : 】
associateRtnqueryboolean是否关联退货申请单
departmentIdqueryinteger(int64)部门ID
originTypeListquerystring[]
statusListquerystring[]
warehouseIdqueryinteger(int64)仓库
targetWarehouseIdqueryinteger(int64)目标仓库id
purchaseCodequerystring采购单编号
tripLineIdqueryinteger(int64)航线ID
startDoneTimequerystring(date-time)开始完成时间
endDoneTimequerystring(date-time)结束完成时间
partnerIdqueryinteger(int64)客户关系Id
goodsTypequerystring出/入库商品类型(明细商品进行获取) 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsIdqueryinteger(int64)商品ID
contractIdqueryinteger(int64)合同Id
createUserIdqueryinteger(int64)创建用户ID
startPlanDatequerystring(date)开始计划日期
endPlanDatequerystring(date)结束计划日期
associateOriginqueryboolean出入库单是否关联原订单
stockMoveTypeEnumquerystring出入库单源头单据类型 【 TRANSFER_ORDER : RE_TRANSFER_ORDER : RE_PURCHASE_ORDER : PURCHASE_RECEIVE : 】
deliveryCodequerystring出库单编号
supplierIdqueryinteger(int64)供应商ID
producePlanCodequerystring生产计划编号
produceBatchCodequerystring生产批次编号
furnacequerystring母炉号
subFurnacequerystring子炉号
sectionNoquerystring节号
texturequerystring材质
goodsSubTypequerystring出/入库商品子类型(明细商品进行获取) 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
balancequeryboolean是否记账
materialDeliveryBatchCodequerystring投料计划生产批次号
initializationqueryboolean是否初始化数据
startCreateTimequerystring(date-time)创建时间(开始)
endCreateTimequerystring(date-time)创建时间(截止)
queryLinequeryboolean是否查询明细行(默认查询 不查询传递true)
queryContractqueryboolean是否查询合同信息
queryAmountTotalqueryboolean是否查询单据总金额 -爱达

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockMove com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockMove

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockMove
GET

/api/stock/useDelivery/get/{id}

领用出库单 查询领用出库单详情 OperationId: get_5

调用方法

GET /api/stock/useDelivery/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)领用出库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockMove com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockMove

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockMove
GET

/api/stock/transferInternal/page

库间调拨管理 分页查询库间调拨 OperationId: page_7

调用方法

GET /api/stock/transferInternal/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户ID
companyIdqueryinteger(int64)归属公司ID
createCompanyIdqueryinteger(int64)创建公司ID
codequerystring编号
statusListquerystring状态
namequerystring名称
operatorIdqueryinteger(int64)操作用户
originIdqueryinteger(int64)源订单ID
tripLineIdqueryinteger(int64)航线ID
createUserIdqueryinteger(int64)操作用户
queryLinequeryboolean是否查询明细行(默认查询 不查询传递true)
goodsTypequerystring出/入库商品类型(明细商品进行获取) 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsSubTypequerystring出/入库商品子类型(明细商品进行获取) 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
texturequerystring锻件材质
producePlanCodequerystring生产计划编号
produceBatchCodequerystring生产批次编号
furnacequerystring母炉号
subFurnacequerystring子炉号
sectionNoquerystring节号

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockTransfer com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockTransfer

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockTransfer
GET

/api/stock/transferInternal/get/{id}

库间调拨管理 查询库间调拨详情 OperationId: get_6

调用方法

GET /api/stock/transferInternal/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)调拨单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockTransfer com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockTransfer

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockTransfer
GET

/api/stock/transferCross/queryOrderLineGoodsQty/{id}

跨店调拨单 获取跨店调拨单明细行商品数量情况 OperationId: getOrderGoodsLineQty

调用方法

GET /api/stock/transferCross/queryOrderLineGoodsQty/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)跨店调拨单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockTransferLineQtyVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.StockTransferLineQtyVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockTransferLineQtyVO[]返回数据
GET

/api/stock/transferCross/page

跨店调拨单 查询跨店调拨单列表 OperationId: page_8

调用方法

GET /api/stock/transferCross/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户ID
companyIdqueryinteger(int64)归属公司ID
createCompanyIdqueryinteger(int64)创建公司ID
inCompanyIdListqueryinteger(int64)[]
outCompanyIdListqueryinteger(int64)[]
codequerystring编号
statusListquerystring[]
namequerystring名称
operatorIdqueryinteger(int64)操作用户
originIdqueryinteger(int64)源订单ID
oilqueryboolean是否油品调拨单
tripLineIdqueryinteger(int64)航线ID
queryLinequeryboolean是否查询明细行(默认查询 不查询传递true)
goodsTypequerystring出/入库商品类型(明细商品进行获取) 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsSubTypequerystring出/入库商品子类型(明细商品进行获取) 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockTransfer com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockTransfer

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockTransfer
GET

/api/stock/transferCross/get/{id}

跨店调拨单 查询跨店调拨单详情 OperationId: get_7

调用方法

GET /api/stock/transferCross/get/{id}

参数

名称位置必填类型说明示例
x-Sourceheaderstring来源 ERP、APP,默认值为ERP
idpathinteger(int64)调整单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockTransfer com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockTransfer

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockTransfer
GET

/api/stock/transferCross/app/page

跨店调拨单 查询跨店调拨单APP列表 OperationId: appPage

调用方法

GET /api/stock/transferCross/app/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
queryAppDTOqueryStockTransferDTO$QueryAppDTO

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockTransfer com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockTransfer

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockTransfer
GET

/api/stock/receive/queryMoveLineGoodsQty/{moveId}

入库单 获取入库订单明细行商品数量情况 OperationId: getMoveGoodsLineQty

调用方法

GET /api/stock/receive/queryMoveLineGoodsQty/{moveId}

参数

名称位置必填类型说明示例
moveIdpathinteger(int64)出库单ID
queryInvoiceQtyqueryboolean是否查询已开发票申请数量
queryTransferQtyqueryboolean是否查询已调拨数量
queryReReceiveWeightqueryboolean是否查询已退货入库重量
queryReDeliveryWeightqueryboolean是否查询已退货出库重量

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockMoveLineQtyVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.StockMoveLineQtyVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockMoveLineQtyVO[]返回数据
GET

/api/stock/receive/page

入库单 查询入库单列表 OperationId: page_9

调用方法

GET /api/stock/receive/page

参数

名称位置必填类型说明示例
x-Sourceheaderstring来源 ERP、APP,默认值为ERP
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring名称
codequerystring编号
companyIdListqueryinteger(int64)[]
operatorIdqueryinteger(int64)操作用户
originIdqueryinteger(int64)源订单ID
originTypequerystring源订单类型 【 ORIGIN_TYPE_NULL : DISTRIBUTION_TRANSFER_ORDER : DISTRIBUTION_SALE_ORDER : DISTRIBUTION_PURCHASE_ORDER : SALE_ORDER : RE_SALE_ORDER : PURCHASE_ORDER : RE_PURCHASE_ORDER : PRODUCE_PLAN_ORDER : MATERIAL_DELIVERY_ORDER : INVENTORY_DELIVERY_ORDER : INVENTORY_RECEIVE_ORDER : PURCHASE_APPLY_ORDER : INVENTORY_ORDINARY_DELIVERY_ORDER : INVENTORY_RESEARCH_DELIVERY_ORDER : INVENTORY_DEPRECATED_DELIVERY_ORDER : TRANSFER_SUBSTANDARD_QUALITY_ORDER : TRANSFER_CONFORMITY_QUALITY_ORDER : 】
associateRtnqueryboolean是否关联退货申请单
departmentIdqueryinteger(int64)部门ID
originTypeListquerystring[]
statusListquerystring[]
warehouseIdqueryinteger(int64)仓库
targetWarehouseIdqueryinteger(int64)目标仓库id
purchaseCodequerystring采购单编号
tripLineIdqueryinteger(int64)航线ID
startDoneTimequerystring(date-time)开始完成时间
endDoneTimequerystring(date-time)结束完成时间
partnerIdqueryinteger(int64)客户关系Id
goodsTypequerystring出/入库商品类型(明细商品进行获取) 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsIdqueryinteger(int64)商品ID
contractIdqueryinteger(int64)合同Id
createUserIdqueryinteger(int64)创建用户ID
startPlanDatequerystring(date)开始计划日期
endPlanDatequerystring(date)结束计划日期
associateOriginqueryboolean出入库单是否关联原订单
stockMoveTypeEnumquerystring出入库单源头单据类型 【 TRANSFER_ORDER : RE_TRANSFER_ORDER : RE_PURCHASE_ORDER : PURCHASE_RECEIVE : 】
deliveryCodequerystring出库单编号
supplierIdqueryinteger(int64)供应商ID
producePlanCodequerystring生产计划编号
produceBatchCodequerystring生产批次编号
furnacequerystring母炉号
subFurnacequerystring子炉号
sectionNoquerystring节号
texturequerystring材质
goodsSubTypequerystring出/入库商品子类型(明细商品进行获取) 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
balancequeryboolean是否记账
materialDeliveryBatchCodequerystring投料计划生产批次号
initializationqueryboolean是否初始化数据
startCreateTimequerystring(date-time)创建时间(开始)
endCreateTimequerystring(date-time)创建时间(截止)
queryLinequeryboolean是否查询明细行(默认查询 不查询传递true)
queryContractqueryboolean是否查询合同信息
queryAmountTotalqueryboolean是否查询单据总金额 -爱达

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockMove com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockMove

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockMove
GET

/api/stock/receive/get/{id}

入库单 查询入库单详情 OperationId: get_8

调用方法

GET /api/stock/receive/get/{id}

参数

名称位置必填类型说明示例
x-Sourceheaderstring来源 ERP、APP,默认值为ERP
idpathinteger(int64)入库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockMove com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockMove

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockMove
GET

/api/stock/reUseDelivery/page

领用退货入库单 查询领用退货单列表 OperationId: page_10

调用方法

GET /api/stock/reUseDelivery/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring名称
codequerystring编号
companyIdListqueryinteger(int64)[]
operatorIdqueryinteger(int64)操作用户
originIdqueryinteger(int64)源订单ID
originTypequerystring源订单类型 【 ORIGIN_TYPE_NULL : DISTRIBUTION_TRANSFER_ORDER : DISTRIBUTION_SALE_ORDER : DISTRIBUTION_PURCHASE_ORDER : SALE_ORDER : RE_SALE_ORDER : PURCHASE_ORDER : RE_PURCHASE_ORDER : PRODUCE_PLAN_ORDER : MATERIAL_DELIVERY_ORDER : INVENTORY_DELIVERY_ORDER : INVENTORY_RECEIVE_ORDER : PURCHASE_APPLY_ORDER : INVENTORY_ORDINARY_DELIVERY_ORDER : INVENTORY_RESEARCH_DELIVERY_ORDER : INVENTORY_DEPRECATED_DELIVERY_ORDER : TRANSFER_SUBSTANDARD_QUALITY_ORDER : TRANSFER_CONFORMITY_QUALITY_ORDER : 】
associateRtnqueryboolean是否关联退货申请单
departmentIdqueryinteger(int64)部门ID
originTypeListquerystring[]
statusListquerystring[]
warehouseIdqueryinteger(int64)仓库
targetWarehouseIdqueryinteger(int64)目标仓库id
purchaseCodequerystring采购单编号
tripLineIdqueryinteger(int64)航线ID
startDoneTimequerystring(date-time)开始完成时间
endDoneTimequerystring(date-time)结束完成时间
partnerIdqueryinteger(int64)客户关系Id
goodsTypequerystring出/入库商品类型(明细商品进行获取) 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsIdqueryinteger(int64)商品ID
contractIdqueryinteger(int64)合同Id
createUserIdqueryinteger(int64)创建用户ID
startPlanDatequerystring(date)开始计划日期
endPlanDatequerystring(date)结束计划日期
associateOriginqueryboolean出入库单是否关联原订单
stockMoveTypeEnumquerystring出入库单源头单据类型 【 TRANSFER_ORDER : RE_TRANSFER_ORDER : RE_PURCHASE_ORDER : PURCHASE_RECEIVE : 】
deliveryCodequerystring出库单编号
supplierIdqueryinteger(int64)供应商ID
producePlanCodequerystring生产计划编号
produceBatchCodequerystring生产批次编号
furnacequerystring母炉号
subFurnacequerystring子炉号
sectionNoquerystring节号
texturequerystring材质
goodsSubTypequerystring出/入库商品子类型(明细商品进行获取) 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
balancequeryboolean是否记账
materialDeliveryBatchCodequerystring投料计划生产批次号
initializationqueryboolean是否初始化数据
startCreateTimequerystring(date-time)创建时间(开始)
endCreateTimequerystring(date-time)创建时间(截止)
queryLinequeryboolean是否查询明细行(默认查询 不查询传递true)
queryContractqueryboolean是否查询合同信息
queryAmountTotalqueryboolean是否查询单据总金额 -爱达

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockMove com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockMove

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockMove
GET

/api/stock/reUseDelivery/get/{id}

领用退货入库单 查询领用退货单详情 OperationId: get_9

调用方法

GET /api/stock/reUseDelivery/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)领用退货单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockMove com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockMove

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockMove
GET

/api/stock/reReceive/page

退货入库单 查询退货入库单分页列表 OperationId: page_11

调用方法

GET /api/stock/reReceive/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring名称
codequerystring编号
companyIdListqueryinteger(int64)[]
operatorIdqueryinteger(int64)操作用户
originIdqueryinteger(int64)源订单ID
originTypequerystring源订单类型 【 ORIGIN_TYPE_NULL : DISTRIBUTION_TRANSFER_ORDER : DISTRIBUTION_SALE_ORDER : DISTRIBUTION_PURCHASE_ORDER : SALE_ORDER : RE_SALE_ORDER : PURCHASE_ORDER : RE_PURCHASE_ORDER : PRODUCE_PLAN_ORDER : MATERIAL_DELIVERY_ORDER : INVENTORY_DELIVERY_ORDER : INVENTORY_RECEIVE_ORDER : PURCHASE_APPLY_ORDER : INVENTORY_ORDINARY_DELIVERY_ORDER : INVENTORY_RESEARCH_DELIVERY_ORDER : INVENTORY_DEPRECATED_DELIVERY_ORDER : TRANSFER_SUBSTANDARD_QUALITY_ORDER : TRANSFER_CONFORMITY_QUALITY_ORDER : 】
associateRtnqueryboolean是否关联退货申请单
departmentIdqueryinteger(int64)部门ID
originTypeListquerystring[]
statusListquerystring[]
warehouseIdqueryinteger(int64)仓库
targetWarehouseIdqueryinteger(int64)目标仓库id
purchaseCodequerystring采购单编号
tripLineIdqueryinteger(int64)航线ID
startDoneTimequerystring(date-time)开始完成时间
endDoneTimequerystring(date-time)结束完成时间
partnerIdqueryinteger(int64)客户关系Id
goodsTypequerystring出/入库商品类型(明细商品进行获取) 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsIdqueryinteger(int64)商品ID
contractIdqueryinteger(int64)合同Id
createUserIdqueryinteger(int64)创建用户ID
startPlanDatequerystring(date)开始计划日期
endPlanDatequerystring(date)结束计划日期
associateOriginqueryboolean出入库单是否关联原订单
stockMoveTypeEnumquerystring出入库单源头单据类型 【 TRANSFER_ORDER : RE_TRANSFER_ORDER : RE_PURCHASE_ORDER : PURCHASE_RECEIVE : 】
deliveryCodequerystring出库单编号
supplierIdqueryinteger(int64)供应商ID
producePlanCodequerystring生产计划编号
produceBatchCodequerystring生产批次编号
furnacequerystring母炉号
subFurnacequerystring子炉号
sectionNoquerystring节号
texturequerystring材质
goodsSubTypequerystring出/入库商品子类型(明细商品进行获取) 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
balancequeryboolean是否记账
materialDeliveryBatchCodequerystring投料计划生产批次号
initializationqueryboolean是否初始化数据
startCreateTimequerystring(date-time)创建时间(开始)
endCreateTimequerystring(date-time)创建时间(截止)
queryLinequeryboolean是否查询明细行(默认查询 不查询传递true)
queryContractqueryboolean是否查询合同信息
queryAmountTotalqueryboolean是否查询单据总金额 -爱达

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockMove com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockMove

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockMove
GET

/api/stock/reReceive/get/{id}

退货入库单 查询退货入库单详情 OperationId: get_10

调用方法

GET /api/stock/reReceive/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)入库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockMove com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockMove

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockMove
GET

/api/stock/reDelivery/page

退货出库单 查询退货出库单列表 OperationId: page_12

调用方法

GET /api/stock/reDelivery/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring名称
codequerystring编号
companyIdListqueryinteger(int64)[]
operatorIdqueryinteger(int64)操作用户
originIdqueryinteger(int64)源订单ID
originTypequerystring源订单类型 【 ORIGIN_TYPE_NULL : DISTRIBUTION_TRANSFER_ORDER : DISTRIBUTION_SALE_ORDER : DISTRIBUTION_PURCHASE_ORDER : SALE_ORDER : RE_SALE_ORDER : PURCHASE_ORDER : RE_PURCHASE_ORDER : PRODUCE_PLAN_ORDER : MATERIAL_DELIVERY_ORDER : INVENTORY_DELIVERY_ORDER : INVENTORY_RECEIVE_ORDER : PURCHASE_APPLY_ORDER : INVENTORY_ORDINARY_DELIVERY_ORDER : INVENTORY_RESEARCH_DELIVERY_ORDER : INVENTORY_DEPRECATED_DELIVERY_ORDER : TRANSFER_SUBSTANDARD_QUALITY_ORDER : TRANSFER_CONFORMITY_QUALITY_ORDER : 】
associateRtnqueryboolean是否关联退货申请单
departmentIdqueryinteger(int64)部门ID
originTypeListquerystring[]
statusListquerystring[]
warehouseIdqueryinteger(int64)仓库
targetWarehouseIdqueryinteger(int64)目标仓库id
purchaseCodequerystring采购单编号
tripLineIdqueryinteger(int64)航线ID
startDoneTimequerystring(date-time)开始完成时间
endDoneTimequerystring(date-time)结束完成时间
partnerIdqueryinteger(int64)客户关系Id
goodsTypequerystring出/入库商品类型(明细商品进行获取) 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsIdqueryinteger(int64)商品ID
contractIdqueryinteger(int64)合同Id
createUserIdqueryinteger(int64)创建用户ID
startPlanDatequerystring(date)开始计划日期
endPlanDatequerystring(date)结束计划日期
associateOriginqueryboolean出入库单是否关联原订单
stockMoveTypeEnumquerystring出入库单源头单据类型 【 TRANSFER_ORDER : RE_TRANSFER_ORDER : RE_PURCHASE_ORDER : PURCHASE_RECEIVE : 】
deliveryCodequerystring出库单编号
supplierIdqueryinteger(int64)供应商ID
producePlanCodequerystring生产计划编号
produceBatchCodequerystring生产批次编号
furnacequerystring母炉号
subFurnacequerystring子炉号
sectionNoquerystring节号
texturequerystring材质
goodsSubTypequerystring出/入库商品子类型(明细商品进行获取) 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
balancequeryboolean是否记账
materialDeliveryBatchCodequerystring投料计划生产批次号
initializationqueryboolean是否初始化数据
startCreateTimequerystring(date-time)创建时间(开始)
endCreateTimequerystring(date-time)创建时间(截止)
queryLinequeryboolean是否查询明细行(默认查询 不查询传递true)
queryContractqueryboolean是否查询合同信息
queryAmountTotalqueryboolean是否查询单据总金额 -爱达

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockMove com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockMove

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockMove
GET

/api/stock/reDelivery/get/{id}

退货出库单 查询退货出库单详情 OperationId: get_11

调用方法

GET /api/stock/reDelivery/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)出库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockMove com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockMove

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockMove
GET

/api/stock/partnerWarehouse/page

CRM仓库管理 条件分页查询CRM仓库 OperationId: page_13

调用方法

GET /api/stock/partnerWarehouse/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户ID
codequerystring货号
externalCodequerystring外部编号
namequerystring名称
statusListquerystring[]

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockPartnerWarehouse com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockPartnerWarehouse

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockPartnerWarehouse
GET

/api/stock/partnerWarehouse/listByWarehouseId/{id}

CRM仓库管理 获取CRM关系 OperationId: listByWarehouseId

调用方法

GET /api/stock/partnerWarehouse/listByWarehouseId/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)CRM仓库ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockPartnerWarehouseRelation com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockPartnerWarehouseRelation

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockPartnerWarehouseRelation[]返回数据
GET

/api/stock/partnerWarehouse/listByPartnerId/{id}

CRM仓库管理 获取CRM仓库 OperationId: listByPartnerId

调用方法

GET /api/stock/partnerWarehouse/listByPartnerId/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)CRM关系ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockPartnerWarehouseRelation com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockPartnerWarehouseRelation

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockPartnerWarehouseRelation[]返回数据
GET

/api/stock/partnerWarehouse/get/{id}

CRM仓库管理 CRM仓库详情 OperationId: get_12

调用方法

GET /api/stock/partnerWarehouse/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)供应商提货库ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockPartnerWarehouse com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockPartnerWarehouse

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockPartnerWarehouse
GET

/api/stock/oilReceive/queryReceiveOilLogs

收油单管理 查询收油日志列表 OperationId: queryReceiveOilLogs

调用方法

GET /api/stock/oilReceive/queryReceiveOilLogs

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdqueryinteger(int64)公司ID
goodsBarcodeIdqueryinteger(int64)商品条码ID
tankCodequerystring油罐编号
startLogTimequerystring(date-time)
endLogTimequerystring(date-time)
typequerystring日志类型<日常油罐记录:INV,收油:收油>
bindqueryboolean是否绑定
receiveOilIdqueryinteger(int64)收油单ID
receiveOilLineIdqueryinteger(int64)收油单明细ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: EnergyStockReceiveOilLogs com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.energy.EnergyStockReceiveOilLogs

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataEnergyStockReceiveOilLogs
GET

/api/stock/oilReceive/page

收油单管理 查询收油单列表 OperationId: page_14

调用方法

GET /api/stock/oilReceive/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdListqueryinteger(int64)[]
namequerystring名称
codequerystring编号
externalCodequerystring外部编号
statusListquerystring状态
operatorIdqueryinteger(int64)操作用户Id
partnerIdqueryinteger(int64)CRM关系ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: EnergyStockReceiveOil com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.energy.EnergyStockReceiveOil

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataEnergyStockReceiveOil
GET

/api/stock/oilReceive/get/{id}

收油单管理 查询收油单详情 OperationId: get_13

调用方法

GET /api/stock/oilReceive/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)收油单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: EnergyStockReceiveOil com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.energy.EnergyStockReceiveOil

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataEnergyStockReceiveOil
GET

/api/stock/oilChangeTank/page

油品换罐单管理 查询油品换罐单列表 OperationId: page_15

调用方法

GET /api/stock/oilChangeTank/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdListqueryinteger(int64)[]
namequerystring名称
codequerystring编号
externalCodequerystring外部编号
statusListquerystring状态

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: EnergyStockAdjustOil com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.energy.EnergyStockAdjustOil

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataEnergyStockAdjustOil
GET

/api/stock/oilChangeTank/get/{id}

油品换罐单管理 查询油品换罐单详情 OperationId: get_14

调用方法

GET /api/stock/oilChangeTank/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品换罐单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: EnergyStockAdjustOil com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.energy.EnergyStockAdjustOil

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataEnergyStockAdjustOil
GET

/api/stock/oilChangeNo/page

油品换号单管理 查询油品换号单列表 OperationId: page_16

调用方法

GET /api/stock/oilChangeNo/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdListqueryinteger(int64)[]
namequerystring名称
codequerystring编号
externalCodequerystring外部编号
statusListquerystring状态

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: EnergyStockAdjustOil com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.energy.EnergyStockAdjustOil

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataEnergyStockAdjustOil
GET

/api/stock/oilChangeNo/get/{id}

油品换号单管理 查询油品换号单详情 OperationId: get_15

调用方法

GET /api/stock/oilChangeNo/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品换号单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: EnergyStockAdjustOil com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.energy.EnergyStockAdjustOil

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataEnergyStockAdjustOil
GET

/api/stock/oilChangeLoss/page

油品损耗单管理 查询油品损耗单列表 OperationId: page_17

调用方法

GET /api/stock/oilChangeLoss/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdListqueryinteger(int64)[]
namequerystring名称
codequerystring编号
externalCodequerystring外部编号
statusListquerystring状态

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: EnergyStockAdjustOil com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.energy.EnergyStockAdjustOil

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataEnergyStockAdjustOil
GET

/api/stock/oilChangeLoss/get/{id}

油品损耗单管理 查询油品损耗单详情 OperationId: get_16

调用方法

GET /api/stock/oilChangeLoss/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品损耗单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: EnergyStockAdjustOil com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.energy.EnergyStockAdjustOil

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataEnergyStockAdjustOil
GET

/api/stock/oilChange/page

油品调整单管理 查询油品调整单列表 OperationId: page_18

调用方法

GET /api/stock/oilChange/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdListqueryinteger(int64)[]
namequerystring名称
codequerystring编号
externalCodequerystring外部编号
statusListquerystring状态

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: EnergyStockAdjustOil com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.energy.EnergyStockAdjustOil

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataEnergyStockAdjustOil
GET

/api/stock/oilChange/get/{id}

油品调整单管理 查询油品调整单详情 OperationId: get_17

调用方法

GET /api/stock/oilChange/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品调整单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: EnergyStockAdjustOil com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.energy.EnergyStockAdjustOil

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataEnergyStockAdjustOil
GET

/api/stock/oilAdjust/query/oil/reasonCode/{merchantId}

油品调整单-FuelServer 查询油品可用原因码 OperationId: queryReasonCode

调用方法

GET /api/stock/oilAdjust/query/oil/reasonCode/{merchantId}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int64)商户ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResReasonCode com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.res.ResReasonCode

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResReasonCode[]返回数据
GET

/api/stock/mwamQty/queryQtyByGoodsBarcode

商品移动加权平均(MWAM)库存管理 查询商品条码当前库存 OperationId: barcodeQty

调用方法

GET /api/stock/mwamQty/queryQtyByGoodsBarcode

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)公司ID
goodsBarcodeIdqueryinteger(int64)商品条码ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Double com.leadwaycloud.core.model.RJava.lang.Double

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datanumber(double)返回数据
GET

/api/stock/mwamQty/queryGoodsQtyRecord

商品移动加权平均(MWAM)库存管理 查询商品库存变动记录 OperationId: goodsQtyRecord

调用方法

GET /api/stock/mwamQty/queryGoodsQtyRecord

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdqueryinteger(int64)公司ID574533689957252
goodsIdqueryinteger(int64)商品ID
goodsCodequerystring商品编号
goodsBarcodeIdqueryinteger(int64)商品条码ID
goodsBarcodequerystring商品条码
startTimequerystring(date-time)开始时间
endTimequerystring(date-time)结束时间
startBusinessDatequerystring(date)开始营业日时间
endBusinessDatequerystring(date)结束营业日时间

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockQtyRecord com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockQtyRecord

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockQtyRecord
GET

/api/stock/mwamQty/queryGoodsQtyByWarehouse

商品移动加权平均(MWAM)库存管理 查询指定仓库中的商品库存 OperationId: goodsQtyByWarehouse

调用方法

GET /api/stock/mwamQty/queryGoodsQtyByWarehouse

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdqueryinteger(int64)公司ID574533689957252
merchantIdqueryinteger(int64)商户号ID574533689957252
idqueryinteger(int64)商品ID574533689957252
idListqueryinteger(int64)[]
codequerystring商品货号
codeListquerystring[]
markquerystring标记"NONE"
virtualqueryboolean虚拟商品
originquerystring来源"HANDLE"
categoryIdqueryinteger(int64)商品分类ID
categoryIdListqueryinteger(int64)[]
otherNamequerystring商品别名
brandIdqueryinteger(int64)品牌ID
namequerystring名称
weightqueryboolean称重商品
fuelqueryboolean油品
makequeryboolean自制品
carwashqueryboolean洗车商品
typequerystring商品生产类型 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
typeSubquerystring商品子类型 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
barcodeSettlementqueryboolean商品结算方式 false(商品结算,默认) true(条码结算)
startCreateTimequerystring(date-time)商品创建时间(开始)
endCreateTimequerystring(date-time)商品创建时间(截止)
specquerystring规格
hsCodequerystring海关编码-爱达
giftqueryboolean是否是赠品
allowDiscountqueryboolean允许折扣
allowManualPricequeryboolean允许手工变价,POS手工变价(需要手工输入价格)
changePricequeryboolean允许变价单变价(允许手工变价)
allowSalequeryboolean允许销售
allowPurchasequeryboolean允许采购
allowRefundqueryboolean允许退货
negativeDiscountqueryboolean允许负毛利折扣
allowMarkdownqueryboolean允许报损
orderedLocallyqueryboolean允许直接采购
barcodeIdqueryinteger(int64)条码ID
barcodequerystring条码
barcodeIdListqueryinteger(int64)[]
barcodeListquerystring[]
defSettlementqueryboolean是否是结算默认条码
statusListquerystring状态集合
tagNamequerystring标签名称
categoryIdChainquerystring商品分类组织架构值
categoryExtensionInfoquerystring商品分类扩展信息
warehouseIdqueryinteger(int64)仓库ID
warehouseIdListqueryinteger(int64)[]
warehouseIdChainquerystring仓库组织架构值
inventoryMoveTypequerystring仓库入库/回库类型-万航 【 RESEARCH : DEPRECATED : 】
specificationGroupIdqueryinteger(int64)商品拓展属性组ID
partnerIdqueryinteger(int64)CRM关系ID
supplierIdqueryinteger(int64)供应商ID
producePlanCodequerystring生产计划编号
produceBatchCodequerystring生产批次编号
furnacequerystring母炉号
subFurnacequerystring子炉号
sectionNoquerystring锭节号
initializationqueryboolean是否初始化数据
gtSurplusQtyquerynumber(double)查询剩余数量大于多少的记录。例如gtSurplusQty为0 则查询大于0的值,不传则不筛选。
manufactureTypequerystring产品类别
structureTypequerystring产品结构类别
drawingCodequerystring图号1
texturequerystring材质
productStandardquerystring产品标准
productGradeTypequerystring锻件类别(Ⅰ类件、Ⅱ类件、Ⅲ类件)
materialTypequerystring原材料形状 【 CUBOID : CYLINDER : IRREGULAR : CUBE : 】
lengthquerynumber(double)标准长度
widequerynumber(double)标准宽度
heightquerynumber(double)标准高度
diameterquerynumber(double)标准直径
queryStockQtyqueryboolean是否查询库存
queryStartStockQtyqueryboolean是否查询期初库存
queryGoodsBarcodequeryboolean是否查询条码
queryGoodsPricequeryboolean是否查询价目表
queryGoodsUomqueryboolean是否查询计量单位
queryEffectiveTaxValuequeryboolean是否查询有效税值
queryRmGoodsPricequeryboolean是否查询零管价格
queryThreeGoodsCategoryqueryboolean是否查询商品三级分类
queryGoodsManufacturequeryboolean是否查询商品拓展属性
queryTransitQtyqueryboolean是否查询在途数量
queryFifoQtyqueryboolean是否查询FIFO库存
queryFifoWeightqueryboolean是否查询FIFO重量
queryLatestMwamCostqueryboolean是否查询最新移动加权平均成本
queryAllowNoOriginMovequeryboolean是否查询允许无原订单出入库商品(赠品、代销、预售品允许)
filterHrDepartmentGoodsCategoryqueryboolean是否过滤部门绑定商品分类的商品 false:不过滤 true:过滤 默认:false

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoods com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoods

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoods
GET

/api/stock/mwamQty/queryGoodsPage

商品移动加权平均(MWAM)库存管理 获取商品分页列表(库存情况商品列表使用) OperationId: queryGoodsPage

调用方法

GET /api/stock/mwamQty/queryGoodsPage

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring名称
companyIdqueryinteger(int64)公司ID574533689957252
merchantIdqueryinteger(int64)商户号ID574533689957252
barcodequerystring条码
codequerystring商品货号
categoryIdChainquerystring商品分类组织架构值
queryTransitQtyqueryboolean是否查询在途数量

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: InventoryGoodsVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.goods.InventoryGoodsVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataInventoryGoodsVO
GET

/api/stock/mwamQty/queryBarcodeWarehouseQty

商品移动加权平均(MWAM)库存管理 查询商品条码集合在各个仓库中的数量 OperationId: barcodeWarehouseQty

调用方法

GET /api/stock/mwamQty/queryBarcodeWarehouseQty

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)公司ID
goodsIdqueryinteger(int64)商品ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsBarcode com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsBarcode

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsBarcode[]返回数据
GET

/api/stock/inventory/queryInventoryBatch

盘点单 查询盘点批次列表 OperationId: queryInventoryBatch

调用方法

GET /api/stock/inventory/queryInventoryBatch

参数

名称位置必填类型说明示例
pagequeryinteger(int32)
sizequeryinteger(int32)
queryStockInventoryBatchDTOqueryQueryStockInventoryBatchDTO

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockInventoryBatch com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockInventoryBatch

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockInventoryBatch
GET

/api/stock/inventory/page

盘点单 查询盘点单列表 OperationId: page_19

调用方法

GET /api/stock/inventory/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring名称
codequerystring编号
externalCodequerystring外部编号
statusListquerystring[]
companyIdListqueryinteger(int64)[]
operatorIdqueryinteger(int64)操作用户
tripLineIdqueryinteger(int64)航线ID
queryLinequeryboolean是否查询明细行(默认查询 不查询传递true)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockInventory com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockInventory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockInventory
GET

/api/stock/inventory/inventoryRecordPage

盘点单 查询盘点录入明细 OperationId: inventoryRecordPage

调用方法

GET /api/stock/inventory/inventoryRecordPage

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
inventoryIdqueryinteger(int64)盘点单ID
typequerystring[]
osquerystring[]
statusquerystring[]
barcodequerystring商品条码
warehouseNamequerystring仓库名称

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockInventoryRecord com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockInventoryRecord

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockInventoryRecord
GET

/api/stock/inventory/get/{id}

盘点单 查询盘点单详情 OperationId: get_18

调用方法

GET /api/stock/inventory/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockInventory com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockInventory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockInventory
GET

/api/stock/goods/split/page

商品拆分单 查询拆分单列表 OperationId: page_20

调用方法

GET /api/stock/goods/split/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
queryDTOqueryStockGoodsSplitDTO$QueryDTO

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsSplit com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoodsSplit

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsSplit
GET

/api/stock/goods/split/get/{id}

商品拆分单 查询拆分单详情 OperationId: get_19

调用方法

GET /api/stock/goods/split/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)拆分单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsSplit com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsSplit

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsSplit
GET

/api/stock/fifoQty/queryFifoRecord

先进先出(FIFO)库存管理 查询FIFO变动记录 OperationId: queryStockFifoRecord

调用方法

GET /api/stock/fifoQty/queryFifoRecord

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdqueryinteger(int64)公司ID
merchantIdqueryinteger(int64)商户ID
stockFifoIdqueryinteger(int64)fifoId
originIdqueryinteger(int64)源订单ID
originTypequerystring源订单类型 【 INVENTORY_DELIVERY_ORDER : INVENTORY_RECEIVE_ORDER : INVENTORY_RE_DELIVERY_ORDER : INVENTORY_RE_RECEIVE_ORDER : INVENTORY_RESEARCH_RECEIVE_ORDER : INVENTORY_ORDINARY_DELIVERY_ORDER : INVENTORY_ORDINARY_RE_RECEIVE_ORDER : INVENTORY_RESEARCH_DELIVERY_ORDER : INVENTORY_DEPRECATED_DELIVERY_ORDER : INVENTORY_REMNANT_RECEIVE_ORDER : INVENTORY_RE_USE_ORDER : INVENTORY_USE_DELIVERY_ORDER : TRANSFER_ORDER : TRANSFER_SUBSTANDARD_QUALITY_ORDER : TRANSFER_RESEARCH_SUBSTANDARD_QUALITY_ORDER : TRANSFER_CONFORMITY_QUALITY_ORDER : TRANSFER_RESEARCH_ORDER : TRANSFER_DEPRECATED_ORDER : ACCEPTANCE_SAMPLING_TASK : INVENTORY_ADJUST_ORDER : STOCK_INVENTORY_ORDER : STOCK_BOM_PRODUCE_ORDER : STOCK_BOM_DISMANTLE_ORDER : RM_SALE : RM_REFUND : OIL_INVENTORY_RECEIVE_ORDER : OIL_CHANGE_NO : OIL_CHANGE : OIL_CHANGE_TANK : OIL_CHANGE_LOSS : INITIALIZATION : 】
goodsIdqueryinteger(int64)商品ID
goodsCodequerystring商品编号
goodsBarcodeIdqueryinteger(int64)商品条码ID
goodsBarcodequerystring商品条码
startTimequerystring(date-time)开始时间
endTimequerystring(date-time)结束时间
startBusinessDatequerystring(date)开始营业日时间
endBusinessDatequerystring(date)结束营业日时间
stockFifoBusinessIdListquerystring[]

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockRecordFifo com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockRecordFifo

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRecordFifo
GET

/api/stock/fifoQty/queryFifoQty

先进先出(FIFO)库存管理 查询FIFO库存情况 OperationId: queryStockFifoQty

调用方法

GET /api/stock/fifoQty/queryFifoQty

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdqueryinteger(int64)公司ID
goodsBarcodeIdqueryinteger(int64)条码ID
warehouseIdqueryinteger(int64)仓库ID
warehouseIdChainquerystring仓库组织架构值
gtSurplusQtyquerynumber(double)查询剩余数量大于多少的记录。例如gtSurplusQty为0 则查询大于0的值,不传则不筛选。
gtSurplusWeightquerynumber(double)查询剩余重量大于多少的记录。例如gtSurplusWeight为0 则查询大于0的值,不传则不筛选。
furnacequerystring母炉
subFurnacequerystring子炉号
startTimequerystring(date-time)开始时间
endTimequerystring(date-time)结束时间
startBusinessDatequerystring(date)开始营业日时间
endBusinessDatequerystring(date)结束营业日时间
stockFifoBusinessIdquerystringFIFO库存业务唯一ID,库存变动的时候需要生成
stockFifoBusinessIdListquerystring[]
initializationqueryboolean是否初始化数据
queryContractqueryboolean是否查询合同信息
sortByManufactureReceiveDatequeryboolean原材料入库日期排序方式(true:DESC,false:ASC),如果不传递默认创建时间进行DESC排序

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockFifo com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockFifo

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockFifo
GET

/api/stock/fifoQty/queryFifoOccupyQty

先进先出(FIFO)库存管理 查询fifo数量使用情况 OperationId: queryFifoOccupyQty

通过stockFifoIdList,查询对应FIFO库存使用情况(比如以使用数量/重量),查询生效状态的订单进行汇总

调用方法

GET /api/stock/fifoQty/queryFifoOccupyQty

参数

名称位置必填类型说明示例
stockFifoIdListqueryinteger(int64)[]
queryDeliveryOccupyQtyqueryboolean查询出库占用数量
queryTransferOccupyQtyqueryboolean查询调拨占用数量
queryMaterialUrgentOccupyQtyqueryboolean查询原材料紧急放行申请占用数量
queryMaterialSubstituteOccupyQtyqueryboolean查询原材料代用申请占用数量

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockFifoQtyVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.fifo.StockFifoQtyVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockFifoQtyVO[]返回数据
GET

/api/stock/expand/queryAssociateOrder

订单拓展属性接口管理 查询上下级关联订单 OperationId: queryAssociateOrder

调用方法

GET /api/stock/expand/queryAssociateOrder

参数

名称位置必填类型说明示例
orderIdqueryinteger(int64)订单ID
orderTypequerystring订单类型

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: AssociatesVO com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.associate.AssociatesVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataAssociatesVO
GET

/api/stock/distribution/queryOrderLineGoodsQty/{id}

配送单管理 获取配送单明细行商品数量情况 OperationId: getOrderGoodsLineQty_1

调用方法

GET /api/stock/distribution/queryOrderLineGoodsQty/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)配送单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockDistributionLineQtyVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.StockDistributionLineQtyVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockDistributionLineQtyVO[]返回数据
GET

/api/stock/distribution/queryCarrierProperty

配送单管理 查询订单中承运商信息 OperationId: queryCarrierProperty

调用方法

GET /api/stock/distribution/queryCarrierProperty

参数

名称位置必填类型说明示例
orderIdqueryinteger(int64)
orderTypequerystring 【 DISTRIBUTION_PURCHASE_ORDER : DISTRIBUTION_TRANSFER_ORDER : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrderCarrierProperty com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockOrderCarrierProperty

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderCarrierProperty
GET

/api/stock/distribution/page

配送单管理 查询配送单列表 OperationId: page_21

调用方法

GET /api/stock/distribution/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户号ID
companyIdqueryinteger(int64)配送单归属公司ID
createCompanyIdqueryinteger(int64)创建配送单公司ID
namequerystring名称
codequerystring编号
externalCodequerystring外部编号
operatorUserIdqueryinteger(int64)操作用户ID
statusListquerystring[]
originIdqueryinteger(int64)源订单ID
originTypequerystring源订单类型 【 SALE_ORDER : PURCHASE_ORDER : TRANSFER_CROSS_ORDER : 】
targetPartnerIdListqueryinteger(int64)[]
sourcePartnerIdListqueryinteger(int64)[]
oilqueryboolean是否油品配送单
deliveryNumberquerystring提货单号
tripLineIdqueryinteger(int64)航线ID
purchaseCodequerystring采购单编号
isQueryExistStockMovequeryboolean是否查询已存在入库/出库单
queryLinequeryboolean是否查询明细行(默认查询 不查询传递true)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockDistribution com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockDistribution

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockDistribution
GET

/api/stock/distribution/get/{id}

配送单管理 查询配送单详情 OperationId: get_20

调用方法

GET /api/stock/distribution/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)配送单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockDistribution com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockDistribution

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockDistribution
GET

/api/stock/delivery/queryMoveLineGoodsQty/{moveId}

出库单 获取出库订单明细行商品数量情况 OperationId: getMoveGoodsLineQty_1

调用方法

GET /api/stock/delivery/queryMoveLineGoodsQty/{moveId}

参数

名称位置必填类型说明示例
moveIdpathinteger(int64)出库单ID
queryInvoiceQtyqueryboolean是否查询已开发票申请数量
queryTransferQtyqueryboolean是否查询已调拨数量
queryReReceiveWeightqueryboolean是否查询已退货入库重量
queryReDeliveryWeightqueryboolean是否查询已退货出库重量

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockMoveLineQtyVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.StockMoveLineQtyVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockMoveLineQtyVO[]返回数据
GET

/api/stock/delivery/page

出库单 查询出库单列表 OperationId: page_22

调用方法

GET /api/stock/delivery/page

参数

名称位置必填类型说明示例
x-Sourceheaderstring来源 ERP、APP,默认值为ERP
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring名称
codequerystring编号
companyIdListqueryinteger(int64)[]
operatorIdqueryinteger(int64)操作用户
originIdqueryinteger(int64)源订单ID
originTypequerystring源订单类型 【 ORIGIN_TYPE_NULL : DISTRIBUTION_TRANSFER_ORDER : DISTRIBUTION_SALE_ORDER : DISTRIBUTION_PURCHASE_ORDER : SALE_ORDER : RE_SALE_ORDER : PURCHASE_ORDER : RE_PURCHASE_ORDER : PRODUCE_PLAN_ORDER : MATERIAL_DELIVERY_ORDER : INVENTORY_DELIVERY_ORDER : INVENTORY_RECEIVE_ORDER : PURCHASE_APPLY_ORDER : INVENTORY_ORDINARY_DELIVERY_ORDER : INVENTORY_RESEARCH_DELIVERY_ORDER : INVENTORY_DEPRECATED_DELIVERY_ORDER : TRANSFER_SUBSTANDARD_QUALITY_ORDER : TRANSFER_CONFORMITY_QUALITY_ORDER : 】
associateRtnqueryboolean是否关联退货申请单
departmentIdqueryinteger(int64)部门ID
originTypeListquerystring[]
statusListquerystring[]
warehouseIdqueryinteger(int64)仓库
targetWarehouseIdqueryinteger(int64)目标仓库id
purchaseCodequerystring采购单编号
tripLineIdqueryinteger(int64)航线ID
startDoneTimequerystring(date-time)开始完成时间
endDoneTimequerystring(date-time)结束完成时间
partnerIdqueryinteger(int64)客户关系Id
goodsTypequerystring出/入库商品类型(明细商品进行获取) 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsIdqueryinteger(int64)商品ID
contractIdqueryinteger(int64)合同Id
createUserIdqueryinteger(int64)创建用户ID
startPlanDatequerystring(date)开始计划日期
endPlanDatequerystring(date)结束计划日期
associateOriginqueryboolean出入库单是否关联原订单
stockMoveTypeEnumquerystring出入库单源头单据类型 【 TRANSFER_ORDER : RE_TRANSFER_ORDER : RE_PURCHASE_ORDER : PURCHASE_RECEIVE : 】
deliveryCodequerystring出库单编号
supplierIdqueryinteger(int64)供应商ID
producePlanCodequerystring生产计划编号
produceBatchCodequerystring生产批次编号
furnacequerystring母炉号
subFurnacequerystring子炉号
sectionNoquerystring节号
texturequerystring材质
goodsSubTypequerystring出/入库商品子类型(明细商品进行获取) 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
balancequeryboolean是否记账
materialDeliveryBatchCodequerystring投料计划生产批次号
initializationqueryboolean是否初始化数据
startCreateTimequerystring(date-time)创建时间(开始)
endCreateTimequerystring(date-time)创建时间(截止)
queryLinequeryboolean是否查询明细行(默认查询 不查询传递true)
queryContractqueryboolean是否查询合同信息
queryAmountTotalqueryboolean是否查询单据总金额 -爱达

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockMove com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockMove

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockMove
GET

/api/stock/delivery/get/{id}

出库单 查询出库单详情 OperationId: get_21

调用方法

GET /api/stock/delivery/get/{id}

参数

名称位置必填类型说明示例
x-Sourceheaderstring来源 ERP、APP,默认值为ERP
idpathinteger(int64)出库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockMove com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockMove

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockMove
GET

/api/stock/bomProduce/page

商品BOM生产管理 查询商品BOM生产列表 OperationId: page_23

调用方法

GET /api/stock/bomProduce/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdqueryinteger(int64)公司ID
statusListquerystring状态
namequerystring名称
codequerystring编号
externalCodequerystring外部编号
operatorIdqueryinteger(int64)操作用户

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockBom com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockBom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockBom
GET

/api/stock/bomProduce/get/{id}

商品BOM生产管理 查询商品BOM生产详情 OperationId: get_22

调用方法

GET /api/stock/bomProduce/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockBom com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockBom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockBom
GET

/api/stock/bomDismantle/page

商品BOM分解管理 查询商品BOM分解管理列表 OperationId: page_24

调用方法

GET /api/stock/bomDismantle/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdqueryinteger(int64)公司ID
statusListquerystring状态
namequerystring名称
codequerystring编号
externalCodequerystring外部编号
operatorIdqueryinteger(int64)操作用户

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockBom com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockBom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockBom
GET

/api/stock/bomDismantle/get/{id}

商品BOM分解管理 查询商品BOM分解管理详情 OperationId: get_23

调用方法

GET /api/stock/bomDismantle/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockBom com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockBom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockBom
GET

/api/stock/adjust/page

调整单 查询调整单列表 OperationId: page_25

调用方法

GET /api/stock/adjust/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring名称
codequerystring编号
externalCodequerystring外部编号
statusListquerystring状态
companyIdListqueryinteger(int64)[]
operatorIdqueryinteger(int64)操作用户
typequerystring调整类型
tripLineIdqueryinteger(int64)航线ID
queryLinequeryboolean是否查询明细行(默认查询 不查询传递true)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockAdjust com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockAdjust

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockAdjust
GET

/api/stock/adjust/get/{id}

调整单 查询调整单详情 OperationId: get_24

调用方法

GET /api/stock/adjust/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)调整单ID
x-Sourceheaderstring来源 ERP、APP,默认值为ERP

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockAdjust com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockAdjust

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockAdjust
GET

/api/sale/reOrder/queryOrderLineGoodsQty/{id}

销售退货单 获取销售退货单订单明细行商品数量情况 OperationId: getOrderGoodsLineQty_2

调用方法

GET /api/sale/reOrder/queryOrderLineGoodsQty/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售退货单ID
efficientQtyqueryboolean有效出/入计算数量
moveQtyqueryboolean最终出/入库数量
planQtyqueryboolean计划出/入库数量
reQtyqueryboolean退货单数量
distributionQtyqueryboolean已配货数量
efficientWeightqueryboolean有效出/入计算重量

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrderLineQtyVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.StockOrderLineQtyVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderLineQtyVO[]返回数据
GET

/api/sale/reOrder/page

销售退货单 查询销售退货单列表 OperationId: page_26

调用方法

GET /api/sale/reOrder/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring名称
codequerystring编号
externalCodequerystring外部编号
statusListquerystring[]
companyIdListqueryinteger(int64)[]
originIdqueryinteger(int64)源订单ID
originTypequerystring源订单类型 【 SALE_ORDER : PURCHASE_ORDER : TRANSFER_CROSS_ORDER : PURCHASE_APPLY_ORDER : RTN_ORDER : SALE_CONTRACT : PURCHASE_CONTRACT : BUSINESS_OPPORTUNITY : TEMPORARY_TASK_ORDER : OUTSOURCE_SERVICE_ORDER : INVENTORY_DELIVERY_ORDER : 】
originquerystringNull:查询源订单为空,NotNull:查询源订单不为空
operatorIdqueryinteger(int64)操作用户ID
partnerIdqueryinteger(int64)CRM客户关系
billStatusquerystring[]
inventoryStatusquerystring[]
urgentqueryboolean是否紧急
createCompanyIdqueryinteger(int64)创建订单公司ID
targetCompanyIdqueryinteger(int64)销售或采购公司ID
oilqueryboolean是否油品订单
goodsPriceCompanyIdqueryinteger(int64)查询价目表公司ID
tripLineIdqueryinteger(int64)航线ID
goodsIdqueryinteger(int64)商品ID
startExpectedDatequerystring(date)预计收/退货时间(区间日期开始)
endExpectedDatequerystring(date)预计收/退货时间(区间日期结束)
contractIdqueryinteger(int64)合同ID
goodsTypequerystring采购商品类型(采购明细商品进行获取) 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsTypeListquerystring[]
goodsSubTypequerystring采购商品子类型(采购明细商品进行获取) 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
createUserIdqueryinteger(int64)创建用户ID
initializationqueryboolean是否初始化数据
moveDiscrepancyStatusquerystring差异状态(采购数量与实际入库的数量差异标识:入库无差异,入库差异待登记,入库差异已登记)
queryLinequeryboolean是否查询明细行(默认查询 不查询传递true)
queryContractqueryboolean是否查询合同信息
queryDeliveryPlanqueryboolean是否查询交付计划信息
queryAssociateMovequeryboolean是否查询关联出入库单

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrder com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockOrder

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrder
GET

/api/sale/reOrder/get/{id}

销售退货单 查询销售退货单详情 OperationId: get_25

调用方法

GET /api/sale/reOrder/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售退货单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrder com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockOrder

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrder
GET

/api/sale/quote/page

报价单管理 查询报价单列表 OperationId: page_27

调用方法

GET /api/sale/quote/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
pickingTypequerystring报价单类型 【 STANDARD_QUOTE : 】
customerIdqueryinteger(int64)客户ID
customerContactPersonIdqueryinteger(int64)客户联系人ID
codequerystring报价单编号
externalCodequerystring外部编号
statusquerystring报价单状态 【 DRAFT : APPROVEDONE : CANCEL : 】
sourcequerystring来源 【 HANDLE : IMPORT : OPEN_API : WEB_POS : POS : APP : WECHAT_MALL : WECHAT_MINI_APPS : ERP : ECOMMERCE_PLATFORM : TRIPARTITE : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: QuoteListVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.quote.QuoteListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataQuoteListVO
GET

/api/sale/quote/get/{id}

报价单管理 查询报价单详情 OperationId: get_26

调用方法

GET /api/sale/quote/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)报价单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: QuoteDetailVO com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.quote.QuoteDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataQuoteDetailVO
GET

/api/sale/order/queryOrderLineGoodsQty/{id}

销售订单 获取销售订单明细行商品数量情况 OperationId: getOrderGoodsLineQty_3

调用方法

GET /api/sale/order/queryOrderLineGoodsQty/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售单ID
efficientQtyqueryboolean有效出/入计算数量
moveQtyqueryboolean最终出/入库数量
planQtyqueryboolean计划出/入库数量
reQtyqueryboolean退货单数量
distributionQtyqueryboolean已配货数量
efficientWeightqueryboolean有效出/入计算重量

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrderLineQtyVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.StockOrderLineQtyVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderLineQtyVO[]返回数据
GET

/api/sale/order/queryHistoryOrderList

销售订单 查询销售订单历史列表 OperationId: queryHistoryOrderList

调用方法

GET /api/sale/order/queryHistoryOrderList

参数

名称位置必填类型说明示例
orderIdqueryinteger(int64)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrderHistory com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockOrderHistory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderHistory[]返回数据
GET

/api/sale/order/queryHistoryOrder/{id}

销售订单 查询销售订单历史详情 OperationId: queryHistoryOrder

调用方法

GET /api/sale/order/queryHistoryOrder/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)历史订单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrderHistory com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockOrderHistory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderHistory
GET

/api/sale/order/queryAllowBill

销售订单 查询销售订单可开收款单分页列表 OperationId: queryAllowBill

调用方法

GET /api/sale/order/queryAllowBill

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户号ID
companyIdqueryinteger(int64)公司ID
orderCodequerystring销售单编号
partnerIdqueryinteger(int64)CRM客户关系ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrder com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockOrder

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrder
GET

/api/sale/order/page

销售订单 查询销售单列表 OperationId: page_28

调用方法

GET /api/sale/order/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring名称
codequerystring编号
externalCodequerystring外部编号
statusListquerystring[]
companyIdListqueryinteger(int64)[]
originIdqueryinteger(int64)源订单ID
originTypequerystring源订单类型 【 SALE_ORDER : PURCHASE_ORDER : TRANSFER_CROSS_ORDER : PURCHASE_APPLY_ORDER : RTN_ORDER : SALE_CONTRACT : PURCHASE_CONTRACT : BUSINESS_OPPORTUNITY : TEMPORARY_TASK_ORDER : OUTSOURCE_SERVICE_ORDER : INVENTORY_DELIVERY_ORDER : 】
originquerystringNull:查询源订单为空,NotNull:查询源订单不为空
operatorIdqueryinteger(int64)操作用户ID
partnerIdqueryinteger(int64)CRM客户关系
billStatusquerystring[]
inventoryStatusquerystring[]
urgentqueryboolean是否紧急
createCompanyIdqueryinteger(int64)创建订单公司ID
targetCompanyIdqueryinteger(int64)销售或采购公司ID
oilqueryboolean是否油品订单
goodsPriceCompanyIdqueryinteger(int64)查询价目表公司ID
tripLineIdqueryinteger(int64)航线ID
goodsIdqueryinteger(int64)商品ID
startExpectedDatequerystring(date)预计收/退货时间(区间日期开始)
endExpectedDatequerystring(date)预计收/退货时间(区间日期结束)
contractIdqueryinteger(int64)合同ID
goodsTypequerystring采购商品类型(采购明细商品进行获取) 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsTypeListquerystring[]
goodsSubTypequerystring采购商品子类型(采购明细商品进行获取) 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
createUserIdqueryinteger(int64)创建用户ID
initializationqueryboolean是否初始化数据
moveDiscrepancyStatusquerystring差异状态(采购数量与实际入库的数量差异标识:入库无差异,入库差异待登记,入库差异已登记)
queryLinequeryboolean是否查询明细行(默认查询 不查询传递true)
queryContractqueryboolean是否查询合同信息
queryDeliveryPlanqueryboolean是否查询交付计划信息
queryAssociateMovequeryboolean是否查询关联出入库单

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrder com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockOrder

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrder
GET

/api/sale/order/get/{id}

销售订单 查询销售单详情 OperationId: get_27

调用方法

GET /api/sale/order/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrder com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockOrder

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrder
GET

/api/sale/contractClauseTpl/page/{merchantId}

营销合同条款模版 查询合同条款模版分页列表 OperationId: page_29

调用方法

GET /api/sale/contractClauseTpl/page/{merchantId}

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring模版名称
typequerystring销售合同模版类型 【 PURCHASE_CONTRACT : SALE_CONTRACT : 】
activequeryboolean是否可用
merchantIdqueryinteger(int64)商户ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractClauseTemplate com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockContractClauseTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractClauseTemplate
GET

/api/sale/contractClauseTpl/get

营销合同条款模版 查询合同条款模版详情 OperationId: get_28

调用方法

GET /api/sale/contractClauseTpl/get

参数

名称位置必填类型说明示例
idqueryinteger(int64)合同条款模版ID0

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractClauseTemplate com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContractClauseTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractClauseTemplate
GET

/api/sale/contractChange/page

销售合同变更申请 分页查询合同变更列表 OperationId: page_30

调用方法

GET /api/sale/contractChange/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户ID
contractIdqueryinteger(int64)合同ID
statusquerystring状态 【 DRAFT : CONFIRM : APPROVEING : APPROVEDONE : CANCEL : REJECT : 】
versionquerystring版本
createByIdqueryinteger(int64)创建人
contractCodequerystring合同编号
contractTypequerystring合同类型 【 SALE_CONTRACT : PURCHASE_CONTRACT : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractChange com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockContractChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractChange
GET

/api/sale/contractChange/list

销售合同变更申请 查询合同变更列表 OperationId: list_1

调用方法

GET /api/sale/contractChange/list

参数

名称位置必填类型说明示例
merchantIdqueryinteger(int64)商户ID
contractIdqueryinteger(int64)合同ID
statusquerystring状态 【 DRAFT : CONFIRM : APPROVEING : APPROVEDONE : CANCEL : REJECT : 】
versionquerystring版本
createByIdqueryinteger(int64)创建人
contractCodequerystring合同编号
contractTypequerystring合同类型 【 SALE_CONTRACT : PURCHASE_CONTRACT : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractChange com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockContractChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractChange[]返回数据
GET

/api/sale/contractChange/get/{id}

销售合同变更申请 查询合同变更详情 OperationId: get_29

调用方法

GET /api/sale/contractChange/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)合同变更ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractChange com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContractChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractChange
GET

/api/sale/contract/searchPage

销售合同 分页搜索合同信息 OperationId: searchPage

调用方法

GET /api/sale/contract/searchPage

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)公司ID
companyIdqueryinteger(int64)公司ID
searchquerystring搜索条件

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractSearchVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.StockContractSearchVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractSearchVO
GET

/api/sale/contract/queryLine/{id}

销售合同 查询销售合同明细 OperationId: queryLine_4

调用方法

GET /api/sale/contract/queryLine/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售合同ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SaleContractLineVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.sale.contract.SaleContractLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSaleContractLineVO[]返回数据
GET

/api/sale/contract/queryHistoryContractList

销售合同 查询销售合同历史列表 OperationId: queryHistoryContractList

调用方法

GET /api/sale/contract/queryHistoryContractList

参数

名称位置必填类型说明示例
contractIdqueryinteger(int64)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractHistory com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockContractHistory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractHistory[]返回数据
GET

/api/sale/contract/queryHistoryContract/{id}

销售合同 查询销售合同历史详情 OperationId: queryHistoryContract

调用方法

GET /api/sale/contract/queryHistoryContract/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)历史合同ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractHistory com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContractHistory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractHistory
GET

/api/sale/contract/queryClause/{id}

销售合同 查询销售合同条款 OperationId: queryClause

调用方法

GET /api/sale/contract/queryClause/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售合同ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SaleContractClauseVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.sale.contract.SaleContractClauseVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSaleContractClauseVO[]返回数据
GET

/api/sale/contract/page

销售合同 查询销售合同列表 OperationId: page_31

调用方法

GET /api/sale/contract/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdqueryinteger(int64)公司ID
namequerystring名称
codequerystring编号
externalCodequerystring外部编号
statusListquerystring状态
operatorIdqueryinteger(int64)操作用户
partnerIdqueryinteger(int64)CRM客户关系
originIdqueryinteger(int64)源订单ID
originTypequerystring源订单类型 【 INVITE : BUSINESS_OPPORTUNITY : SALE_CONTRACT : 】
whetherOperatorUserqueryboolean是否根据用户查询
contractEffectiveTypequerystring合同有效类型 【 SINGLE_CONTRACT : CONTINUING_CONTRACT : 】
signDateSquerystring(date)签订日期 开始搜索条件
signDateEquerystring(date)签订日期 结束搜索条件
historyqueryboolean是否是历史合同
goodsIdListqueryinteger(int64)[]
goodsTypequerystring合同商品类型 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsSubTypequerystring合同商品子类型 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
goodsCodequerystring商品编号
tagIdListqueryinteger(int64)[]
queryContractConversionApplyqueryboolean是否查询合同转换申请
queryContractTimeEffectivequeryboolean是否查询合同有效时间
contractTypequerystring合同类型(正式合同,预投合同,科研合同) 【 FORMAL : ADVANCE : RESEARCH : MILITARY : 】
saleDestinationquerystring销售去向
queryLinequeryboolean是否查询明细行(默认查询 不查询传递true)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SaleContractListVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.sale.contract.SaleContractListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSaleContractListVO
GET

/api/sale/contract/get/{id}

销售合同 查询销售合同详情 OperationId: get_30

调用方法

GET /api/sale/contract/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售合同ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContract com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContract

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContract
GET

/api/sale/change/page

销售订单变更 分页查询订单变更列表 OperationId: page_32

调用方法

GET /api/sale/change/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdqueryinteger(int64)公司ID
merchantIdqueryinteger(int64)商户ID
orderIdqueryinteger(int64)订单ID
orderTypequerystring订单类型 【 SALE_ORDER : RE_SALE_ORDER : PURCHASE_ORDER : RE_PURCHASE_ORDER : 】
versionquerystring版本
statusquerystring状态 【 DRAFT : CONFIRM : APPROVEING : APPROVEDONE : CANCEL : REJECT : 】
orderCodequerystring订单CODE

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrderChange com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockOrderChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderChange
GET

/api/sale/change/list

销售订单变更 查询订单变更列表 OperationId: list_2

调用方法

GET /api/sale/change/list

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)公司ID
merchantIdqueryinteger(int64)商户ID
orderIdqueryinteger(int64)订单ID
orderTypequerystring订单类型 【 SALE_ORDER : RE_SALE_ORDER : PURCHASE_ORDER : RE_PURCHASE_ORDER : 】
versionquerystring版本
statusquerystring状态 【 DRAFT : CONFIRM : APPROVEING : APPROVEDONE : CANCEL : REJECT : 】
orderCodequerystring订单CODE

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrderChange com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockOrderChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderChange[]返回数据
GET

/api/sale/change/get/{id}

销售订单变更 查询订单变更详情 OperationId: get_31

调用方法

GET /api/sale/change/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)订单变更ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrderChange com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockOrderChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderChange
GET

/api/sale/businessFollow/list/{businessId}

销售商机跟进记录 查询商机跟进记录列表 OperationId: list_3

调用方法

GET /api/sale/businessFollow/list/{businessId}

参数

名称位置必填类型说明示例
businessIdpathinteger(int64)商机ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockBusinessFollow com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.business.StockBusinessFollow

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockBusinessFollow[]返回数据
GET

/api/sale/business/queryHistoryList/{businessId}

销售商机 查询商机历史列表 OperationId: listHistory

调用方法

GET /api/sale/business/queryHistoryList/{businessId}

参数

名称位置必填类型说明示例
businessIdpathinteger(int64)商机ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: BusinessOpportunityHistoryListVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunityHistoryListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataBusinessOpportunityHistoryListVO[]返回数据
GET

/api/sale/business/queryBusinessOpportunityLineList/{businessId}

销售商机 查询商机明细 OperationId: queryBusinessOpportunityLineList

调用方法

GET /api/sale/business/queryBusinessOpportunityLineList/{businessId}

参数

名称位置必填类型说明示例
businessIdpathinteger(int64)商机ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: BusinessOpportunityLineListVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunityLineListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataBusinessOpportunityLineListVO[]返回数据
GET

/api/sale/business/page

销售商机 查询商机列表 OperationId: page_33

调用方法

GET /api/sale/business/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring商机名称
codequerystring商机code
companyIdqueryinteger(int64)公司ID
merchantIdqueryinteger(int64)商户ID
sourcequerystring商机来源(PHONE:电话销售;INITIATIVE:主动营销;MARKET_SURVEY:市场调研;CUSTOMER_INTRODUCE:客户介绍;FRIEND_INTRODUCE:朋友介绍;OTHER:其它)
typequerystring商机类型(SALE:销售商机;PURCHASE:采购商机;OTHER:其它商机)
gradequerystring商机等级(ORDINARY:普通商机;EMPHASIS:重点商机)
partnerIdqueryinteger(int64)CRM关系ID
statusquerystring状态
structureTypequerystring产品类型sys_property表维护,(OPPORTUNITY_PRODUCT_TYPE)
relevantDepartmentIdqueryinteger(int64)相关部门ID
operatorIdqueryinteger(int64)操作人ID
customerPersonquerystring查询客户联系人
startTimequerystring(date-time)开始时间
endTimequerystring(date-time)结束时间

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: BusinessOpportunityListVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunityListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataBusinessOpportunityListVO
GET

/api/sale/business/get/{businessId}

销售商机 查询商机详情 OperationId: get_32

调用方法

GET /api/sale/business/get/{businessId}

参数

名称位置必填类型说明示例
businessIdpathinteger(int64)商机ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: BusinessOpportunityDetailVO com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunityDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataBusinessOpportunityDetailVO
GET

/api/sale/aftersale/queryLine

营销售后工单管理 查询售后工单列表 OperationId: queryLine_5

调用方法

GET /api/sale/aftersale/queryLine

参数

名称位置必填类型说明示例
aftersaleWorkIdqueryinteger(int64)工单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: AftersaleWorkLineVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.sale.aftersale.AftersaleWorkLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataAftersaleWorkLineVO[]返回数据
GET

/api/sale/aftersale/page

营销售后工单管理 查询售后工单列表 OperationId: page_34

调用方法

GET /api/sale/aftersale/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdqueryinteger(int64)公司ID
merchantIdqueryinteger(int64)商户ID
namequerystring工单标题
codequerystring工单号
priorityquerystring优先级:LOW(低),MEDIUM(中等),HIGH(高),URGENT(紧急),CRITICAL:(严重)
sourcequerystring工单来源:PHONE(手机),EMAIL(邮件),WEB,APP,WECHAT
assigneeUserIdqueryinteger(int64)处理人ID
partnerIdqueryinteger(int64)客户/会员 partnerId

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: AftersaleWorkListVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.sale.aftersale.AftersaleWorkListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataAftersaleWorkListVO
GET

/api/sale/aftersale/get/{id}

营销售后工单管理 查询售后工单详情 OperationId: get_33

调用方法

GET /api/sale/aftersale/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)售后工单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: AftersaleWorkDetailVO com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.stock.sale.aftersale.AftersaleWorkDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataAftersaleWorkDetailVO
GET

/api/purchase/suggestOrdering/list

建议订购管理 查询订购公式 OperationId: list_4

调用方法

GET /api/purchase/suggestOrdering/list

参数

名称位置必填类型说明示例
merchantIdqueryinteger(int64)商户ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockSuggestOrderingEquation com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockSuggestOrderingEquation

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockSuggestOrderingEquation[]返回数据
GET

/api/purchase/suggestOrdering/getSuggestOrdering

建议订购管理 查询建议订购 OperationId: getSuggestOrdering

调用方法

GET /api/purchase/suggestOrdering/getSuggestOrdering

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockQtyVO$GoodsQty com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.qty.StockQtyVO$GoodsQty

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockQtyVO$GoodsQty[]返回数据
GET

/api/purchase/suggestOrdering/getOrderRanking

建议订购管理 查询订购排行 OperationId: getOrderRanking

调用方法

GET /api/purchase/suggestOrdering/getOrderRanking

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockQtyVO$GoodsQty com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.qty.StockQtyVO$GoodsQty

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockQtyVO$GoodsQty[]返回数据
GET

/api/purchase/suggestOrdering/get/{id}

建议订购管理 查询订购公式详情 OperationId: get_34

调用方法

GET /api/purchase/suggestOrdering/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockSuggestOrderingEquation com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockSuggestOrderingEquation

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockSuggestOrderingEquation
GET

/api/purchase/requirement/searchPage

采购需求 分页搜索采购需求信息 OperationId: searchPage_1

调用方法

GET /api/purchase/requirement/searchPage

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)公司ID
companyIdqueryinteger(int64)公司ID
goodsTypequerystring商品类型 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsSubTypequerystring商品子类型 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
searchquerystring搜索条件

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchaseRequirementSearchVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementSearchVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseRequirementSearchVO
GET

/api/purchase/requirement/queryLine

采购需求 查询采购需求明细 OperationId: queryLine_6

调用方法

GET /api/purchase/requirement/queryLine

参数

名称位置必填类型说明示例
purchaseRequirementIdListqueryinteger(int64)[]

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchaseRequirementLineVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseRequirementLineVO[]返回数据
GET

/api/purchase/requirement/queryLinePage

采购需求 查询采购需求明细分页列表-万航 OperationId: queryLinePage

调用方法

GET /api/purchase/requirement/queryLinePage

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户ID
companyIdqueryinteger(int64)公司ID
codequerystring采购需求编号
statusquerystring状态 【 DRAFT : CONFIRM : APPROVEING : APPROVEDONE : CANCEL : REJECT : 】
goodsIdqueryinteger(int64)商品ID
goodsTypequerystring商品类型 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsSubTypequerystring商品子类型 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
productCodequerystring锻件代号

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchaseRequirementLineListVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseRequirementLineListVO
GET

/api/purchase/requirement/page

采购需求 查询采购需求分页列表 OperationId: page_35

调用方法

GET /api/purchase/requirement/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户号ID
companyIdListqueryinteger(int64)[]
createCompanyIdqueryinteger(int64)创建采购需求公司ID
namequerystring名称
codequerystring编号
externalCodequerystring外部编号
operatorUserIdqueryinteger(int64)操作用户ID
createUserIdqueryinteger(int64)创建用户ID
goodsPriceCompanyIdqueryinteger(int64)查询价目表公司ID
warehouseIdqueryinteger(int64)补货仓库ID
applyCompanyIdqueryinteger(int64)采购需求单申请公司ID
mergePurchaseApplyIdqueryinteger(int64)合并后的采购申请单ID
assistUserIdListqueryinteger(int64)[]
statusquerystring状态 【 DRAFT : CONFIRM : APPROVEING : APPROVEDONE : CANCEL : REJECT : 】
relevantDepartmentIdqueryinteger(int64)归口管理部门ID
applyDepartmentIdqueryinteger(int64)申请部门ID
goodsTypequerystring采购需求商品类型 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsSubTypequerystring商品子类型 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
categoryIdChainquerystring商品分类组织架构值
decalsContractqueryboolean是否开口合同,用于采购单金额验证-万航。默认值:false
taxTypequerystring税金计算类型 【 EXCLUDE_TAX : INCLUDE_TAX : 】
queryAssociatePurchaseApplyqueryboolean是否查询采购需求是否已经生成采购申请
queryLinequeryboolean是否查询明细行

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchaseRequirementListVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseRequirementListVO
GET

/api/purchase/requirement/get/{id}

采购需求 查询采购需求详情 OperationId: get_35

调用方法

GET /api/purchase/requirement/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购需求ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchaseRequirementDetailVO com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseRequirementDetailVO
GET

/api/purchase/reOrder/queryOrderLineGoodsQty/{id}

采购退货单 获取采购退货订单明细行商品数量情况 OperationId: getOrderGoodsLineQty_4

调用方法

GET /api/purchase/reOrder/queryOrderLineGoodsQty/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购退货单ID
efficientQtyqueryboolean有效出/入计算数量
moveQtyqueryboolean最终出/入库数量
planQtyqueryboolean计划出/入库数量
reQtyqueryboolean退货单数量
distributionQtyqueryboolean已配货数量
efficientWeightqueryboolean有效出/入计算重量

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrderLineQtyVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.StockOrderLineQtyVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderLineQtyVO[]返回数据
GET

/api/purchase/reOrder/queryAdvancePayment/{id}

采购退货单 根据采购单退货单ID查询关联预付款单 OperationId: queryAdvancePayment

调用方法

GET /api/purchase/reOrder/queryAdvancePayment/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购退货单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: FinanceBill com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.finance.FinanceBill

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataFinanceBill[]返回数据
GET

/api/purchase/reOrder/page

采购退货单 查询采购退货单列表 OperationId: page_36

调用方法

GET /api/purchase/reOrder/page

参数

名称位置必填类型说明示例
x-Sourceheaderstring来源 ERP、APP,默认值为ERP
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring名称
codequerystring编号
externalCodequerystring外部编号
statusListquerystring[]
companyIdListqueryinteger(int64)[]
originIdqueryinteger(int64)源订单ID
originTypequerystring源订单类型 【 SALE_ORDER : PURCHASE_ORDER : TRANSFER_CROSS_ORDER : PURCHASE_APPLY_ORDER : RTN_ORDER : SALE_CONTRACT : PURCHASE_CONTRACT : BUSINESS_OPPORTUNITY : TEMPORARY_TASK_ORDER : OUTSOURCE_SERVICE_ORDER : INVENTORY_DELIVERY_ORDER : 】
originquerystringNull:查询源订单为空,NotNull:查询源订单不为空
operatorIdqueryinteger(int64)操作用户ID
partnerIdqueryinteger(int64)CRM客户关系
billStatusquerystring[]
inventoryStatusquerystring[]
urgentqueryboolean是否紧急
createCompanyIdqueryinteger(int64)创建订单公司ID
targetCompanyIdqueryinteger(int64)销售或采购公司ID
oilqueryboolean是否油品订单
goodsPriceCompanyIdqueryinteger(int64)查询价目表公司ID
tripLineIdqueryinteger(int64)航线ID
goodsIdqueryinteger(int64)商品ID
startExpectedDatequerystring(date)预计收/退货时间(区间日期开始)
endExpectedDatequerystring(date)预计收/退货时间(区间日期结束)
contractIdqueryinteger(int64)合同ID
goodsTypequerystring采购商品类型(采购明细商品进行获取) 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsTypeListquerystring[]
goodsSubTypequerystring采购商品子类型(采购明细商品进行获取) 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
createUserIdqueryinteger(int64)创建用户ID
initializationqueryboolean是否初始化数据
moveDiscrepancyStatusquerystring差异状态(采购数量与实际入库的数量差异标识:入库无差异,入库差异待登记,入库差异已登记)
queryLinequeryboolean是否查询明细行(默认查询 不查询传递true)
queryContractqueryboolean是否查询合同信息
queryDeliveryPlanqueryboolean是否查询交付计划信息
queryAssociateMovequeryboolean是否查询关联出入库单

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrder com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockOrder

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrder
GET

/api/purchase/reOrder/get/{id}

采购退货单 查询采购退货单详情 OperationId: get_36

调用方法

GET /api/purchase/reOrder/get/{id}

参数

名称位置必填类型说明示例
x-Sourceheaderstring来源 ERP、APP,默认值为ERP
idpathinteger(int64)采购退货单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrder com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockOrder

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrder
GET

/api/purchase/reApply/queryStockRtnHistory/{rtnId}

采购退货申请单 查询退货申请历史数据 OperationId: queryStockRtnHistory

调用方法

GET /api/purchase/reApply/queryStockRtnHistory/{rtnId}

参数

名称位置必填类型说明示例
rtnIdpathinteger(int64)退货单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockRtnHistory com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockRtnHistory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRtnHistory[]返回数据
GET

/api/purchase/reApply/queryRtnTransferLineList

采购退货申请单 查询退货申请调拨明细列表 OperationId: queryRtnTransferLineList

调用方法

GET /api/purchase/reApply/queryRtnTransferLineList

参数

名称位置必填类型说明示例
rtnIdListquerystring退货单ID集合

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockRtnTransferLine com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockRtnTransferLine

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRtnTransferLine[]返回数据
GET

/api/purchase/reApply/queryRtnOrderLineList

采购退货申请单 查询退货申请订单明细列表 OperationId: queryRtnOrderLineList

调用方法

GET /api/purchase/reApply/queryRtnOrderLineList

参数

名称位置必填类型说明示例
rtnIdListquerystring退货单ID集合

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockRtnOrderLine com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockRtnOrderLine

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRtnOrderLine[]返回数据
GET

/api/purchase/reApply/queryRtnLineList

采购退货申请单 查询退货申请明细列表 OperationId: queryRtnLineList

调用方法

GET /api/purchase/reApply/queryRtnLineList

参数

名称位置必填类型说明示例
rtnIdListquerystring退货单ID集合

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockRtnLine com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockRtnLine

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRtnLine[]返回数据
GET

/api/purchase/reApply/queryRtnLineHistory/{rtnHistoryId}

采购退货申请单 查询退货申请历史数据明细 OperationId: queryRtnLineHistory

调用方法

GET /api/purchase/reApply/queryRtnLineHistory/{rtnHistoryId}

参数

名称位置必填类型说明示例
rtnHistoryIdpathinteger(int64)退货申请历史数据ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockRtnLineHistory com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockRtnLineHistory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRtnLineHistory[]返回数据
GET

/api/purchase/reApply/page

采购退货申请单 查询退货申请单分页列表 OperationId: page_37

调用方法

GET /api/purchase/reApply/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户号ID
rtnCompanyIdListqueryinteger(int64)[]
createCompanyIdqueryinteger(int64)创建退货申请公司ID
namequerystring名称
statusquerystring状态 【 DRAFT : CONFIRM : APPROVEING : APPROVEDONE : DONE : CANCEL : REJECT : 】
codequerystring编号
externalCodequerystring外部编号
batchCodequerystring批次号
operatorUserIdqueryinteger(int64)操作用户ID
warehouseIdqueryinteger(int64)补货仓库ID
tripLineIdqueryinteger(int64)航线ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockRtn com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockRtn

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRtn
GET

/api/purchase/reApply/listByBatch

采购退货申请单 根据批次号查询退货申请单列表 OperationId: listByBatch

调用方法

GET /api/purchase/reApply/listByBatch

参数

名称位置必填类型说明示例
merchantIdqueryinteger(int64)商户号ID
rtnCompanyIdListqueryinteger(int64)[]
batchCodequerystring批次号
rtnTypequerystring退货申请类型 【 PURCHASE : TRANSFER : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockRtn com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockRtn

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRtn[]返回数据
GET

/api/purchase/reApply/get/{id}

采购退货申请单 查询退货申请单详情 OperationId: get_37

调用方法

GET /api/purchase/reApply/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)退货申请单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockRtn com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockRtn

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRtn
GET

/api/purchase/reApply/batchPage

采购退货申请单 查询批次号分页列表 OperationId: batchPage

调用方法

GET /api/purchase/reApply/batchPage

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户号ID
rtnCompanyIdListqueryinteger(int64)[]
statusquerystring状态 【 DRAFT : CONFIRM : APPROVEING : APPROVEDONE : DONE : CANCEL : REJECT : 】
rtnTypequerystring退货类型 【 PURCHASE : TRANSFER : 】
associatePurchaseRtnqueryboolean是否关联采购退货单
associateTransferqueryboolean是否关联调拨单

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockRtnVO$batchVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.StockRtnVO$batchVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRtnVO$batchVO
GET

/api/purchase/plan/searchPage

采购计划 分页搜索采购计划信息 OperationId: searchPage_2

调用方法

GET /api/purchase/plan/searchPage

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)公司ID
companyIdqueryinteger(int64)公司ID
searchquerystring搜索条件

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockPurchasePlanSearchVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.StockPurchasePlanSearchVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockPurchasePlanSearchVO
GET

/api/purchase/plan/queryLine/{id}/{companyId}

采购计划 查询采购计划明细 OperationId: queryLine_7

调用方法

GET /api/purchase/plan/queryLine/{id}/{companyId}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购计划ID
companyIdpathinteger(int64)公司ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchasePlanLineVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchasePlanLineVO[]返回数据
GET

/api/purchase/plan/page

采购计划 查询采购计划列表 OperationId: page_38

调用方法

GET /api/purchase/plan/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
codequerystring编号
namequerystring名称
typequerystring采购类型
modelquerystring采购方式
inviteTypequerystring招标方式(使用sys_property维护,INVITED_TENDERING:邀请招标;INVITED_PUBLIC:公开招标)
evaluationTypequerystring评标方式(使用sys_property维护,LOWEST_TENDERING_PRICE:最低价投标法;SYNTHETIC_EVALUATION:综合评估法)
tenderingBasequeryboolean是否有标底
companyIdqueryinteger(int64)公司ID
merchantIdqueryinteger(int64)商户ID
statusquerystring状态 【 DRAFT : CONFIRM : APPROVEING : APPROVEDONE : CANCEL : REJECT : CLOSE : 】
planPurchaseTypequerystring采购计划类型(使用sys_property维护:PLAN_PURCHASE:计划性采购/UN_PLAN_PURCHASE:非计划性采购)
queryAssociateInvitequeryboolean是否查询已生成招标单的采购计划(默认false)
createByIdqueryinteger(int64)创建人ID
assistUserIdListqueryinteger(int64)[]
goodsTypequerystring采购计划商品类型 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
budgetTypequerystring预算类别(sys_property维护)
relevantDepartmentIdqueryinteger(int64)归口管理部门ID
goodsSubTypequerystring采购计划商品子类型 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
queryFlowRecordqueryboolean是否查询流程记录(默认false)
decalsContractqueryboolean是否开口合同,用于采购单金额验证-万航。默认值:false
sortByDoneTimequeryboolean审核完成时间排序方式(true:DESC,false:ASC),如果不传递默认创建时间进行DESC排序
externalCodequerystring外部编号
taxTypequerystring税金计算类型 【 EXCLUDE_TAX : INCLUDE_TAX : 】
queryLinequeryboolean是否查询明细行用于导出(默认查询 不查询传递true)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchasePlanListVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchasePlanListVO
GET

/api/purchase/plan/get/{id}

采购计划 查询采购计划详情 OperationId: get_38

调用方法

GET /api/purchase/plan/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购计划ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchasePlanDetailVO com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchasePlanDetailVO
GET

/api/purchase/order/queryOrderLineGoodsQty/{id}

采购单 获取采购订单明细行商品数量情况 OperationId: getOrderGoodsLineQty_5

调用方法

GET /api/purchase/order/queryOrderLineGoodsQty/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购单ID
efficientQtyqueryboolean有效出/入计算数量
moveQtyqueryboolean最终出/入库数量
planQtyqueryboolean计划出/入库数量
reQtyqueryboolean退货单数量
distributionQtyqueryboolean已配货数量
efficientWeightqueryboolean有效出/入计算重量

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrderLineQtyVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.StockOrderLineQtyVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderLineQtyVO[]返回数据
GET

/api/purchase/order/queryAllowBill

采购单 查询采购订单可开付款单分页列表 OperationId: queryAllowBill_1

调用方法

GET /api/purchase/order/queryAllowBill

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户号ID
companyIdqueryinteger(int64)公司ID
orderCodequerystring采购单编号
partnerIdqueryinteger(int64)CRM客户关系ID
typequerystring

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrder com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockOrder

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrder
GET

/api/purchase/order/page

采购单 查询采购单列表 OperationId: page_39

调用方法

GET /api/purchase/order/page

参数

名称位置必填类型说明示例
x-Sourceheaderstring来源 ERP、APP,默认值为ERP
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring名称
codequerystring编号
externalCodequerystring外部编号
statusListquerystring[]
companyIdListqueryinteger(int64)[]
originIdqueryinteger(int64)源订单ID
originTypequerystring源订单类型 【 SALE_ORDER : PURCHASE_ORDER : TRANSFER_CROSS_ORDER : PURCHASE_APPLY_ORDER : RTN_ORDER : SALE_CONTRACT : PURCHASE_CONTRACT : BUSINESS_OPPORTUNITY : TEMPORARY_TASK_ORDER : OUTSOURCE_SERVICE_ORDER : INVENTORY_DELIVERY_ORDER : 】
originquerystringNull:查询源订单为空,NotNull:查询源订单不为空
operatorIdqueryinteger(int64)操作用户ID
partnerIdqueryinteger(int64)CRM客户关系
billStatusquerystring[]
inventoryStatusquerystring[]
urgentqueryboolean是否紧急
createCompanyIdqueryinteger(int64)创建订单公司ID
targetCompanyIdqueryinteger(int64)销售或采购公司ID
oilqueryboolean是否油品订单
goodsPriceCompanyIdqueryinteger(int64)查询价目表公司ID
tripLineIdqueryinteger(int64)航线ID
goodsIdqueryinteger(int64)商品ID
startExpectedDatequerystring(date)预计收/退货时间(区间日期开始)
endExpectedDatequerystring(date)预计收/退货时间(区间日期结束)
contractIdqueryinteger(int64)合同ID
goodsTypequerystring采购商品类型(采购明细商品进行获取) 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsTypeListquerystring[]
goodsSubTypequerystring采购商品子类型(采购明细商品进行获取) 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
createUserIdqueryinteger(int64)创建用户ID
initializationqueryboolean是否初始化数据
moveDiscrepancyStatusquerystring差异状态(采购数量与实际入库的数量差异标识:入库无差异,入库差异待登记,入库差异已登记)
queryLinequeryboolean是否查询明细行(默认查询 不查询传递true)
queryContractqueryboolean是否查询合同信息
queryDeliveryPlanqueryboolean是否查询交付计划信息
queryAssociateMovequeryboolean是否查询关联出入库单

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrder com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockOrder

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrder
GET

/api/purchase/order/get/{id}

采购单 查询采购单详情 OperationId: get_39

调用方法

GET /api/purchase/order/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购单ID
sourcequerystring
x-Sourceheaderstring来源 ERP、APP,默认值为ERP

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockOrder com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockOrder

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrder
GET

/api/purchase/invite/queryLineByPartner/{inviteId}/{partnerId}

采购招标 查询招投标中投标人明细行 OperationId: queryInviteLineByPartner

调用方法

GET /api/purchase/invite/queryLineByPartner/{inviteId}/{partnerId}

参数

名称位置必填类型说明示例
inviteIdpathinteger(int64)招投标ID1
partnerIdpathinteger(int64)投标人partnerId1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: GoodsInvitePartnerLineVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInvitePartnerLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsInvitePartnerLineVO[]返回数据
GET

/api/purchase/invite/queryLine/{inviteId}

采购招标 查询招投标明细行 OperationId: queryInviteLine

调用方法

GET /api/purchase/invite/queryLine/{inviteId}

参数

名称位置必填类型说明示例
inviteIdpathinteger(int64)招投标ID1
partnerIdListqueryinteger(int64)[]
isQueryNewGoodsPricequeryboolean是否查询最新价目表

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: GoodsInviteLineVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsInviteLineVO[]返回数据
GET

/api/purchase/invite/queryInviteRank

采购招标 查询招标排名 OperationId: queryInviteRank_1

调用方法

GET /api/purchase/invite/queryInviteRank

参数

名称位置必填类型说明示例
partnerIdListqueryinteger(int64)[]
inviteIdqueryinteger(int64)招标id

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: GoodsInviteTotalAmountRankVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteTotalAmountRankVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsInviteTotalAmountRankVO[]返回数据
GET

/api/purchase/invite/queryHistory/{inviteId}

采购招标 查询历史招标明细 OperationId: queryInviteLineHistory

调用方法

GET /api/purchase/invite/queryHistory/{inviteId}

参数

名称位置必填类型说明示例
inviteIdpathinteger(int64)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: GoodsInviteLineHistoryVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteLineHistoryVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsInviteLineHistoryVO[]返回数据
GET

/api/purchase/invite/page

采购招标 分页查询招投标信息 OperationId: page_40

调用方法

GET /api/purchase/invite/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户ID1
companyIdqueryinteger(int64)公司ID1
statusquerystring状态 【 BIDDING : TENDERING : BID_OPENING : BID_EVALUATION : BID_SELECTION : APPROVEING : APPROVEDONE : REJECT : CANCEL : 】"BIDDING"
namequerystring名称"测试招标"
codequerystring编号"zkl_test_001"
partnerIdqueryinteger(int64)投标人partnerId1
goodsBarcodeIdqueryinteger(int64)条码IDtrue
goodsIdqueryinteger(int64)商品IDtrue
openRankqueryboolean是否打开公布排名
openInvitequeryboolean是否打开中标公示
expiredTimequerystring(date-time)投标截止时间
startTimequerystring(date-time)时间区间开始时间
endTimequerystring(date-time)时间区间结束时间
createByIdqueryinteger(int64)创建人ID
assistUserIdListqueryinteger(int64)[]
goodsTypequerystring招标商品类型 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsSubTypequerystring商品子类型 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
queryAssociatePurchaseContractqueryboolean是否关联查询采购合同(默认false)
decalsContractqueryboolean是否开口合同,用于采购单金额验证-万航。默认值:false
purchasePlanIdqueryinteger(int64)采购计划ID
queryFlowRecordqueryboolean是否关联查询流程记录(默认false)
queryAmountTotalqueryboolean是否查询操作人和总金额(默认false)
queryPurchasePlanqueryboolean是否查询采购计划信息(默认false)
sortByDoneTimequeryboolean审核完成时间排序方式(true:DESC,false:ASC),如果不传递默认创建时间进行DESC排序
typequerystring采购类型
modelquerystring采购方式
inviteTypequerystring招标方式(使用sys_property维护,INVITED_TENDERING:邀请招标;INVITED_PUBLIC:公开招标)
evaluationTypequerystring评标方式(使用sys_property维护,LOWEST_TENDERING_PRICE:最低价投标法;SYNTHETIC_EVALUATION:综合评估法)
taxTypequerystring税金计算类型 【 EXCLUDE_TAX : INCLUDE_TAX : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: GoodsInviteListVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsInviteListVO
GET

/api/purchase/invite/pageOpenInvite

采购招标 查询开放公示 OperationId: openInvite

调用方法

GET /api/purchase/invite/pageOpenInvite

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: GoodsInviteBidingAnnounceVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteBidingAnnounceVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsInviteBidingAnnounceVO
GET

/api/purchase/invite/get/{id}

采购招标 查询招投标信息 OperationId: get_40

调用方法

GET /api/purchase/invite/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)招投标ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: GoodsInviteDetailVO com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsInviteDetailVO
GET

/api/purchase/goodsSupplier/queryDefSupplier

商品供应商管理 查询商品与供应商绑定关系默认供应商 OperationId: queryDefSupplier

调用方法

GET /api/purchase/goodsSupplier/queryDefSupplier

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)公司ID
goodsIdListqueryinteger(int64)[]

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsSupplier com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsSupplier

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsSupplier[]返回数据
GET

/api/purchase/goodsSupplier/queryBindGoods

商品供应商管理 查询供应商在门店中绑定的商品 OperationId: queryBindGoods

调用方法

GET /api/purchase/goodsSupplier/queryBindGoods

参数

名称位置必填类型说明示例
companyIdListqueryinteger(int64)[]
goodsIdListqueryinteger(int64)[]
supplierIdqueryinteger(int64)供应商ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsSupplier com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsSupplier

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsSupplier[]返回数据
GET

/api/purchase/goodsSupplier/page

商品供应商管理 查询商品与供应商分页列表 OperationId: page_41

调用方法

GET /api/purchase/goodsSupplier/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdqueryinteger(int64)公司ID
goodsIdqueryinteger(int64)商品ID
goodsBarcodeIdqueryinteger(int64)商品条码ID
supplierIdqueryinteger(int64)供应商ID
statusquerystring状态
goodsIdListqueryinteger(int64)[]
goodsBarcodeIdListqueryinteger(int64)[]

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsSupplier com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoodsSupplier

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsSupplier
GET

/api/purchase/goodsSupplier/list

商品供应商管理 查询商品与供应商列表 OperationId: list_5

调用方法

GET /api/purchase/goodsSupplier/list

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)公司ID
goodsIdqueryinteger(int64)商品ID
goodsBarcodeIdqueryinteger(int64)商品条码ID
supplierIdqueryinteger(int64)供应商ID
statusquerystring状态
goodsIdListqueryinteger(int64)[]
goodsBarcodeIdListqueryinteger(int64)[]

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsSupplier com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsSupplier

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsSupplier[]返回数据
GET

/api/purchase/contractClauseTpl/page/{merchantId}

采购合同条款模版 查询采购合同条款模版分页列表 OperationId: page_42

调用方法

GET /api/purchase/contractClauseTpl/page/{merchantId}

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring模版名称
typequerystring采购合同模版类型 【 PURCHASE_CONTRACT : SALE_CONTRACT : 】
activequeryboolean是否可用
merchantIdqueryinteger(int64)商户ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractClauseTemplate com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockContractClauseTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractClauseTemplate
GET

/api/purchase/contractClauseTpl/get

采购合同条款模版 查询采购合同条款模版详情 OperationId: get_41

调用方法

GET /api/purchase/contractClauseTpl/get

参数

名称位置必填类型说明示例
idqueryinteger(int64)采购合同条款模版ID0

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractClauseTemplate com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContractClauseTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractClauseTemplate
GET

/api/purchase/contractChange/page

采购合同变更申请 分页查询合同变更列表 OperationId: page_43

调用方法

GET /api/purchase/contractChange/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户ID
contractIdqueryinteger(int64)合同ID
statusquerystring状态 【 DRAFT : CONFIRM : APPROVEING : APPROVEDONE : CANCEL : REJECT : 】
versionquerystring版本
createByIdqueryinteger(int64)创建人
contractCodequerystring合同编号
contractTypequerystring合同类型 【 SALE_CONTRACT : PURCHASE_CONTRACT : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractChange com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockContractChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractChange
GET

/api/purchase/contractChange/list

采购合同变更申请 查询合同变更列表 OperationId: list_6

调用方法

GET /api/purchase/contractChange/list

参数

名称位置必填类型说明示例
merchantIdqueryinteger(int64)商户ID
contractIdqueryinteger(int64)合同ID
statusquerystring状态 【 DRAFT : CONFIRM : APPROVEING : APPROVEDONE : CANCEL : REJECT : 】
versionquerystring版本
createByIdqueryinteger(int64)创建人
contractCodequerystring合同编号
contractTypequerystring合同类型 【 SALE_CONTRACT : PURCHASE_CONTRACT : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractChange com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockContractChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractChange[]返回数据
GET

/api/purchase/contractChange/get/{id}

采购合同变更申请 查询合同变更详情 OperationId: get_42

调用方法

GET /api/purchase/contractChange/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)合同变更ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractChange com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContractChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractChange
GET

/api/purchase/contract/searchPage

采购合同 分页搜索合同信息 OperationId: searchPage_3

调用方法

GET /api/purchase/contract/searchPage

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)公司ID
companyIdqueryinteger(int64)公司ID
searchquerystring搜索条件

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractSearchVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.StockContractSearchVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractSearchVO
GET

/api/purchase/contract/queryRemainingPurchaseContract

采购合同 查询还有剩余份额的采购合同-万航 OperationId: queryRemainingPurchaseContract

区分开口合同与非开口合同

调用方法

GET /api/purchase/contract/queryRemainingPurchaseContract

参数

名称位置必填类型说明示例
goodsIdqueryinteger(int64)商品ID10

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchaseContractRemainingVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractRemainingVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseContractRemainingVO[]返回数据
GET

/api/purchase/contract/queryLine/{id}

采购合同 查询采购合同明细 OperationId: queryLine_8

调用方法

GET /api/purchase/contract/queryLine/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购合同ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchaseContractLineVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseContractLineVO[]返回数据
GET

/api/purchase/contract/queryHistoryContractList

采购合同 查询采购合同历史列表 OperationId: queryHistoryContractList_1

调用方法

GET /api/purchase/contract/queryHistoryContractList

参数

名称位置必填类型说明示例
contractIdqueryinteger(int64)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractHistory com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockContractHistory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractHistory[]返回数据
GET

/api/purchase/contract/queryHistoryContract/{id}

采购合同 查询采购合同历史详情 OperationId: queryHistoryContract_1

调用方法

GET /api/purchase/contract/queryHistoryContract/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)历史合同ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockContractHistory com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContractHistory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractHistory
GET

/api/purchase/contract/queryClause/{id}

采购合同 查询采购合同条款 OperationId: queryClause_1

调用方法

GET /api/purchase/contract/queryClause/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购合同ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchaseContractClauseVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractClauseVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseContractClauseVO[]返回数据
GET

/api/purchase/contract/page

采购合同 分页查询采购合同列表 OperationId: page_44

调用方法

GET /api/purchase/contract/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdqueryinteger(int64)公司ID
namequerystring名称
codequerystring编号
externalCodequerystring外部编号
statusListquerystring状态
operatorIdqueryinteger(int64)操作用户
partnerIdqueryinteger(int64)CRM客户关系
originIdqueryinteger(int64)源订单ID
originTypequerystring源订单类型 【 INVITE : BUSINESS_OPPORTUNITY : SALE_CONTRACT : 】
whetherOperatorUserqueryboolean是否根据用户查询
isCheckEffectiveAmountqueryboolean是否检查有效金额
contractEffectiveTypequerystring合同有效类型 【 SINGLE_CONTRACT : CONTINUING_CONTRACT : 】
endDateSquerystring(date)结束日期 开始搜索条件
endDateEquerystring(date)结束日期 结束搜索条件
goodsPriceCompanyIdqueryinteger(int64)查询价目表公司ID
historyqueryboolean是否是历史合同
goodsIdListqueryinteger(int64)[]
assistUserIdListqueryinteger(int64)[]
createByIdqueryinteger(int64)创建人ID
goodsTypequerystring合同商品类型 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsSubTypequerystring合同商品子类型 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
decalsContractqueryboolean是否开口合同,用于采购单金额验证(标准类型商品)-万航
queryLinequeryboolean是否查询明细行(默认查询 不查询传递true)
goodsCodequerystring商品编号
requirementUserIdqueryinteger(int64)采购需求用戶ID
querySortByCreateTimequeryboolean是否查询创建时间排序
queryContractTimeEffectivequeryboolean是否查询合同有效时间
initializationqueryboolean是否初始化数据

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchaseContractListVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseContractListVO
GET

/api/purchase/contract/list

采购合同 查询采购合同列表 OperationId: list_7

调用方法

GET /api/purchase/contract/list

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)公司ID
namequerystring名称
codequerystring编号
externalCodequerystring外部编号
statusListquerystring状态
operatorIdqueryinteger(int64)操作用户
partnerIdqueryinteger(int64)CRM客户关系
originIdqueryinteger(int64)源订单ID
originTypequerystring源订单类型 【 INVITE : BUSINESS_OPPORTUNITY : SALE_CONTRACT : 】
whetherOperatorUserqueryboolean是否根据用户查询
isCheckEffectiveAmountqueryboolean是否检查有效金额
contractEffectiveTypequerystring合同有效类型 【 SINGLE_CONTRACT : CONTINUING_CONTRACT : 】
endDateSquerystring(date)结束日期 开始搜索条件
endDateEquerystring(date)结束日期 结束搜索条件
goodsPriceCompanyIdqueryinteger(int64)查询价目表公司ID
historyqueryboolean是否是历史合同
goodsIdListqueryinteger(int64)[]
assistUserIdListqueryinteger(int64)[]
createByIdqueryinteger(int64)创建人ID
goodsTypequerystring合同商品类型 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsSubTypequerystring合同商品子类型 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
decalsContractqueryboolean是否开口合同,用于采购单金额验证(标准类型商品)-万航
queryLinequeryboolean是否查询明细行(默认查询 不查询传递true)
goodsCodequerystring商品编号
requirementUserIdqueryinteger(int64)采购需求用戶ID
querySortByCreateTimequeryboolean是否查询创建时间排序
queryContractTimeEffectivequeryboolean是否查询合同有效时间
initializationqueryboolean是否初始化数据

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchaseContractListVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseContractListVO[]返回数据
GET

/api/purchase/contract/get/{id}

采购合同 查询采购合同详情 OperationId: get_43

调用方法

GET /api/purchase/contract/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购合同ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchaseContractDetailVO com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseContractDetailVO
GET

/api/purchase/apply/queryLine

采购申请 查询采购申请明细列表 OperationId: queryLine_9

调用方法

GET /api/purchase/apply/queryLine

参数

名称位置必填类型说明示例
purchaseApplyIdqueryinteger(int64)采购申请单ID
purchaseTypequerystring采购类型 【 PURCHASE : TRANSFER : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchaseApplyLineVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseApplyLineVO[]返回数据
GET

/api/purchase/apply/page

采购申请 查询采购申请分页列表 OperationId: page_45

调用方法

GET /api/purchase/apply/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户号ID
companyIdListqueryinteger(int64)[]
createCompanyIdqueryinteger(int64)创建采购申请公司ID
namequerystring名称
statusquerystring状态 【 DRAFT : CONFIRM : APPROVEING : APPROVEDONE : CANCEL : REJECT : 】
codequerystring编号
externalCodequerystring外部编号
operatorUserIdqueryinteger(int64)操作用户ID
goodsPriceCompanyIdqueryinteger(int64)查询价目表公司ID
warehouseIdqueryinteger(int64)补货仓库ID
tripLineIdqueryinteger(int64)航线ID
applyCompanyIdqueryinteger(int64)采购申请单申请公司ID
assistUserIdListqueryinteger(int64)[]
purchaseTypequerystring采购类型 【 PURCHASE : TRANSFER : 】
associatePurchasequeryboolean是否关联采购单
associateTransferqueryboolean是否关联调拨单
historyReplenishmentCodequerystring历史采购需求单编号
goodsTypequerystring采购申请商品类型 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
goodsTypeListquerystring[]
goodsSubTypequerystring采购申请商品子类型 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
goodsSubTypeListquerystring[]
queryAssociatePurchasePlanqueryboolean是否查询采购计划关联订单
queryAssociatePurchaseApplySupplementqueryboolean是否查询采购合同增补关联订单
queryAssociatePurchasePlanByClosequeryboolean是否查询已关闭的采购计划关联订单
applyDepartmentIdqueryinteger(int64)申请部门ID
decalsContractqueryboolean是否开口合同,用于采购单金额验证-万航。默认值:false
taxTypequerystring税金计算类型 【 EXCLUDE_TAX : INCLUDE_TAX : 】
sortByDoneTimequeryboolean审核完成时间排序方式(true:DESC,false:ASC),如果不传递默认创建时间进行DESC排序

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchaseApplyListVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseApplyListVO
GET

/api/purchase/apply/get/{id}

采购申请 查询采购申请详情 OperationId: get_44

调用方法

GET /api/purchase/apply/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购申请单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PurchaseApplyDetailVO com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseApplyDetailVO
GET

/api/monitor/version

服务监控管理 获取服务版本信息 OperationId: version

调用方法

GET /api/monitor/version

参数

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
GET

/api/monitor/health

服务监控管理 心跳检查 OperationId: health

调用方法

GET /api/monitor/health

参数

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
GET

/api/goods/uom/queryGoodsUom/{goodsId}

商品计量单位管理 查询商品计量单位 OperationId: queryGoodsUom

调用方法

GET /api/goods/uom/queryGoodsUom/{goodsId}

参数

名称位置必填类型说明示例
goodsIdpathinteger(int64)商品ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsUom com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsUom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsUom[]返回数据
GET

/api/goods/specification/pageSpecificationGroup

商品属性管理 条件分页查询商品属性组 OperationId: pageSpecificationGroup

调用方法

GET /api/goods/specification/pageSpecificationGroup

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring名称
merchantIdqueryinteger(int64)商户ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsSpecificationGroup com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoodsSpecificationGroup

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsSpecificationGroup
GET

/api/goods/specification/getSpecificationGroup/{id}

商品属性管理 商品属性组详情 OperationId: getSpecificationGroup

调用方法

GET /api/goods/specification/getSpecificationGroup/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)属性组ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsSpecificationGroup com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsSpecificationGroup

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsSpecificationGroup
GET

/api/goods/price/page

商品价目表组管理 条件分页查询商品价目表组 OperationId: page_46

调用方法

GET /api/goods/price/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户号ID
companyIdqueryinteger(int64)公司ID
namequerystring名称
statusListquerystring状态
partnerTypequerystring角色类型 【 SUPPLIER : CUSTOMER : MEMBER : 】
partnerIdqueryinteger(int64)CRM关系ID
endTimeSquerystring(date-time)结束时间 开始搜索条件
endTimeEquerystring(date-time)结束时间 结束搜索条件
expirequeryboolean是否已过期
goodsCodequerystring商品code
createByIdqueryinteger(int64)创建人ID
queryPartnerIdNullqueryboolean是否查询价目表组CRM关系ID为空

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsPriceGroup com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoodsPriceGroup

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsPriceGroup
GET

/api/goods/price/list

商品价目表组管理 查询可用价目表列表 OperationId: list_8

调用方法

GET /api/goods/price/list

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)公司ID
partnerTypequerystring角色类型 【 SUPPLIER : CUSTOMER : MEMBER : 】
partnerIdqueryinteger(int64)CRM关系ID
goodsBarcodeIdqueryinteger(int64)商品条码ID
goodsBarcodeIdListqueryinteger(int64)[]
queryGoodsPriceGroupqueryboolean是否查询价目表组
queryGoodsPriceTieredqueryboolean是否查询价目表阶梯

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsPrice com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsPrice

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsPrice[]返回数据
GET

/api/goods/price/get/{id}

商品价目表组管理 商品价目表组详情 OperationId: get_45

调用方法

GET /api/goods/price/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)商品价目表组ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsPriceGroup com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsPriceGroup

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsPriceGroup
GET

/api/goods/packaging/get/{merchantId}/{goodsId}

商品大小包装管理 查询商品大小包装 OperationId: get_46

调用方法

GET /api/goods/packaging/get/{merchantId}/{goodsId}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int64)商户号ID
goodsIdpathinteger(int64)商品ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: GoodsBomPackingDetailVO com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.goods.GoodsBomPackingDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsBomPackingDetailVO
GET

/api/goods/category/list/{merchantId}

商品类型管理 获取商品类型列表 OperationId: list_9

调用方法

GET /api/goods/category/list/{merchantId}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int64)商户号ID
idListqueryinteger(int64)[]
namequerystring名称
codequerystring编号
statusListquerystring[]
externalCodequerystring外部编号
accountingTitleIdqueryinteger(int64)库存科目ID
costAccountingTitleIdqueryinteger(int64)成本科目ID
idChainquerystring完整的组织结构
taxIdqueryinteger(int64)税ID
departmentIdqueryinteger(int64)部门ID
departmentIdListqueryinteger(int64)[]
startCreateTimequerystring(date-time)商品类型创建时间(开始)
endCreateTimequerystring(date-time)商品类型创建时间(截止)
boutiquequeryboolean是否为精品分类
extensionInfoquerystring拓展属性搜索{"productOwner":"张三"}
queryBindTagCategoryquerystring查询产品分类传递标签的type:PRODUCT,查询原材料分类传递标签的type:RAW_MATERIAL

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsCategory com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsCategory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsCategory[]返回数据
GET

/api/goods/category/get/{id}

商品类型管理 查询商品类型详情 OperationId: get_47

调用方法

GET /api/goods/category/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)商品类型ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsCategory com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsCategory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsCategory
GET

/api/goods/category/checkCodeUnique

商品类型管理 校验商品分类编码是否唯一 OperationId: checkCodeUnique

调用方法

GET /api/goods/category/checkCodeUnique

参数

名称位置必填类型说明示例
merchantIdqueryinteger(int64)商户ID
codequerystring商品分类编码
idqueryinteger(int64)商品分类ID(编辑时传入)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Boolean com.leadwaycloud.core.model.RJava.lang.Boolean

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
databoolean返回数据
GET

/api/goods/brand/page

商品品牌管理 条件分页查询商品品牌 OperationId: page_47

调用方法

GET /api/goods/brand/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户ID1
namequerystring名称
codequerystring编号
statusListquerystring状态(com.leadwaycloud.common.enums.databaseEnum.EntityStatusEnum)"ACTIVE"
cooperativequeryboolean是否合作品牌

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsBrand com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoodsBrand

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsBrand
GET

/api/goods/brand/get/{id}

商品品牌管理 商品品牌详情 OperationId: get_48

调用方法

GET /api/goods/brand/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)商品品牌ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsBrand com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsBrand

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsBrand
GET

/api/goods/bom/queryTree/{id}

商品配方管理 查询商品配方树形结构 OperationId: queryTree

调用方法

GET /api/goods/bom/queryTree/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsBom com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsBom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsBom
GET

/api/goods/bom/queryGoodsBomListTree/{companyId}/{goodsId}

商品配方管理 查询商品配方 OperationId: queryGoodsBomListTree

调用方法

GET /api/goods/bom/queryGoodsBomListTree/{companyId}/{goodsId}

参数

名称位置必填类型说明示例
companyIdpathinteger(int64)公司ID
goodsIdpathinteger(int64)商品ID
goodsBarcodeIdqueryinteger(int64)商品条码ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsBom com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsBom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsBom[]返回数据
GET

/api/goods/bom/queryGoodsBomList/{companyId}/{goodsId}

商品配方管理 查询商品BOM版本列表 OperationId: queryGoodsBomList

调用方法

GET /api/goods/bom/queryGoodsBomList/{companyId}/{goodsId}

参数

名称位置必填类型说明示例
companyIdpathinteger(int64)公司ID
goodsIdpathinteger(int64)商品ID
goodsBarcodeIdqueryinteger(int64)商品条码ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsBom com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsBom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsBom[]返回数据
GET

/api/goods/bom/page

商品配方管理 商品BOM列表 OperationId: page_48

调用方法

GET /api/goods/bom/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)
sizequeryinteger(int32)
companyIdListqueryinteger(int64)[]
goodsCodequerystring商品"物料编码"
statusquerystring状态 【 DRAFT : PUBLISH : EXPIRED : 】"DRADT"
publishDatequerystring(date)发布日期
createByqueryinteger(int64)创建人

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsBomListVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.goods.StockGoodsBomListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsBomListVO
GET

/api/goods/bom/page/reverse

商品配方管理 商品BOM列表-反查 OperationId: reverseList

调用方法

GET /api/goods/bom/page/reverse

参数

名称位置必填类型说明示例
companyIdListqueryinteger(int64)[]
childrenGoodsCodequerystring子商品Code"物料编码"
childrenGoodsBarcodeCodequerystring子商品BarcodeCode"物料编码"

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsBomListVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.goods.StockGoodsBomListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsBomListVO[]返回数据
GET

/api/goods/basic/searchPage

商品管理 分页搜索商品信息 OperationId: searchPage_4

调用方法

GET /api/goods/basic/searchPage

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户ID
companyIdqueryinteger(int64)公司ID
typequerystring商品类型 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
searchquerystring搜索条件

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsSearchVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.StockGoodsSearchVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsSearchVO
GET

/api/goods/basic/querySpecificationParam/{goodsId}

商品管理 查询商品属性值 OperationId: querySpecificationParam

调用方法

GET /api/goods/basic/querySpecificationParam/{goodsId}

参数

名称位置必填类型说明示例
goodsIdpathinteger(int64)商品ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsSpecificationParam com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsSpecificationParam

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsSpecificationParam[]返回数据
GET

/api/goods/basic/queryGoodsCostRecordPage

商品管理 获取商品成本历史记录分页列表 OperationId: queryGoodsCostRecordPage

调用方法

GET /api/goods/basic/queryGoodsCostRecordPage

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
goodsIdqueryinteger(int64)商品ID
merchantIdqueryinteger(int64)商户号ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsCostRecord com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoodsCostRecord

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsCostRecord
GET

/api/goods/basic/queryDistributeCompanyList/{id}

商品管理 查询产品下发公司集合 OperationId: getDistributeCompanyList

调用方法

GET /api/goods/basic/queryDistributeCompanyList/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)商品ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.util.ListJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)[]返回数据
GET

/api/goods/basic/query/goods/correlation/qty

商品管理 查询商品相关数量(在途、库存、销量等) OperationId: queryGoodsCorrelationQty

调用方法

GET /api/goods/basic/query/goods/correlation/qty

参数

名称位置必填类型说明示例
companyIdqueryinteger(int32)公司ID1
goodsIdListquerystring商品ID集合1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockQtyVO$GoodsQty com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.qty.StockQtyVO$GoodsQty

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockQtyVO$GoodsQty[]返回数据
GET

/api/goods/basic/page

商品管理 获取商品分页列表 OperationId: page_49

调用方法

GET /api/goods/basic/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdqueryinteger(int64)公司ID574533689957252
merchantIdqueryinteger(int64)商户号ID574533689957252
idqueryinteger(int64)商品ID574533689957252
idListqueryinteger(int64)[]
codequerystring商品货号
codeListquerystring[]
markquerystring标记"NONE"
virtualqueryboolean虚拟商品
originquerystring来源"HANDLE"
categoryIdqueryinteger(int64)商品分类ID
categoryIdListqueryinteger(int64)[]
otherNamequerystring商品别名
brandIdqueryinteger(int64)品牌ID
namequerystring名称
weightqueryboolean称重商品
fuelqueryboolean油品
makequeryboolean自制品
carwashqueryboolean洗车商品
typequerystring商品生产类型 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
typeSubquerystring商品子类型 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
barcodeSettlementqueryboolean商品结算方式 false(商品结算,默认) true(条码结算)
startCreateTimequerystring(date-time)商品创建时间(开始)
endCreateTimequerystring(date-time)商品创建时间(截止)
specquerystring规格
hsCodequerystring海关编码-爱达
giftqueryboolean是否是赠品
allowDiscountqueryboolean允许折扣
allowManualPricequeryboolean允许手工变价,POS手工变价(需要手工输入价格)
changePricequeryboolean允许变价单变价(允许手工变价)
allowSalequeryboolean允许销售
allowPurchasequeryboolean允许采购
allowRefundqueryboolean允许退货
negativeDiscountqueryboolean允许负毛利折扣
allowMarkdownqueryboolean允许报损
orderedLocallyqueryboolean允许直接采购
barcodeIdqueryinteger(int64)条码ID
barcodequerystring条码
barcodeIdListqueryinteger(int64)[]
barcodeListquerystring[]
defSettlementqueryboolean是否是结算默认条码
statusListquerystring状态集合
tagNamequerystring标签名称
categoryIdChainquerystring商品分类组织架构值
categoryExtensionInfoquerystring商品分类扩展信息
warehouseIdqueryinteger(int64)仓库ID
warehouseIdListqueryinteger(int64)[]
warehouseIdChainquerystring仓库组织架构值
inventoryMoveTypequerystring仓库入库/回库类型-万航 【 RESEARCH : DEPRECATED : 】
specificationGroupIdqueryinteger(int64)商品拓展属性组ID
partnerIdqueryinteger(int64)CRM关系ID
supplierIdqueryinteger(int64)供应商ID
producePlanCodequerystring生产计划编号
produceBatchCodequerystring生产批次编号
furnacequerystring母炉号
subFurnacequerystring子炉号
sectionNoquerystring锭节号
initializationqueryboolean是否初始化数据
gtSurplusQtyquerynumber(double)查询剩余数量大于多少的记录。例如gtSurplusQty为0 则查询大于0的值,不传则不筛选。
manufactureTypequerystring产品类别
structureTypequerystring产品结构类别
drawingCodequerystring图号1
texturequerystring材质
productStandardquerystring产品标准
productGradeTypequerystring锻件类别(Ⅰ类件、Ⅱ类件、Ⅲ类件)
materialTypequerystring原材料形状 【 CUBOID : CYLINDER : IRREGULAR : CUBE : 】
lengthquerynumber(double)标准长度
widequerynumber(double)标准宽度
heightquerynumber(double)标准高度
diameterquerynumber(double)标准直径
queryStockQtyqueryboolean是否查询库存
queryStartStockQtyqueryboolean是否查询期初库存
queryGoodsBarcodequeryboolean是否查询条码
queryGoodsPricequeryboolean是否查询价目表
queryGoodsUomqueryboolean是否查询计量单位
queryEffectiveTaxValuequeryboolean是否查询有效税值
queryRmGoodsPricequeryboolean是否查询零管价格
queryThreeGoodsCategoryqueryboolean是否查询商品三级分类
queryGoodsManufacturequeryboolean是否查询商品拓展属性
queryTransitQtyqueryboolean是否查询在途数量
queryFifoQtyqueryboolean是否查询FIFO库存
queryFifoWeightqueryboolean是否查询FIFO重量
queryLatestMwamCostqueryboolean是否查询最新移动加权平均成本
queryAllowNoOriginMovequeryboolean是否查询允许无原订单出入库商品(赠品、代销、预售品允许)
filterHrDepartmentGoodsCategoryqueryboolean是否过滤部门绑定商品分类的商品 false:不过滤 true:过滤 默认:false

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoods com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoods

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoods
GET

/api/goods/basic/list

商品管理 获取商品列表 OperationId: list_10

调用方法

GET /api/goods/basic/list

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)公司ID574533689957252
merchantIdqueryinteger(int64)商户号ID574533689957252
idqueryinteger(int64)商品ID574533689957252
idListqueryinteger(int64)[]
codequerystring商品货号
codeListquerystring[]
markquerystring标记"NONE"
virtualqueryboolean虚拟商品
originquerystring来源"HANDLE"
categoryIdqueryinteger(int64)商品分类ID
categoryIdListqueryinteger(int64)[]
otherNamequerystring商品别名
brandIdqueryinteger(int64)品牌ID
namequerystring名称
weightqueryboolean称重商品
fuelqueryboolean油品
makequeryboolean自制品
carwashqueryboolean洗车商品
typequerystring商品生产类型 【 INGREDIENT : PREPARE : PRODUCT : STANDARD_GOODS : COMPREHENSIVE_SERVICES : 】
typeSubquerystring商品子类型 【 CONSULTING_SERVICES : AGENCY_SERVICES : INSURANCE_SERVICES : INSPECTION_SERVICES : PROPERTY_SERVICES : MAINTENANCE_SERVICES : SITE_SERVICES : TRANSPORTATION_SERVICES : HAZARDOUS_WASTE_DISPOSAL_SERVICES : ADVERTISING_SERVICE : OUTSOURCING_SERVICES : OFFICE_SUPPLIES : SAFETY_SUPPLIES : SPARE_PARTS : MACHINERY_MATERIALS : LOW_VALUE_CONSUMABLES : ACCESSORIES : INFORMATION_EQUIPMENT : FIXED_ASSET : FORGING_PRODUCT : MOULD_PRODUCT : WORKWEAR_PRODUCT : FORGING_INGREDIENT : MOULD_INGREDIENT : 】
barcodeSettlementqueryboolean商品结算方式 false(商品结算,默认) true(条码结算)
startCreateTimequerystring(date-time)商品创建时间(开始)
endCreateTimequerystring(date-time)商品创建时间(截止)
specquerystring规格
hsCodequerystring海关编码-爱达
giftqueryboolean是否是赠品
allowDiscountqueryboolean允许折扣
allowManualPricequeryboolean允许手工变价,POS手工变价(需要手工输入价格)
changePricequeryboolean允许变价单变价(允许手工变价)
allowSalequeryboolean允许销售
allowPurchasequeryboolean允许采购
allowRefundqueryboolean允许退货
negativeDiscountqueryboolean允许负毛利折扣
allowMarkdownqueryboolean允许报损
orderedLocallyqueryboolean允许直接采购
barcodeIdqueryinteger(int64)条码ID
barcodequerystring条码
barcodeIdListqueryinteger(int64)[]
barcodeListquerystring[]
defSettlementqueryboolean是否是结算默认条码
statusListquerystring状态集合
tagNamequerystring标签名称
categoryIdChainquerystring商品分类组织架构值
categoryExtensionInfoquerystring商品分类扩展信息
warehouseIdqueryinteger(int64)仓库ID
warehouseIdListqueryinteger(int64)[]
warehouseIdChainquerystring仓库组织架构值
inventoryMoveTypequerystring仓库入库/回库类型-万航 【 RESEARCH : DEPRECATED : 】
specificationGroupIdqueryinteger(int64)商品拓展属性组ID
partnerIdqueryinteger(int64)CRM关系ID
supplierIdqueryinteger(int64)供应商ID
producePlanCodequerystring生产计划编号
produceBatchCodequerystring生产批次编号
furnacequerystring母炉号
subFurnacequerystring子炉号
sectionNoquerystring锭节号
initializationqueryboolean是否初始化数据
gtSurplusQtyquerynumber(double)查询剩余数量大于多少的记录。例如gtSurplusQty为0 则查询大于0的值,不传则不筛选。
manufactureTypequerystring产品类别
structureTypequerystring产品结构类别
drawingCodequerystring图号1
texturequerystring材质
productStandardquerystring产品标准
productGradeTypequerystring锻件类别(Ⅰ类件、Ⅱ类件、Ⅲ类件)
materialTypequerystring原材料形状 【 CUBOID : CYLINDER : IRREGULAR : CUBE : 】
lengthquerynumber(double)标准长度
widequerynumber(double)标准宽度
heightquerynumber(double)标准高度
diameterquerynumber(double)标准直径
queryStockQtyqueryboolean是否查询库存
queryStartStockQtyqueryboolean是否查询期初库存
queryGoodsBarcodequeryboolean是否查询条码
queryGoodsPricequeryboolean是否查询价目表
queryGoodsUomqueryboolean是否查询计量单位
queryEffectiveTaxValuequeryboolean是否查询有效税值
queryRmGoodsPricequeryboolean是否查询零管价格
queryThreeGoodsCategoryqueryboolean是否查询商品三级分类
queryGoodsManufacturequeryboolean是否查询商品拓展属性
queryTransitQtyqueryboolean是否查询在途数量
queryFifoQtyqueryboolean是否查询FIFO库存
queryFifoWeightqueryboolean是否查询FIFO重量
queryLatestMwamCostqueryboolean是否查询最新移动加权平均成本
queryAllowNoOriginMovequeryboolean是否查询允许无原订单出入库商品(赠品、代销、预售品允许)
filterHrDepartmentGoodsCategoryqueryboolean是否过滤部门绑定商品分类的商品 false:不过滤 true:过滤 默认:false

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoods com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoods

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoods[]返回数据
GET

/api/goods/basic/get/{companyId}/{id}

商品管理 查询商品详情 OperationId: get_49

调用方法

GET /api/goods/basic/get/{companyId}/{id}

参数

名称位置必填类型说明示例
companyIdpathinteger(int64)公司ID1
idpathinteger(int64)商品ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoods com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoods

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoods
GET

/api/goods/basic/app/page

商品管理 获取APP商品分页列表 OperationId: appGoodsPage

调用方法

GET /api/goods/basic/app/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
goodsDTOqueryQueryGoodsDTO

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: GoodsAppVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.goods.GoodsAppVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsAppVO
GET

/api/goods/basic/app/get/{companyId}/{goodsId}

商品管理 查询APP商品详情 OperationId: appGoodsGet

调用方法

GET /api/goods/basic/app/get/{companyId}/{goodsId}

参数

名称位置必填类型说明示例
companyIdpathinteger(int32)公司ID1
goodsIdpathinteger(int32)商品ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: GoodsAppVO com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.goods.GoodsAppVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsAppVO
GET

/api/goods/barcode/querySpecificationParam

商品条码管理 查询商品条码属性值 OperationId: querySpecificationParam_1

调用方法

GET /api/goods/barcode/querySpecificationParam

参数

名称位置必填类型说明示例
goodsIdqueryinteger(int64)商品ID
goodsBarcodeIdqueryinteger(int64)商品条码ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockGoodsBarcodeSpecificationParam com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsBarcodeSpecificationParam

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsBarcodeSpecificationParam[]返回数据
GET

/api/common/attachment/list

附件管理 查询附件 OperationId: list_11

调用方法

GET /api/common/attachment/list

参数

名称位置必填类型说明示例
originIdqueryinteger(int64)源订单ID
originTypequerystring源订单类型 【 SALE_ORDER : RE_SALE_ORDER : PURCHASE_ORDER : RE_PURCHASE_ORDER : INVENTORY_DELIVERY_ORDER : INVENTORY_RECEIVE_ORDER : INVENTORY_RE_DELIVERY_ORDER : INVENTORY_RE_RECEIVE_ORDER : INVENTORY_RESEARCH_RECEIVE_ORDER : INVENTORY_USE_DELIVERY_ORDER : INVENTORY_RE_USE_ORDER : TRANSFER_ORDER : TRANSFER_SUBSTANDARD_QUALITY_ORDER : TRANSFER_RESEARCH_SUBSTANDARD_QUALITY_ORDER : TRANSFER_CONFORMITY_QUALITY_ORDER : TRANSFER_RESEARCH_ORDER : TRANSFER_DEPRECATED_ORDER : TRANSFER_CROSS_ORDER : INVENTORY_ADJUST_ORDER : STOCK_INVENTORY_ORDER : STOCK_BOM_PRODUCE_ORDER : STOCK_BOM_DISMANTLE_ORDER : RECEIPT_BILL : ADVANCE_RECEIPT_BILL : PAYMENT_BILL : ADVANCE_PAYMENT_BILL : SALE_CONTRACT : PURCHASE_CONTRACT : OIL_INVENTORY_RECEIVE_ORDER : DISTRIBUTION_TRANSFER_ORDER : DISTRIBUTION_SALE_ORDER : DISTRIBUTION_PURCHASE_ORDER : OIL_CHANGE_NO : OIL_CHANGE : OIL_CHANGE_TANK : OIL_CHANGE_LOSS : SUPPLIER_APPLY : INVITE : STOCK_BUSINESS_OPPORTUNITY : STOCK_BUSINESS_FOLLOW : RES_RATING : RES_ISSUES : PURCHASE_APPLY_ORDER : PURCHASE_REQUIREMENT_ORDER : PURCHASE_PLAN : RES_PROJECT : STOCK_CONTRACT_CHANGE : GOODS : MATERIAL_URGENT_ORDER : MATERIAL_RESEARCH_URGENT_ORDER : MATERIAL_SUBSTITUTE_ORDER : MATERIAL_RESEARCH_SUBSTITUTE_ORDER : MATERIAL_DEPRECATED_SUBSTITUTE_ORDER : SALE_INVOICE : RE_SALE_INVOICE : PURCHASE_INVOICE : PURCHASE_INVOICE_SETTLEMENT : RE_PURCHASE_INVOICE : SALE_INVOICE_APPLY : RE_SALE_INVOICE_APPLY : GOODS_PRICE_GROUP : INVENTORY_REMNANT_RECEIVE_ORDER : 】
querySupplierUploadqueryboolean查询附件创建人是否是供应商
createByIdqueryinteger(int64)创建人ID
originTypeSubquerystring源订单子类型

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: StockAttachment com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockAttachment

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockAttachment[]返回数据
DELETE

/api/stock/warehouse/delete/{id}

仓库/库位 删除仓库/库位 OperationId: delete_1

调用方法

DELETE /api/stock/warehouse/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Boolean com.leadwaycloud.core.model.RJava.lang.Boolean

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
databoolean返回数据
DELETE

/api/stock/useDelivery/delete/{id}

领用出库单 删除领用出库单 OperationId: delete_2

调用方法

DELETE /api/stock/useDelivery/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)领用出库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/stock/transferInternal/delete/{id}

库间调拨管理 删除库间调拨 OperationId: delete_3

调用方法

DELETE /api/stock/transferInternal/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)调拨单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/stock/transferCross/delete

跨店调拨单 删除跨店调拨单 OperationId: delete_4

调用方法

DELETE /api/stock/transferCross/delete

参数

名称位置必填类型说明示例
idListqueryinteger(int64)[]

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/stock/receive/delete/{id}

入库单 删除入库单 OperationId: delete_5

调用方法

DELETE /api/stock/receive/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)入库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/stock/reUseDelivery/delete/{id}

领用退货入库单 删除领用退货单 OperationId: delete_6

调用方法

DELETE /api/stock/reUseDelivery/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)领用退货单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/stock/reReceive/delete/{id}

退货入库单 删除退货入库单 OperationId: delete_7

调用方法

DELETE /api/stock/reReceive/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)入库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/stock/reDelivery/delete/{id}

退货出库单 删除退货出库单 OperationId: delete_8

调用方法

DELETE /api/stock/reDelivery/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)出库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/stock/oilReceive/delete/{id}

收油单管理 删除收油单 OperationId: delete_9

调用方法

DELETE /api/stock/oilReceive/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)收油单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/stock/oilChangeTank/delete/{id}

油品换罐单管理 删除油品换罐单 OperationId: delete_10

调用方法

DELETE /api/stock/oilChangeTank/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品换罐单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/stock/oilChangeNo/delete/{id}

油品换号单管理 删除油品换号单 OperationId: delete_11

调用方法

DELETE /api/stock/oilChangeNo/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品换号单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/stock/oilChangeLoss/delete/{id}

油品损耗单管理 删除油品损耗单 OperationId: delete_12

调用方法

DELETE /api/stock/oilChangeLoss/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品损耗单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/stock/oilChange/delete/{id}

油品调整单管理 删除油品调整单 OperationId: delete_13

调用方法

DELETE /api/stock/oilChange/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油品调整单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/stock/inventory/delete/{id}

盘点单 删除盘点单 OperationId: delete_14

调用方法

DELETE /api/stock/inventory/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/stock/goods/split/delete/{id}

商品拆分单 删除拆分单 OperationId: delete_15

调用方法

DELETE /api/stock/goods/split/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)拆分单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/stock/delivery/delete/{id}

出库单 删除出库单 OperationId: delete_16

调用方法

DELETE /api/stock/delivery/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)出库单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/stock/bomProduce/delete/{id}

商品BOM生产管理 删除商品BOM生产 OperationId: delete_17

调用方法

DELETE /api/stock/bomProduce/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/stock/bomDismantle/delete/{id}

商品BOM分解管理 删除商品BOM分解管理 OperationId: delete_18

调用方法

DELETE /api/stock/bomDismantle/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/stock/adjust/delete/{id}

调整单 删除调整单 OperationId: delete_19

调用方法

DELETE /api/stock/adjust/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)调整单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/sale/reOrder/delete/{id}

销售退货单 删除销售退货单 OperationId: delete_20

调用方法

DELETE /api/sale/reOrder/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售退货单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/sale/order/delete/{id}

销售订单 删除销售单 OperationId: delete_21

调用方法

DELETE /api/sale/order/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)销售单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/sale/businessFollow/delete/{id}

销售商机跟进记录 删除商机跟进记录 OperationId: delete_22

调用方法

DELETE /api/sale/businessFollow/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)商机跟进记录ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/purchase/reOrder/delete/{id}

采购退货单 删除采购退货单 OperationId: delete_23

调用方法

DELETE /api/purchase/reOrder/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购退货单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/purchase/reApply/deleteLine

采购退货申请单 删除退货申请单下 退货明细 OperationId: deleteLine

调用方法

DELETE /api/purchase/reApply/deleteLine

参数

名称位置必填类型说明示例
stockRtnIdqueryinteger(int64)退货申请id
stockRtnLineIdListqueryinteger(int64)[]

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/purchase/order/delete/{id}

采购单 删除采购单 OperationId: delete_24

调用方法

DELETE /api/purchase/order/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)采购单ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/goods/specification/deleteSpecificationGroup/{id}

商品属性管理 删除商品属性组 OperationId: updateSpecificationGroup_1

调用方法

DELETE /api/goods/specification/deleteSpecificationGroup/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)属性组ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/goods/specification/deleteSpecification/{id}

商品属性管理 删除商品属性参数 OperationId: deleteSpecification

调用方法

DELETE /api/goods/specification/deleteSpecification/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)商品属性参数ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/goods/packaging/delete/{id}

商品大小包装管理 删除商品大小包装 OperationId: delete_25

调用方法

DELETE /api/goods/packaging/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/goods/bom/delete/{id}

商品配方管理 删除商品配方 OperationId: delete_26

调用方法

DELETE /api/goods/bom/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/common/attachment/delete/{id}

附件管理 删除附件 OperationId: delete_27

调用方法

DELETE /api/common/attachment/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据

模型定义

com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据

com.leadwaycloud.stock.model.dto.inventory.StockWarehouseDTO$UpdateDTO

编辑仓库库位DTO

名称类型必填说明示例
codestring编号
namestring名称
imagesstring图片
statusstring状态
financeCenterIdinteger(int64)成本中心ID
goodsTypestring仓库商品类型
goodsSubTypestring仓库商品子类型
manufactureTypestring仓库类型(合格库/不合格库/待检库...)
inventoryMoveTypestring入库/回库类型-万航
calcCostboolean是否计算成本。科研,料头仓库为false,默认值为true。
externalCodestring外部编号
assetboolean是否资产-爱达

com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据

com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$UpdateByStatusDoneDTO

编辑完成状态出入库单DTO

名称类型必填说明示例
namestring名称
notestring备注
balanceboolean是否记账
balanceDatestring(date)记账日期

com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$UpdateDTO

编辑出入库单DTO

名称类型必填说明示例
statusstring状态"DRAFT"
namestring名称
originIdinteger(int64)上一级订单1
originTypestring源订单类型"1"
planDatestring(date)计划日期
notestring备注
partnerIdinteger(int64)CRM关系ID1
operatorIdinteger(int64)操作用户ID
businessDatestring(date)业务时间
moveLineDTOListStockMoveLineDTO[]添加明细集合
delMoveLineIdListinteger(int64)[]删除明细集合
departmentIdinteger(int64)部门ID
tripLineIdinteger(int64)航线id
balanceboolean是否记账
balanceDatestring(date)记账日期
manufactureReceiveDatestring(date)期初入库日期-万航

com.leadwaycloud.stock.model.dto.inventory.StockMoveLineDTO

出入库单明细

名称类型必填说明示例
idinteger(int64)id
moveQtynumber(double)最终出入库数量
planQtynumber(double)计划出/入库数量
originLineIdinteger(int64)源订单行ID
notestring备注
lineNointeger(int32)行号
goodsIdinteger(int64)商品
goodsBarcodeIdinteger(int64)商品条码
warehouseIdinteger(int64)仓库
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
costnumber(double)成本价格
targetWarehouseIdinteger(int64)目标仓库id
stockFifoIdinteger(int64)指定成本关联stock_fifo表ID
stockFifoBusinessIdstringFIFO库存业务唯一ID,库存变动的时候需要生成
otherGoodsBarcodeIdinteger(int64)other商品条码ID
giftboolean是否是赠品
externalDistributionCodestring外部配送编号
reasonCodeIdinteger(int64)原因码ID
producePlanIdinteger(int64)生产计划ID
produceBatchIdinteger(int64)生产批次ID
sectionNostring节号
furnacestring母炉号
subFurnacestring子炉号
materialTypestring原材料形状
lengthnumber(double)
widenumber(double)
heightnumber(double)
diameternumber(double)直径
sectionIdinteger(int64)节号ID
producePlanCodestring生产计划编号
produceBatchCodestring生产批次编号
productDatastring投料生产成品数据json(包含节号信息和实下件数)"{\"qty\":1,\"sectionNo\":[\"1-1\",\"1-2\"],\"batchCode\":\"1001\"}"
weightnumber(double)重量
planDeliveryProductstring拟投产品-万航
purposestring用途
materialInspectionboolean是否需要发起复验
selfMaterialboolean是否自带料
materialWarrantyUidstring原材料到货登记时录入的质保书唯一ID(用于记录当前到货登记明细是属于哪个钢厂质保书,最终在保存数据库后获取全局唯一ID到钢厂质保书中)
researchboolean是否科研料
assetboolean是否资产-爱达
initialCostnumber(double)单据初始成本(创建单据时刻的成本)
acceptanceStandardIdListinteger(int64)[]采购标准ID集合(原材料类型商品使用)-万航
selfSampleMaterialboolean是否自带试样-万航
multipleLengthboolean是否倍尺料-万航
comeBackTypestring回库方式
comeBackWarehouseIdinteger(int64)回库仓库ID
comeBackCostnumber(double)回库成本
comeBackQtynumber(double)回库数量
comeBackLengthnumber(double)回库长度
comeBackWidenumber(double)回库宽度
comeBackHeightnumber(double)回库高度
comeBackDiameternumber(double)回库直径
comeBackWeightnumber(double)回库重量

com.leadwaycloud.stock.model.dto.inventory.transfer.InternalTransferDTO$TransferLineDTO

库间调拨明细

名称类型必填说明示例
idinteger(int64)id
qtynumber(double)调拨数量
notestring备注
lineNointeger(int32)行号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
targetWarehouseIdinteger(int64)调入仓库ID(库间调拨单传值)
originWarehouseIdinteger(int64)调出仓库ID(库间调拨单传值)
costnumber(double)成本价格
stockFifoIdinteger(int64)指定成本关联stock_fifo表ID
stockFifoBusinessIdstringFIFO库存业务唯一ID,库存变动的时候需要生成
otherGoodsBarcodeIdinteger(int64)other商品条码ID
originLineIdinteger(int64)源订单明细行ID
materialTypestring原材料形状
lengthnumber(double)
widenumber(double)
heightnumber(double)
diameternumber(double)直径
weightnumber(double)重量

com.leadwaycloud.stock.model.dto.inventory.transfer.InternalTransferDTO$UpdateDTO

编辑库间调拨DTO

名称类型必填说明示例
namestring名称
statusstring状态
planDatestring(date)计划日期
notestring备注
operatorIdinteger(int64)操作用户
transferLineDTOListInternalTransferDTO$TransferLineDTO[]调拨单明细
delTransferLineIdListinteger(int64)[]删除明细集合
tripLineIdinteger(int64)航线id

com.leadwaycloud.stock.model.dto.inventory.StockTransferDTO$UpdateDTO

编辑调拨单DTO

名称类型必填说明示例
namestring名称
statusstring状态
inCompanyIdinteger(int64)调入公司ID(跨店调拨单传值)
outCompanyIdinteger(int64)调出公司ID(跨店调拨单传值)
planDatestring(date)计划日期
notestring备注
operatorIdinteger(int64)操作用户
transferLineDTOListStockTransferLineDTO[]调拨单明细
delTransferLineIdListinteger(int64)[]删除明细集合
amountTotalnumber(double)含税总额
tripLineIdinteger(int64)航线id

com.leadwaycloud.stock.model.dto.inventory.StockTransferLineDTO

编辑调拨单明细

名称类型必填说明示例
idinteger(int64)id
qtynumber(double)调拨数量
notestring备注
lineNointeger(int32)行号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
targetWarehouseIdinteger(int64)调入仓库ID(库间调拨单传值)
originWarehouseIdinteger(int64)调出仓库ID(库间调拨单传值)
costnumber(double)成本价格
stockFifoIdinteger(int64)指定成本关联stock_fifo表ID
stockFifoBusinessIdstringFIFO库存业务唯一ID,库存变动的时候需要生成
otherGoodsBarcodeIdinteger(int64)other商品条码ID
originLineIdinteger(int64)源订单明细行ID
materialTypestring原材料形状
lengthnumber(double)
widenumber(double)
heightnumber(double)
diameternumber(double)直径
weightnumber(double)重量

com.leadwaycloud.stock.model.dto.inventory.ResContactDTO

地址联系

名称类型必填说明示例
idinteger(int64)主键ID
countryIdinteger(int64)国家ID
stateIdinteger(int64)省、直辖市ID
cityIdinteger(int64)城市ID
areaIdinteger(int64)区、县ID
streetIdinteger(int64)街道ID
addressstring详细地址
postcodestring邮编
phonestring电话
mobilestring手机
faxstring传真
emailstring邮箱

com.leadwaycloud.stock.model.dto.inventory.StockPartnerWarehouseDTO$UpdateDTO

编辑CRM仓库DTO

名称类型必填说明示例
codestring货号
externalCodestring外部编号
namestring名称
imagesstring图片
statusstring状态
contactResContactDTO

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockPartnerWarehouse

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockPartnerWarehouse

com.leadwaycloud.stock.model.entity.res.ResContact

地址联系关系

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
countryIdinteger(int64)国家ID
stateIdinteger(int64)省、直辖市ID
cityIdinteger(int64)城市ID
areaIdinteger(int64)区、县ID
streetIdinteger(int64)街道ID
addressstring详细地址
postcodestring邮编
phonestring电话
phoneExtensionstring电话-分机号
mobilestring手机
faxstring传真
faxExtensionstring传真-分机号
emailstring邮箱"邮箱"
houseNumberstring门牌号
latLonstring经纬度

com.leadwaycloud.stock.model.entity.stock.StockPartnerWarehouse

CRM仓库

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
codestring货号
externalCodestring外部编号
namestring名称
imagesstring图片
merchantIdinteger(int64)商户ID
statusstring状态
contactIdinteger(int64)地址联系ID
contactResContact

com.leadwaycloud.stock.model.dto.inventory.StockPartnerWarehouseRelationDTO

CRM仓库绑定关系模型

名称类型必填说明示例
partnerIdinteger(int64)CRM关系ID
warehouseIdinteger(int64)CRM仓库ID

com.leadwaycloud.stock.model.dto.inventory.EnergyStockReceiveOilDTO$UpdateDTO

编辑收油单DTO

名称类型必填说明示例
statusstring状态
namestring名称
externalCodestring外部编号
partnerIdinteger(int64)CRM关系ID
notestring备注
operatorUserIdinteger(int64)操作用户ID
shipTimestring(date-time)发货时间
receiptTimestring(date-time)收货时间
arrivalTimestring(date-time)到站时间
partnerWarehouseIdinteger(int64)提货库ID
deliveryNumberstring提货单号
businessDatestring(date)业务时间
energyStockReceiveOilLineDTOListEnergyStockReceiveOilLineDTO[]收油单明细

com.leadwaycloud.stock.model.dto.inventory.EnergyStockReceiveOilLineDTO

收油单明细变更模型

名称类型必填说明示例
idinteger(int64)ID
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
originLineIdinteger(int64)源订单行ID
moveQtynumber(double)最终入库数量(Vt)
planQtynumber(double)计划入库数量
notestring备注
lineNointeger(int32)行号
warehouseIdinteger(int64)仓库ID
tankIdinteger(int64)油罐ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
standardQtynumber(double)标准数量(V20)

com.leadwaycloud.stock.model.dto.inventory.EnergyStockAdjustOilDTO$UpdateDTO

编辑油品调整单DTO

名称类型必填说明示例
externalCodestring外部编号
namestring名称
statusstring状态
planDatestring(date)计划日期
notestring备注
operatorIdinteger(int64)操作用户ID
reasonCodeIdinteger(int64)原因码ID
energyStockAdjustOilLineDTOListEnergyStockAdjustOilLineDTO[]油品调整单明细
delEnergyStockAdjustOilLineListinteger(int64)[]删除明细集合

com.leadwaycloud.stock.model.dto.inventory.EnergyStockAdjustOilLineDTO

油品调整单明细模型

名称类型必填说明示例
idinteger(int64)ID
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
notestring备注
lineNointeger(int32)行号
adjustTankIdinteger(int64)调整油罐ID
adjustWarehouseIdinteger(int64)调整库位ID
originTankIdinteger(int64)源油罐ID
originWarehouseIdinteger(int64)源库位ID
targetTankIdinteger(int64)目标油罐ID
targetWarehouseIdinteger(int64)目标库位ID
adjustQtynumber(double)最终调整数量
planQtynumber(double)计划调整数量
mergestring合并号
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
reasonCodeIdinteger(int64)原因码ID
costnumber(double)成本(excel-初始化成本使用)

com.leadwaycloud.stock.model.dto.inventory.StockInventoryDTO$UpdateDTO

修改盘点单DTO

名称类型必填说明示例
namestring名称
externalCodestring外部编号
statusstring状态;com.leadwaycloud.common.enums.databaseEnum.StockInventoryStatusEnum
notestring备注
operatorIdinteger(int64)操作用户
businessDatestring(date)业务时间
inventoryLineDTOListStockInventoryLineDTO[]添加明细集合
delInventoryLineIdListinteger(int64)[]删除明细集合
amountTotalnumber(double)含税总额
tripLineIdinteger(int64)航线ID

com.leadwaycloud.stock.model.dto.inventory.StockInventoryLineDTO

盘点单明细添加编辑模型

名称类型必填说明示例
idinteger(int64)ID
notestring备注
lineNointeger(int32)行号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
warehouseIdinteger(int64)仓库ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
costnumber(double)成本价格
stockFifoIdinteger(int64)指定成本关联stock_fifo表ID
stockFifoBusinessIdstringFIFO库存业务唯一ID,库存变动的时候需要生成

com.leadwaycloud.stock.model.dto.goods.StockGoodsSplitDTO$StockGoodsSplitLineDTO

明细DTO

名称类型必填说明示例
idinteger(int64)明细ID
sourceGoodsIdinteger(int64)原商品ID
sourceGoodsBarcodeIdinteger(int64)原商品条码ID
sourceUomIdinteger(int64)原计量单位ID
sourceQtynumber(double)原商品数量
sourceWarehouseIdinteger(int64)原商品仓库ID
sourceCostnumber(double)愿商品成本
targetGoodsIdinteger(int64)目标商品ID
targetGoodsBarcodeIdinteger(int64)目标商品条码ID
targetUomIdinteger(int64)目标商品计量单位ID
targetQtynumber(double)目标商品数量
targetWarehouseIdinteger(int64)目标仓库ID
targetCostnumber(double)目标商品成本
originLineIdinteger(int64)源订单行ID

com.leadwaycloud.stock.model.dto.goods.StockGoodsSplitDTO$UpdateDTO

编辑DTO

名称类型必填说明示例
statusstring状态
namestring名称
notestring备注
goodsSplitLineDTOListStockGoodsSplitDTO$StockGoodsSplitLineDTO
delGoodsSplitLineIdListinteger(int64)删除明细集合

com.leadwaycloud.stock.model.dto.inventory.StockDistributionDTO$UpdateDTO

编辑配送单DTO

名称类型必填说明示例
operatorIdinteger(int64)操作用户Id
statusstring订单状态(com.leadwaycloud.common.enums.databaseEnum.stock.StockOrderStatusEnum)"CANCEL"
namestring名称
externalCodestring外部编号
currencyIdinteger(int64)货币符号
exchangeRatenumber(double)汇率
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
notestring备注
deliveryTimestring(date-time)配送时间
pickupCodestring提单号
partnerWarehouseIdinteger(int64)提货库ID
deliveryNumberstring提货单号
carrierPropertyDTOStockOrderCarrierPropertyDTO
distributionLineDTOListStockDistributionLineDTO[]添加明细集合
delDistributionLineIdListinteger(int64)[]删除明细集合
targetPartnerIdinteger(int64)收货门店或者客户PartnerID
sourcePartnerIdinteger(int64)供应商或者配送门店PartnerID
tripLineIdinteger(int64)航线ID

com.leadwaycloud.stock.model.dto.inventory.StockDistributionLineDTO

编辑配送单明细模型

名称类型必填说明示例
idinteger(int64)ID
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
priceTotalnumber(double)含税单价
priceTaxnumber(double)税单价
priceUntaxednumber(double)不含税单价
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
qtynumber(double)数量
notestring备注
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
originLineIdinteger(int64)源订单明细行ID
otherGoodsBarcodeIdinteger(int64)other商品条码ID
giftboolean是否是赠品
externalDistributionCodestring外部配送编号
assetboolean是否资产-爱达

com.leadwaycloud.stock.model.dto.inventory.order.StockOrderCarrierPropertyDTO

承运商属性编辑模型

名称类型必填说明示例
carrierIdinteger(int64)承运商ID
carNumberstring车号
driverNamestring驾驶员姓名
deliveryDensitynumber(double)出油密度
deliveryTemperaturenumber(double)出油温度
inspectionDensitynumber(double)质检密度
inspectionTemperaturenumber(double)质检温度
sealNumberstring铅封号
departureTimestring(date-time)离开质检站时间
receiveDensitynumber(double)收油密度
receiveTemperaturenumber(double)收油温度

com.leadwaycloud.stock.model.dto.inventory.StockBomDTO$UpdateDTO

编辑BOM调整单DTO

名称类型必填说明示例
namestring名称
externalCodestring外部编号
notestring备注
statusstring状态
operatorIdinteger(int64)操作用户ID
delStockBomSourceIdListinteger(int64)[]删除商品BOM调整单源明细集合
delStockBomTargetIdListinteger(int64)[]删除商品BOM调整单目标明细集合
stockBomSourceDTOListStockBomSourceDTO[]商品BOM调整单源明细集合

com.leadwaycloud.stock.model.dto.inventory.StockBomSourceDTO

商品BOM调整单源明细模型

名称类型必填说明示例
idinteger(int64)ID
qtynumber(double)数量
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)条码ID
lineNointeger(int32)行号
warehouseIdinteger(int64)仓库ID
stockBomTargetDTOListStockBomTargetDTO[]商品BOM调整单目标明细集合
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
stockFifoIdinteger(int64)指定成本关联stock_fifo表ID

com.leadwaycloud.stock.model.dto.inventory.StockBomTargetDTO

商品BOM调整单目标明细模型

名称类型必填说明示例
idinteger(int64)ID
qtynumber(double)数量
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)条码ID
lineNointeger(int32)行号
warehouseIdinteger(int64)仓库ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
stockFifoIdinteger(int64)指定成本关联stock_fifo表ID

com.leadwaycloud.stock.model.dto.inventory.StockAdjustDTO$UpdateDTO

编辑调整单DTO

名称类型必填说明示例
namestring名称
externalCodestring外部编号
statusstring状态
notestring备注
operatorIdinteger(int64)操作用户
typestring调整类型
adjustLineDTOListStockAdjustLineDTO[]调整单明细
delAdjustLineListinteger(int64)[]删除明细集合
businessDatestring(date)业务时间
reasonCodeIdinteger(int64)原因码ID
amountTotalnumber(double)含税总额
tripLineIdinteger(int64)航线ID
goodsTypestring商品类型
goodsSubTypestring商品子类型

com.leadwaycloud.stock.model.dto.inventory.StockAdjustLineDTO

添加调整单明细模型

名称类型必填说明示例
idinteger(int64)ID
notestring备注
lineNointeger(int32)行号
adjustQtynumber(double)调整数量
costnumber(double)成本价格
adjustCostnumber(double)调整成本价格
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
warehouseIdinteger(int64)仓库ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
reasonCodeIdinteger(int64)原因码ID
stockFifoIdinteger(int64)指定成本关联stock_fifo表ID
otherGoodsBarcodeIdinteger(int64)other商品条码ID
stockFifoBusinessIdstringFIFO库存业务唯一ID,库存变动的时候需要生成
materialTypestring原材料形状
lengthnumber(double)
widenumber(double)
heightnumber(double)
diameternumber(double)直径
weightnumber(double)重量

com.leadwaycloud.stock.model.dto.inventory.StockAttachmentDTO$AddDTO

添加附件DTO

名称类型必填说明示例
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
fileIndexstring文件后缀
fileNamestring文件名称
originIdinteger(int64)源订单ID
originTypestring源订单类型
fileIdinteger(int64)文件ID
descriptionstring描述
originTypeSubstring源订单子类型

com.leadwaycloud.stock.model.dto.inventory.StockAttachmentDTO$UpdateDTO

编辑附件DTO

名称类型必填说明示例
attachmentAddDTOListStockAttachmentDTO$AddDTO[]添加附件集合
deleteAttachmentIdListinteger(int64)[]删除附件ID集合

com.leadwaycloud.stock.model.dto.inventory.order.StockDeliveryPlanDTO

订单交付计划DTO

名称类型必填说明示例
businessIdinteger(int64)业务ID
businessLineIdinteger(int64)业务明细ID
businessTypestring业务类型
deliveryRationumber(double)交付比例
paymentDatestring(date)收款日期(交付日期+账期)计算
deliverPlanDatestring(date)交付计划日期
notestring备注

com.leadwaycloud.stock.model.dto.inventory.order.StockOrderDTO$UpdateDTO

编辑订单DTO

名称类型必填说明示例
originIdinteger(int64)源订单类型ID
statusstring订单状态"CANCEL"
namestring名称
externalCodestring外部编号
currencyIdinteger(int64)货币符号
exchangeRatenumber(double)汇率
partnerIdinteger(int64)CRM关系ID
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
notestring备注
originTypestring源订单类型
orderLineDTOListStockOrderLineDTO[]添加明细集合
delOrderLineIdListinteger(int64)[]删除明细集合
billingPeriodinteger(int32)账期
urgentboolean是否紧急
expectedDatestring(date)预计收/退货时间
operatorIdinteger(int64)操作用户ID
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
partnerInfostring订单存放代理商承运商json信息
tripLineIdinteger(int64)航线ID
agentIdinteger(int64)代理商ID
originAmountnumber(double)折扣前总额
discountAmountnumber(double)折扣总额
producerIdinteger(int64)生产商ID
contractIdinteger(int64)合同ID
moveDiscrepancyStatusstring差异状态(采购数量与实际入库的数量差异标识:入库无差异,入库差异待登记,入库差异已登记)
acceptanceDatestring(date)验收日期(服务验收单)-万航
completionDatestring(date)完工日期(服务验收单)-万航
attachmentUpdateDTOStockAttachmentDTO$UpdateDTO

com.leadwaycloud.stock.model.dto.inventory.order.StockOrderLineDTO

订单明细变更模型

名称类型必填说明示例
idinteger(int64)ID
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
priceTotalnumber(double)含税单价
priceTaxnumber(double)税单价
priceUntaxednumber(double)不含税单价
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
qtynumber(double)数量
notestring备注
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
originLineIdinteger(int64)源订单明细行ID
contractIdinteger(int64)合同ID
contractLineIdinteger(int64)合同明细ID
otherGoodsBarcodeIdinteger(int64)other商品条码ID
orderPriceTotalnumber(double)订单含税价
orderPriceTaxnumber(double)订单税价
orderPriceUntaxednumber(double)订单不含税价
giftboolean是否是赠品
stockFifoIdinteger(int64)指定成本关联stock_fifo表ID
stockFifoBusinessIdstringFIFO库存业务唯一ID,库存变动的时候需要生成
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
planDeliveryProductstring拟投产品-万航
purposestring用途
producerIdinteger(int64)生产商ID
reasonCodeIdinteger(int64)原因码ID
anatomicalGoodsboolean是否解剖件
assetboolean是否资产-爱达
multipleLengthboolean是否倍尺料-万航
acceptanceStandardIdListinteger(int64)[]采购标准ID集合(原材料类型商品使用)-万航
deliveryPlanDTOListStockDeliveryPlanDTO[]交付计划集合
planPriceTotalnumber(double)计划单价含税(基本计量单位)

com.leadwaycloud.stock.model.dto.quote.QuoteDTO$UpdateDTO

编辑报价单DTO

名称类型必填说明示例
namestring名称
notestring备注
quoteDatestring(date)报价日期
statusstring报价单状态
quoteLineListQuoteLineDTO[]报价单明细
delQuoteLineIdListinteger(int64)[]删除报价单明细Id集合

com.leadwaycloud.stock.model.dto.quote.QuoteLineDTO

报价单明细DTO

名称类型必填说明示例
idinteger(int64)ID
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
lineNointeger(int32)行编号
notestring备注
pricenumber(double)价格
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
originLineIdinteger(int64)源订单明细ID
deliveryPeriodinteger(int32)交货周期
taxTypestring税金计算类型
tieredboolean是否启用阶梯价目表
startTimestring(date-time)有效期开始时间
endTimestring(date-time)有效期结束时间
externalCodestring外部编号
extensionInfostring扩展信息(JSON格式)
quoteLineTieredListQuoteLineTieredDTO[]报价单阶梯

com.leadwaycloud.stock.model.dto.quote.QuoteLineTieredDTO

报价单阶梯DTO

名称类型必填说明示例
idinteger(int64)ID
minQtynumber(double)最小数量
maxQtynumber(double)最大数量
pricenumber(double)价格
periodinteger(int32)周期(采购:交货周期 销售:发货周期)
periodUtilstring周期单位(HOUR-小时、DAY-天、WEEK-周、MONTH-月、 YEAR-年)
lineNointeger(int32)行编号
quoteIdinteger(int64)报价单ID
quoteLineIdinteger(int64)报价单明细ID

com.leadwaycloud.stock.model.dto.contract.SaleContractClauseTemplateDTO$ContractClauseTemplateLineDTO

销售合同模版详情

名称类型必填说明示例
idinteger(int64)ID
contentstring销售合同模版明细类容
viewUserIdListinteger(int64)[]可查看用户ID集合
viewRoleIdListinteger(int64)[]可查看权限ID集合
activeboolean是否可用
lineNointeger(int32)行编号

com.leadwaycloud.stock.model.dto.contract.SaleContractClauseTemplateDTO$UpdateDTO

更新销售合同模版

名称类型必填说明示例
namestring模版名称
activeboolean是否可用
contractClauseTemplateLineDTOListSaleContractClauseTemplateDTO$ContractClauseTemplateLineDTO[]销售合同模版详情明细

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContractClauseTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractClauseTemplate

com.leadwaycloud.stock.model.entity.res.ResRole

用户角色

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring角色名称"运维组"
descriptionstring描述"公司ERP系统维护人员"
companyIdinteger(int64)公司
systemboolean是否是系统创建角色true
companyTypestring公司类型
templateboolean是否是模板true
templateIdinteger(int64)模版ID
idaasIdstringidaas唯一ID
appIdinteger(int64)sys_app.id

com.leadwaycloud.stock.model.entity.res.ResUser

用户模型

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
statusstring状态
userNamestring登录名称
languagestring语言"zh_CN"
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
readVersionInfoboolean是否已读更新版本信息false
namestring名称
imagestring图片
partnerIdinteger(int64)CRM对象ID
contactIdinteger(int64)地址联系ID
signstring用户签名
forceUpdatePasswordboolean是否强制修改密码
idaasIdstringidaas唯一ID
allowLoginChannelstring允许登陆渠道(ERP:ERP_BACKEND,电商平台:ECOMMERCE_PLATFORM,供应商平台:SUPPLIER_PLATFORM)。如果有多个用,逗号隔开
registerChannelstring注册渠道(ERP:ERP_BACKEND,电商平台:ECOMMERCE_PLATFORM,IDaaS平台:IDAAS)
userAuditStatusstring用户审核状态
externalCodestring外部编号

com.leadwaycloud.stock.model.entity.stock.StockContractClauseTemplate

返回数据

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring模版名称
typestring合同模版类型
merchantIdinteger(int64)商户ID
activeboolean是否可用
stockContractClauseTemplateLineListStockContractClauseTemplateLine[]合同模版明细

com.leadwaycloud.stock.model.entity.stock.StockContractClauseTemplateLine

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
contractTplIdinteger(int64)模版ID
contentstring合同模版明细类容
activeboolean是否可用
lineNointeger(int32)行编号
viewRoleListResRole[]可查看权限
viewUserListResUser[]可查看用户

com.leadwaycloud.stock.model.bo.sale.SaleContractChangeValueBO

合同变更内容BO

名称类型必填说明示例
stockContractLineDTOSaleContractLineDTO
stockContractClauseDTOStockContractClauseDTO
stockContractUpdateDTOSaleContractDTO$UpdateDTO
stockDeliverPlanRecordDTOStockDeliverPlanRecordDTO

com.leadwaycloud.stock.model.dto.contract.SaleContractChangeDTO$AddLineDTO

销售合同变更明细信息

名称类型必填说明示例
idinteger(int64)ID
typestring变更类型
oldValueSaleContractChangeValueBO
newValueSaleContractChangeValueBO
operationstring操作类型

com.leadwaycloud.stock.model.dto.contract.SaleContractChangeDTO$UpdateDTO

更新销售合同变更信息

名称类型必填说明示例
idinteger(int64)ID
contractIdinteger(int64)销售合同ID
statusstring状态
versionstring版本
notestring备注
saleContractChangeLineListSaleContractChangeDTO$AddLineDTO[]变更明细
deleteChangeLineIdListinteger(int64)[]要删除的变更明细

com.leadwaycloud.stock.model.dto.contract.SaleContractDTO$UpdateDTO

编辑合同DTO

名称类型必填说明示例
namestring合同名称
codestring合同编号
statusstring合同状态"DRAFT"
externalCodestring外部编号
exchangeRatenumber(double)汇率
partnerIdinteger(int64)客户关系对象
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
executedAmountTotalnumber(double)期初已执行金额(含税)
executedAmountUntaxednumber(double)期初已执行金额(不含税)
executedAmountTaxnumber(double)期初已执行税总额
notestring备注
startDatestring(date)开始时间
endDatestring(date)结束时间
operatorIdinteger(int64)操作用户ID
currencyIdinteger(int64)货币ID
originIdinteger(int64)源订单ID
originTypestring源订单类型
departmentIdinteger(int64)部门ID
advanceboolean是否预付
advanceRationumber(double)预付比例
reviewMethodstring评审方式
signDatestring(date)签订日期
signLocationstring签署地点
contractTypestring合同类型(正式合同,预投合同,科研合同)
saleDestinationstring销售去向
producePlanModestring生产组织方式(内厂/外厂生产)
machineTypestring机型
checkEffectiveAmountboolean是否检查有效金额
contractEffectiveTypestring合同有效类型
historyboolean是否是历史合同
warrantyRationumber(double)合同总价款中用作质量保证的预留金比例
warrantyPeriodstring项目质量保修期限(支持单位:年、月、天,默认为月)
assistUserIdListinteger(int64)[]协作人
saleContractLineListSaleContractLineDTO[]合同明细
delSaleContractLineIdListinteger(int64)[]删除合同明细集合
saleContractClauseListStockContractClauseDTO[]合同条款明细
delSaleContractClauseIdListinteger(int64)[]删除合同条款明细集合

com.leadwaycloud.stock.model.dto.contract.SaleContractLineDTO

销售合同明细DTO

名称类型必填说明示例
idinteger(int64)合同明细ID
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
priceTotalnumber(double)含税单价
priceTaxnumber(double)税单价
priceUntaxednumber(double)不含税单价
executedAmountTotalnumber(double)期初已执行金额(含税)
executedAmountUntaxednumber(double)期初已执行金额(不含税)
executedAmountTaxnumber(double)期初已执行税总额
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
qtynumber(double)数量
notestring备注
lineNointeger(int32)行编号
companyIdinteger(int64)公司ID
planReleaseDatestring(date)预计投料日期
planDeliveryDatestring(date)预计交货日期
armyCheckboolean是否军检
contractDeliveryDatestring(date)合同交货日期
otherGoodsBarcodeIdinteger(int64)other商品条码ID
originLineIdinteger(int64)源订单明细行ID
productCategorystring锻件类型-万航(STANDARD_GOODS:常规件 DISASSEMBLED_GOODS:解剖件 ALLOCATED_GOODS:分摊件
deliverPlanRecordDTOListStockDeliverPlanRecordDTO$AddDTO[]交付计划DTO集合
contractAnatomicalRecordDTOListContractAnatomicalRecordDTO[]合同解剖件记录DTO集合

com.leadwaycloud.stock.model.dto.inventory.ContractAnatomicalRecordDTO

合同解剖件记录DTO

名称类型必填说明示例
idinteger(int64)ID
contractIdinteger(int64)合同ID
contractLineIdinteger(int64)合同明细ID
priceTotalnumber(double)单价含税
notestring备注
statusstring状态
contractVersionstring合同版本号

com.leadwaycloud.stock.model.dto.inventory.StockContractClauseDTO

合同条款模型

名称类型必填说明示例
idinteger(int64)合同条款ID
contractIdinteger(int64)合同ID
contentstring条款内容
viewUserIdListinteger(int64)[]可查看用户ID集合
viewRoleIdListinteger(int64)[]可查看权限ID集合
activeboolean是否可用
lineNointeger(int32)行编号

com.leadwaycloud.stock.model.dto.inventory.StockDeliverPlanRecordDTO

交付计划单明细记录DTO

com.leadwaycloud.stock.model.dto.inventory.StockDeliverPlanRecordDTO$AddDTO

添加交付计划单明细记录DTO

名称类型必填说明示例
idinteger(int64)ID
contractIdinteger(int64)合同ID
contractLineIdinteger(int64)合同明细ID
deliverPlanQtynumber(double)交付计划数量
deliverPlanDatestring(date)交付计划日期
notestring备注

com.leadwaycloud.common.model.bo.res.PartnerBO

partner BO

名称类型必填说明示例
idinteger(int64)ID
extensionInfostring扩展数据
memberPartnerBO$MemberBO
supplierPartnerBO$SupplierBO
customerPartnerBO$CustomerBO
employeePartnerBO$EmployeeBO
companyPartnerBO$CompanyBO
userPartnerBO$UserBO
carrierPartnerBO$CarrierBO
agentPartnerBO$AgentBO
producerPartnerBO$ProducerBO

com.leadwaycloud.common.model.bo.res.PartnerBO$AgentBO

代理商

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称
imagestring图片

com.leadwaycloud.common.model.bo.res.PartnerBO$CarrierBO

承运商

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称
imagestring图片

com.leadwaycloud.common.model.bo.res.PartnerBO$CompanyBO

公司

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称
imagestring图片

com.leadwaycloud.common.model.bo.res.PartnerBO$CustomerBO

客户

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称
imagestring图片
creditLevelstring信用等级

com.leadwaycloud.common.model.bo.res.PartnerBO$EmployeeBO

员工

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称
imagestring图片

com.leadwaycloud.common.model.bo.res.PartnerBO$MemberBO

会员

名称类型必填说明示例
idinteger(int64)ID
barcodestring会员号
namestring名称
imagestring图片

com.leadwaycloud.common.model.bo.res.PartnerBO$ProducerBO

生产商

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称
imagestring图片

com.leadwaycloud.common.model.bo.res.PartnerBO$SupplierBO

供应商

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称
imagestring图片
currencyIdinteger(int64)货币ID
partnerIdinteger(int64)CRM对象ID

com.leadwaycloud.common.model.bo.res.PartnerBO$UserBO

用户

名称类型必填说明示例
idinteger(int64)ID
userNamestring登录名称
namestring名称
imagestring图片

com.leadwaycloud.common.model.bo.rm.RmItemBarcodePriceBO

零售管理价格BO

名称类型必填说明示例
goodsBarcodeIdinteger(int64)条码ID
goodsIdinteger(int64)商品ID
pricenumber(double)价格
channelstring渠道

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContractChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractChange

com.leadwaycloud.stock.model.bo.inventory.GoodsStockQtyBO

商品或条码库存数量BO

名称类型必填说明示例
stockQtynumber(double)MWAM当前库存数量
startQtynumber(double)期初库存数量
warehouseQtyListGoodsStockWarehouseQtyBO[]各个仓库下的数量
transferQtynumber(double)在途数量
fifoQtynumber(double)FIFO当前库存数量
fifoWeightnumber(double)FIFO当前库存重量

com.leadwaycloud.stock.model.bo.inventory.GoodsStockWarehouseQtyBO

商品在仓库下的库存数量BO

名称类型必填说明示例
stockQtynumber(double)当前库存数量
warehouseIdinteger(int64)仓库ID
warehouseNamestring仓库名称
warehouseCodestring仓库编号
energyOilTankIdinteger(int64)油罐ID
energyOilTankNamestring油罐名称
energyOilTankCodestring油罐编号

com.leadwaycloud.stock.model.bo.purchase.PurchaseContractUsageAmountBO

合同使用金额情况BO

名称类型必填说明示例
contractIdinteger(int64)合同Id
contractLineIdinteger(int64)合同明细Id
amountTotalnumber(double)采购总金额(含税)
amountTaxnumber(double)采购总金额(税额)
amountUntaxednumber(double)采购总金额(未税)
qtynumber(double)采购数量
moveQtynumber(double)入库数量
weightnumber(double)入库重量

com.leadwaycloud.stock.model.bo.sale.SaleContractUsageAmountBO

合同使用金额情况BO

名称类型必填说明示例
contractIdinteger(int64)合同Id
contractLineIdinteger(int64)合同明细Id
amountTotalnumber(double)销售总金额(含税)
amountTaxnumber(double)销售总金额(税额)
amountUntaxednumber(double)销售总金额(未税)
qtynumber(double)销售数量
moveQtynumber(double)出库数量
contractQtynumber(double)合同数量

com.leadwaycloud.stock.model.entity.crm.CrmProducer

生产商

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
codestring编号
birthdaystring(date)生日
sexstring性别
notestring备注
partnerIdinteger(int64)CRM对象ID
externalCodestring外部编号
typestring类型(公司/个人)
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
currencyIdinteger(int64)货币
imagestring图片
contactIdinteger(int64)地址
statusstring状态

com.leadwaycloud.stock.model.entity.crm.CrmSupplier

供应商

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
codestring编号
birthdaystring(date)生日
sexstring性别
notestring备注
partnerIdinteger(int64)CRM对象ID
externalCodestring外部编号
merchantIdinteger(int64)商户ID
statusstring状态
currencyIdinteger(int64)货币
typestring公司类型
namestring名称
imagestring图片
companyIdinteger(int64)公司ID
contactIdinteger(int64)地址
settlementMethodstring供应商结算类型(默认结算类型)-爱达,维护供应商与公司绑定关系可重新设置结算类型
originstring来源
eligibleboolean是否合格供应商-万航
shortNamestring简称
sourcestring来源
sourceInfostring来源补充信息
distributionModestring经销模式
enterpriseTypestring企业类型
operatingStatusstring经营状态
abnormalStatusReasonstring经营状态异常说明
versionstring版本号
establishmentDatestring(date)成立日期
registeredCapitalnumber(double)注册资本
legalRepresentativestring法定代表人
registeredAddressstring注册地址
extensionInfostring供应商额外属性
cooperationStatusstring供应商合作状态-怡合达
epoboolean是否开启E订单-壳牌
restrictTypestring采购限制类型-壳牌
restrictQtynumber(double)采购限制数量-壳牌
orderExpiredCloseboolean是否开启订单过期关闭-壳牌
orderValidityinteger(int32)订单有效期(天)-壳牌

com.leadwaycloud.stock.model.entity.finance.FinanceTax

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
valuenumber(double)税值
statusstring状态
merchantIdinteger(int64)商户ID
notestring备注
codestring编号
externalCodestring外部编号
accountingTitleIdinteger(int64)会计科目ID
sysAccountingTitleSysAccountingTitle
availableValuesnumber(double)税值表可用值

com.leadwaycloud.stock.model.entity.hr.HrDepartment

部门

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
parentIdinteger(int64)上一级ID
idChainstring完整的组织架构值
phonestring电话
faxstring传真
emailstring邮箱
notestring备注
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户号ID
externalCodestring外部编号
codestring编号
statusstring状态
idaasIdstringidaas唯一ID
shortNamestring简称
parentTreeNamestring部门树形结构name(用’-‘进行拼接)

com.leadwaycloud.stock.model.entity.pqc.PqcAcceptanceStandard

验收标准

名称类型必填说明示例
idinteger(int64)
merchantIdinteger(int64)商户号ID
acceptanceStandardTypestring标准类型(TECHNICAL--技术协议,PRODUCT--锻件标准,PURCHASE--采购标准)
acceptanceStandardCodestring标准编号
acceptanceStandardNamestring标准名称
acceptanceStandardVersionstring标准版本
texturestring材质
fileIdinteger(int64)原始附件id,oss_file.id
fileNamestring原始附件名称
remarkstring备注
delFlagboolean删除标识
createByinteger(int64)创建人ID
createTimestring(date-time)创建时间
updateByinteger(int64)修改人ID
updateTimestring(date-time)修改时间

com.leadwaycloud.stock.model.entity.res.ResCompany

公司模型

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户ID
partnerIdinteger(int64)关系ID
codestring公司编号(仅允许字母和数字)"CD01"
otherCodestring其他编号"AAAA-01"
typestring类型
statusstring状态
parentIdinteger(int64)上级公司ID
idChainstring公司ID完整架构(上下级公司id用-连接)"123-456"
sloganstring公司标语
initConfigboolean是否已经初始化公司配置 true:已初始化 false:未初始化false
namestring名称
imagestring图片
contactIdinteger(int64)地址ID
foreignNamesstring其他国家名称JSON字符串
contentstring其他详情JSON字符串,可动态添加附件字段名
enNamestring发票名称
currencyIdinteger(int64)货币Id

com.leadwaycloud.stock.model.entity.res.ResCompanyGroup

公司组

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户ID
namestring名称
codestring编号
descriptionstring描述
statusstring状态
typestring类型
regionboolean是否区域-壳牌

com.leadwaycloud.stock.model.entity.res.ResTag

标签

名称类型必填说明示例
idinteger(int64)
namestring标签名称
statusstring状态
merchantIdinteger(int64)商户ID
groupIdinteger(int64)组ID
typestring标签类型如GOODS,COMPANY,SUPPLIER
descriptionstring描述

com.leadwaycloud.stock.model.entity.stock.StockAttachment

附件模型

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
fileIndexstring文件后缀
fileNamestring文件名称
originIdinteger(int64)源订单ID
originTypestring源订单类型
fileIdinteger(int64)文件ID
descriptionstring描述
originTypeSubstring源订单子类型
createUserResUser

com.leadwaycloud.stock.model.entity.stock.StockContract

合同

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
pickingTypestring订单类型
statusstring合同状态
namestring合同名称
doneTimestring(date-time)完成时间
codestring合同编号
externalCodestring外部编号
currencyIdinteger(int64)货币符号ID
exchangeRatenumber(double)汇率
operatorUserIdinteger(int64)操作用户ID
partnerIdinteger(int64)客户关系对象
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
startDatestring(date)开始时间
endDatestring(date)结束时间
originIdinteger(int64)源订单ID
originTypestring源订单类型
departmentIdinteger(int64)部门ID
advanceboolean是否预付
advanceRationumber(double)预付比例
reviewMethodstring评审方式
signDatestring(date)签订日期
signLocationstring签署地点
contractTypestring合同类型(正式合同,预投合同,科研合同)
saleDestinationstring销售去向
producePlanModestring生产组织方式(内厂/外厂生产)
versionstring版本号
machineTypestring机型
checkEffectiveAmountboolean是否检查有效金额
contractEffectiveTypestring合同有效类型
historyboolean是否是历史合同
goodsTypestring合同商品类型
decalsContractboolean是否开口合同,用于采购单金额验证(标准类型商品)-万航
excessRationumber(double)超出额度比例,用于采购单金额验证(原材料类型商品)-万航
goodsSubTypestring合同商品子类型
originstring来源
initializationboolean是否初始化数据
executedAmountTotalnumber(double)期初已执行金额(含税)
executedAmountUntaxednumber(double)期初已执行金额(不含税)
executedAmountTaxnumber(double)期初已执行税总额
warrantyRationumber(double)合同总价款中用作质量保证的预留金比例
warrantyPeriodstring项目质量保修期限(支持单位:年、月、天,默认为月)
extensionInfostring额外属性
convertGoodsPriceboolean是否将合同转为价目表
operatorUserResUser
currencySysCurrency
departmentHrDepartment
assistUserListResUser[]协作人
partnerPartnerBO
stockContractLineListStockContractLine[]合同明细
companyResCompany
goodsInviteStockGoodsInvite
contractClauseListStockContractClause[]合同条款明细
contractLineCompanyListResCompany[]合同明细公司对象集合
contractUsageAmountPurchaseContractUsageAmountBO
contractBalanceAmountPurchaseContractUsageAmountBO
saleContractUsageAmountSaleContractUsageAmountBO
contractConversionApplyListStockContractConversionApply[]合同转号申请对象集合
resTagListResTag[]商品标签
bindProducePlanCodeQtynumber(double)[]合同已绑生产计划数量

com.leadwaycloud.stock.model.entity.stock.StockContractAnatomicalRecord

合同解剖件记录

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
contractIdinteger(int64)合同ID
contractLineIdinteger(int64)合同明细ID
priceTotalnumber(double)单价含税
notestring备注
statusstring状态
contractVersionstring合同版本号

com.leadwaycloud.stock.model.entity.stock.StockContractChange

合同变更

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
contractIdinteger(int64)合同ID
contractTypestring合同类型
statusstring状态
versionstring版本
notestring备注
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
changeTypestring变更CHANGE 转号CONVERSION
originIdinteger(int64)源单据ID
originTypestring源单据类型
stockContractStockContract
stockContractChangeLineListStockContractChangeLine
createUserResUser

com.leadwaycloud.stock.model.entity.stock.StockContractChangeLine

合同变更明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
contractChangeIdinteger(int64)合同变更单ID
typestring变更类型
oldValuestring变更前的值
newValuestring变更后的值
operationstring操作类型
stockContractLineStockContractLine
stockContractClauseStockContractClause
stockContractStockContract

com.leadwaycloud.stock.model.entity.stock.StockContractClause

变更后的条款

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
contractIdinteger(int64)合同ID
contentstring条款内容
activeboolean是否可用
lineNointeger(int32)行编号
viewRoleListResRole[]可查看权限
viewUserListResUser[]可查看用户
viewUserIdListinteger(int64)[]可查看用户ID集合
viewRoleIdListinteger(int64)[]可查看权限ID集合

com.leadwaycloud.stock.model.entity.stock.StockContractConversionApply

合同转换申请

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
codestring编号
namestring名称
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
beforeContractIdinteger(int64)转换前合同ID
beforeContractCodestring转换前合同CODE
afterContractIdinteger(int64)转换后合同ID
afterContractCodestring转换后合同CODE
operatorIdinteger(int64)操作人ID
statusstring状态
contractConversionApplyLineListStockContractConversionApplyLine[]合同转换申请明细
contractAdvanceStockContract
contractFormalStockContract
operatorUserResUser

com.leadwaycloud.stock.model.entity.stock.StockContractConversionApplyLine

合同转换申请

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
conversionApplyIdinteger(int64)合同转换申请单ID
typestring合同转换类型
contractTypestring合同类型
advanceOldValuestring预投合同变更前值
advanceNewValuestring预投合同变更后值
formalValuestring正式合同值

com.leadwaycloud.stock.model.entity.stock.StockContractLine

合同明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
priceTotalnumber(double)含税单价
priceTaxnumber(double)税单价
priceUntaxednumber(double)不含税单价
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
qtynumber(double)数量
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
lineNointeger(int32)行编号
contractIdinteger(int64)合同ID
originPriceTotalnumber(double)原币含税单价
originPriceTaxnumber(double)原币税单价
originPriceUntaxednumber(double)原币不含税单价
planReleaseDatestring(date)预计投料日期
planDeliveryDatestring(date)预计交货日期
armyCheckboolean是否军检
contractDeliveryDatestring(date)合同交货日期
otherGoodsBarcodeIdinteger(int64)other商品条码ID
deliveryPeriodinteger(int32)交货周期
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
periodTypestring周期类型,用于打印模版选择
expectedDatestring(date)到货日期
planDeliveryProductstring拟投产品-万航
purposestring用途
tradeTypestring贸易方式-爱达
producerIdinteger(int64)生产商ID
executedAmountTotalnumber(double)期初已执行金额(含税)
executedAmountUntaxednumber(double)期初已执行金额(不含税)
executedAmountTaxnumber(double)期初已执行税总额
assetboolean是否资产-爱达
shipownerSuppliedboolean是否船东供应品-爱达
multipleLengthboolean是否倍尺料-万航
originLineIdinteger(int64)源订单明细行ID
productCategorystring锻件类型-万航(STANDARD_GOODS:常规件 DISASSEMBLED_GOODS:解剖件 ALLOCATED_GOODS:分摊件
goodsStockGoods
goodsBarcodeStockGoodsBarcode
otherGoodsBarcodeStockGoodsBarcode
companyResCompany
producerCrmProducer
deliverPlanRecordListStockDeliverPlanRecord[]交付集合集合
planDeliveryProductListStockGoods[]拟投产品对象集合
contractAnatomicalRecordListStockContractAnatomicalRecord[]合同解剖件记录集合
pqcAcceptanceStandardListPqcAcceptanceStandard[]采购标准集合

com.leadwaycloud.stock.model.entity.stock.StockDeliverPlanRecord

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
contractIdinteger(int64)合同ID
contractLineIdinteger(int64)合同明细ID
deliverPlanQtynumber(double)交付计划数量
deliverPlanDatestring(date)交付计划日期
notestring备注

com.leadwaycloud.stock.model.entity.stock.StockGoods

商品

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
codestring货号
merchantIdinteger(int64)商户ID
virtualboolean虚拟商品
imagesstring图片
originstring来源
descriptionstring描述
otherNamestring商品别名
markstring标记
specificationGroupIdinteger(int64)商品规格组ID
placestring产地
gradestring等级
externalCodestring外部货号
weightboolean称重商品
fuelboolean油品
makeboolean自制品
carwashboolean洗车商品
typestring商品类型
barcodeSettlementboolean商品结算方式 false(商品结算,默认) true(条码结算)
goodsCategoryIdinteger(int64)分类ID
goodsBrandIdinteger(int64)品牌ID
uomIdinteger(int64)计量单位ID
specstring规格
typeSubstring商品子类型
hsCodestring海关编码 -爱达
giftboolean是否是赠品
shelfLifeinteger(int32)保质期
shelfLifeUtilstring保质期周期单位(HOUR-小时、DAY-天、WEEK-周、MONTH-月、 YEAR-年)
presaleboolean是否预售品
consignmentboolean是否代销品
countrystring国家
goodsCategoryStockGoodsCategory
goodsBrandStockGoodsBrand
uomSysUom
goodsEnergyStockGoodsEnergy
goodsPropertyStockGoodsProperty
goodsBarcodeListStockGoodsBarcode[]条码集合
goodsUomListStockGoodsUom[]计量单位集合
stockGoodsManufactureStockGoodsManufacture
resTagListResTag[]商品标签
attachmentListStockAttachment[]附件集合
producerListCrmProducer

com.leadwaycloud.stock.model.entity.stock.StockGoodsBarcode

条码

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
typestring条码类型
imagesstring图片
merchantIdinteger(int64)商户号ID
barcodestring商品条码
goodsIdinteger(int64)商品ID
defSettlementboolean是否是结算默认条码
specstring条码规格
descriptionstring描述
otherBarcodestring额外条码
latestMwamCostnumber(double)最新移动加权平均成本
goodsBarcodePropertyStockGoodsBarcodeProperty
goodsBarcodeStockQtyGoodsStockQtyBO
goodsPriceListStockGoodsPrice[]商品价目表
rmItemBarcodePriceListRmItemBarcodePriceBO[]零售管理价格集合

com.leadwaycloud.stock.model.entity.stock.StockGoodsBarcodeProperty

条码属性

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
goodsIdinteger(int64)商品ID
goodsPropertyIdinteger(int64)商品属性ID
goodsBarcodeIdinteger(int64)商品条码ID
tagsstring标签
costnumber(double)成本价格,不含税(在基础成本上叠加管理、运营等间接费用后计算出的综合成本价)
pricenumber(double)零售价,含税(商品上标注的公开销售价格,通常是零售价或官方报价)
companyIdinteger(int64)公司ID
statusstring公司条码状态
saleTaxIdinteger(int64)销售税ID
purchaseTaxIdinteger(int64)采购税ID
purchaseGuidePricenumber(double)采购指导价(企业为采购行为设定的内部参考价格,用于指导采购决策和预算控制)
saleGuidePricenumber(double)市场指导价(由市场行情、竞争分析或行业惯例给出的建议销售价格)
salePricenumber(double)销售底价(销售时允许的最低价格,通常用于保护利润或遵守价格协议)
saleTaxFinanceTax
purchaseTaxFinanceTax

com.leadwaycloud.stock.model.entity.stock.StockGoodsBrand

商品品牌

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
statusstring状态"ACTIVE"
merchantIdinteger(int64)商户ID
imagesstring图片
descriptionstring描述
codestring编码
originstring来源
cooperativeboolean是否合作品牌

com.leadwaycloud.stock.model.entity.stock.StockGoodsCategory

商品分类

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
codestring编号
statusstring状态
parentIdinteger(int64)父级ID
idChainstring完整的组织结构
imagesstring图片
merchantIdinteger(int64)商户ID
externalCodestring外部编号
saleTaxIdinteger(int64)销售税ID
purchaseTaxIdinteger(int64)采购税ID
accountingTitleIdinteger(int64)会计科目ID
costAccountingTitleIdinteger(int64)成本科目ID
descriptionstring描述
originstring来源
boutiqueboolean是否为精品分类
specificationGroupIdinteger(int64)商品规格组ID
extensionInfostring额外属性
saleTaxFinanceTax
purchaseTaxFinanceTax
sysAccountingTitleSysAccountingTitle
costAccountingTitleSysAccountingTitle
parentGoodsCategoryStockGoodsCategory
goodsSpecificationGroupStockGoodsSpecificationGroup

com.leadwaycloud.stock.model.entity.stock.StockGoodsEnergy

商品能源拓展属性

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
typestring能源商品类型
goodsIdinteger(int64)商品ID
densitynumber(double)标准密度

com.leadwaycloud.stock.model.entity.stock.StockGoodsInvite

商品招标

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
namestring名称"测试招标"
codestring编号"zkl_test_001"
expiredTimestring(date-time)投标截止时间
statusstring状态
descriptionstring描述
openRankboolean是否打开公布排名
openInviteboolean是否打开中标公示
cancelReasonstring作废原因
originIdinteger(int64)源订单ID
originTypestring源订单类型
startTimestring(date-time)招投标开始时间(开启报价阶段进行时间写入)
contractPlanStartDateinteger(int64)计划合同开始日期
contractPlanEndDateinteger(int64)计划合同截止日期
quoteTypestring报价类型(QUOTE:报价 DICKER:议价)"QUOTE"
doneTimestring(date-time)完成时间
goodsTypestring招标商品类型
goodsSubTypestring招标商品子类型
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
modelstring采购方式(根据不同的类型走向不同才流程和选择供应商以及模版打印等里面使用)
taxTypestring税金计算类型
extensionInfostring额外属性
assistUserListResUser[]协作人
contractboolean是否生成合同
companyResCompany
createUserResUser
purchasePlanStockPurchasePlan
biddingAmountTotalnumber(double)中标总额(含税)-爱达
goodsInviteLineListStockGoodsInviteLine[]商品招标明细

com.leadwaycloud.stock.model.entity.stock.StockGoodsInviteLine

商品招标明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
inviteIdinteger(int64)ID
partnerIdinteger(int64)
lastPricenumber(double)历史采购价
averagePricenumber(double)历史12个月平均采购价
supplyboolean是否参标
biddingboolean是否中标
goodsBarcodeIdinteger(int64)条码ID
goodsIdinteger(int64)商品ID
qtynumber(double)商品总数
remarksstring备注
companyIdinteger(int64)公司ID(港口)
currencyIdinteger(int64)币种id
exchangeRatenumber(double)供应商货币与商户货币兑换率
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
scorenumber(double)分值
contentstringJSON字符串
availableQtynumber(double)中标数量
dickerboolean是否重新报价
deliveryPeriodinteger(int32)交货周期(天)
amountTotalnumber(double)含税总额(priceTotal * qty * uomConversionRate)
amountTaxnumber(double)税总额(priceTax * qty * uomConversionRate)
amountUntaxednumber(double)不含税总额(priceUntaxed * qty * uomConversionRate)
priceTotalnumber(double)供应商报价含税金额(商户币种)
priceTaxnumber(double)供应商报价税金额(商户币种)
priceUntaxednumber(double)供应商报价不含税金额(商户币种)
originPriceTotalnumber(double)供应商原币报价含税金额(供应商币种)
originPriceTaxnumber(double)供应商原币报价税金额(供应商币种)
originPriceUntaxednumber(double)供应商原币报价不含稅金额(供应商币种)
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
lineNointeger(int32)行编号
inviteStagestring标段
periodTypestring周期类型,用于打印模版选择
expectedDatestring(date)到货日期
planDeliveryProductstring拟投产品-万航
purposestring用途
tradeTypestring贸易方式-爱达
producerIdinteger(int64)生产商ID
inviteStageAmountTotalnumber(double)标段中标总金额含税
inviteStageAmountTaxnumber(double)标段中标总税额
inviteStageAmountUntaxednumber(double)标段中标金额不含税
bidFailureboolean是否流标
assetboolean是否资产-爱达
shipownerSuppliedboolean是否船东供应品-爱达
multipleLengthboolean是否倍尺料-万航
companyGroupIdinteger(int64)公司组ID(爱达用于区域招标逻辑)-爱达
goodsStockGoods
goodsBarcodeStockGoodsBarcode
financeTaxFinanceTax
companyResCompany
currencySysCurrency
producerCrmProducer
partnerPartnerBO
goodsPriceStockGoodsPrice
companyGroupResCompanyGroup
planDeliveryProductListStockGoods[]拟投产品对象集合
pqcAcceptanceStandardListPqcAcceptanceStandard[]采购标准集合

com.leadwaycloud.stock.model.entity.stock.StockGoodsManufacture

商品-制造业拓展属性

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
goodsIdinteger(int64)商品ID(使用中)
typestring锻件分类 军品:MILITARY,民用:CIVIL,国内航空:INTERNATIONAL_AVIATION,国际航空:DOMESTIC_AVIATION(使用中)
structureTypestring产品类型 结构件:STRUCTURAL,转动件:DISC(使用中)
drawingCodestring图号(使用中)
texturestring材质(使用中)
productTypestring锻造类别 模锻件,自由锻件(使用中)
densitystring密度(使用中)
applicationAreastring应用领域(使用中)
applicationAreaCategorystring应用领域分类(使用中)
stageStatusstring阶段状态(使用中)
machineStatusstring机加状态(使用中)
standardPartsboolean是否标准件(其它物料使用-使用中)
lengthnumber(double)标准长度
widenumber(double)标准宽度
heightnumber(double)标准高度
diameternumber(double)标准直径
weightnumber(double)标准重量
deliveryLengthnumber(double)投料长度
deliveryWidenumber(double)投料宽度
deliveryHeightnumber(double)投料高度
deliveryDiameternumber(double)投料直径
deliveryWeightnumber(double)投料重量
materialTypestring原材料形状
drawingVersionstring用户图纸版次(使用中)
deliveryStatestring交货状态(使用中)
partWeightnumber(double)零件重量(使用中)
pqcAcceptanceStandardListPqcAcceptanceStandard[]验收标准集合

com.leadwaycloud.stock.model.entity.stock.StockGoodsPrice

商品价目表

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
lineNointeger(int32)行编号
notestring备注
goodsPriceGroupIdinteger(int64)商品价目表组ID
pricenumber(double)价格
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
otherPricenumber(double)外币价格
otherCurrencyIdinteger(int64)外币ID
originLineIdinteger(int64)源订单明细ID
deliveryPeriodinteger(int32)交货周期
taxTypestring税金计算类型
priorityinteger(int32)优先级-越小级别越高
tieredboolean是否启用阶梯价目表
uomSysUom
financeTaxFinanceTax
goodsBarcodeStockGoodsBarcode
goodsPriceGroupStockGoodsPriceGroup
otherCurrencySysCurrency
currencySysCurrency
stockContractStockContract
stockGoodsSupplierStockGoodsSupplier
stockGoodsPriceTieredListobject[]阶梯价目表集合

com.leadwaycloud.stock.model.entity.stock.StockGoodsPriceGroup

商品价目表组

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
namestring名称
startTimestring(date-time)开始时间
endTimestring(date-time)结束时间
statusstring状态
partnerTypestring角色类型
notestring备注
originIdinteger(int64)源订单ID
originTypestring源订单类型
partnerIdinteger(int64)CRM关系ID
goodsPriceListStockGoodsPrice[]商品价目表集合
partnerPartnerBO

com.leadwaycloud.stock.model.entity.stock.StockGoodsProperty

公司商品

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
goodsIdinteger(int64)商品ID
companyIdinteger(int64)公司ID
allowDiscountboolean允许折扣
allowManualPriceboolean允许手工变价,POS手工变价(需要手工输入价格)
changePriceboolean允许变价单变价(允许手工变价)
allowSaleboolean允许销售
allowPurchaseboolean允许采购
allowRefundboolean允许退货
negativeDiscountboolean允许负毛利折扣
allowMarkdownboolean允许报损
orderedLocallyboolean允许直接采购
rsKeepDaysinteger(int32)保有天数(默认1) 补货中需要计算
rsDaysAveSaleinteger(int32)日均销售(默认1) 补货中需要计算
rsPromotionCoefficientnumber(double)促销系数(默认1) 补货中需要计算
bomTypestring商品BOM生产类型,先销后制 或者 先制后销(默认)
thirdPartyDeliveryboolean允许第三方直送
batchManagedboolean是否启用批次管理
costingMethodstring成本算法
outboundPrioritystring出库优先策略
minStockQtynumber(double)最小库存数量
maxStockQtynumber(double)最大库存数量
safetyStockQtynumber(double)安全库存数量

com.leadwaycloud.stock.model.entity.stock.StockGoodsSpecification

商品规格参数

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
specificationGroupIdinteger(int64)商品规格组ID
scopestring作用范围<商品||商品条码>
typestring属性类型<SKU||描述展示>
parentIdinteger(int64)父级ID
merchantIdinteger(int64)商户ID
sequenceinteger(int32)排序
dataTypestring数据类型(INTEGER,LONG,BOOLEAN,STRING,DOUBLE)
codestring编号
fieldLengthinteger(int32)字段长度
requiredboolean是否必填
fieldDecimalinteger(int32)小数位数

com.leadwaycloud.stock.model.entity.stock.StockGoodsSpecificationGroup

商品规格组

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
merchantIdinteger(int64)商户ID
goodsSpecificationListStockGoodsSpecification[]商品规格参数集合

com.leadwaycloud.stock.model.entity.stock.StockGoodsSupplier

商品绑定供应商

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
supplierCompanyRelationIdinteger(int64)供应商公司关系ID
companyIdinteger(int64)公司ID
defboolean是否默认
minPurchaseQtynumber(double)最低采购数量
statusstring状态
uomIdinteger(int64)计量单位
externalCodestring外部编号
extensionInfostring额外属性
uomSysUom
goodsBarcodeStockGoodsBarcode
supplierCrmSupplier
purchaseUomConversionRatenumber(double)采购计量单位转换率

com.leadwaycloud.stock.model.entity.stock.StockGoodsUom

商品计量单位

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
goodsIdinteger(int64)商品ID
merchantIdinteger(int64)商户号ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
saleboolean是否销售
purchaseboolean是否采购
uomSysUom

com.leadwaycloud.stock.model.entity.stock.StockPurchasePlan

采购计划

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
codestring编号
typestring采购类型
modelstring采购方式(根据不同的类型走向不同才流程和选择供应商以及模版打印等里面使用)
reasonstring选择原因说明
inviteTypestring招标方式(使用sys_property维护,INVITED_TENDERING:邀请招标;INVITED_PUBLIC:公开招标)
evaluationTypestring评标方式(使用sys_property维护,LOWEST_TENDERING_PRICE:最低价投标法;SYNTHETIC_EVALUATION:综合评估法)
tenderingBaseboolean是否有标底
applyDepartmentIdinteger(int64)申请部门ID
demandDepartmentIdinteger(int64)需求部门ID
originIdinteger(int64)源单据ID
originTypestring源单据类型
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
operatorIdinteger(int64)操作人ID
notestring备注
statusstring状态
startPlanDatestring(date)计划开始时间
endPlanDatestring(date)计划结束时间
planPurchaseTypestring采购计划类型(使用sys_property维护:PLAN_PURCHASE:计划性采购/UN_PLAN_PURCHASE:非计划性采购)
doneTimestring(date-time)完成时间(已确认状态)
goodsTypestring采购计划商品类型
deliveryCompanystring交付地点(公司ID集合)-爱达
budgetTypestring预算类别(sys_property维护)
relevantDepartmentIdinteger(int64)归口管理部门ID-万航
goodsSubTypestring采购计划商品子类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
closeReasonstring采购计划关闭原因
externalCodestring外部编号
taxTypestring税金计算类型
cancelReasonstring采购计划取消原因
originstring来源
extensionInfostring额外属性
applyDepartmentHrDepartment
demandDepartmentHrDepartment
companyResCompany
operatorUserResUser
assistUserListResUser[]协作人
deliveryCompanyListResCompany[]交付地点(公司集合)-爱达
supplierListCrmSupplier[]供应商信息集合
relevantDepartmentHrDepartment
createUserResUser
purchasePlanLineListStockPurchasePlanLine[]采购计划明细集合

com.leadwaycloud.stock.model.entity.stock.StockPurchasePlanInvite

采购计划标段

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
purchasePlanIdinteger(int64)采购计划ID
purchasePlanLineIdinteger(int64)采购计划明细ID
inviteStagestring标段
qtynumber(double)标段,数量
estimatedAmountTotalnumber(double)标段,预估总额
notestring标段,备注

com.leadwaycloud.stock.model.entity.stock.StockPurchasePlanLine

采购计划明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
purchasePlanIdinteger(int64)采购计划ID
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
qtynumber(double)数量
deliveryPeriodinteger(int32)交货周期(天)
paymentMethodstring付款方式
executiveStandardstring执行标准
notestring备注
otherGoodsBarcodeIdinteger(int64)other商品条码ID
expectedDatestring(date)到货日期
amountTotalnumber(double)含税总额(priceTotal * qty)
amountTaxnumber(double)税总额(priceTax * qty)
amountUntaxednumber(double)不含税总额(priceUntaxed * qty)
priceTotalnumber(double)含税单价(基本计量单位)
priceTaxnumber(double)税单价(基本计量单位)
priceUntaxednumber(double)不含税单价(基本计量单位)
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
lineNointeger(int32)行编号
estimatedPriceTotalnumber(double)预估单价
periodTypestring周期类型,用于打印模版选择
planDeliveryProductstring拟投产品-万航
purposestring用途
assetboolean是否资产-爱达
shipownerSuppliedboolean是否船东供应品-爱达
multipleLengthboolean是否倍尺料-万航
goodsStockGoods
goodsBarcodeStockGoodsBarcode
purchasePlanInviteListStockPurchasePlanInvite[]标段信息集合
otherGoodsBarcodeStockGoodsBarcode
planDeliveryProductListStockGoods[]拟投产品对象集合
financeTaxFinanceTax
pqcAcceptanceStandardListPqcAcceptanceStandard[]采购标准集合

com.leadwaycloud.stock.model.entity.sys.SysAccountingTitle

会计科目

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
codestring科目编号
namestring科目名称
enNamestring英文名称
scopestring科目适用范围
accountingTypeIdinteger(int64)会计科目类型ID
allowBillUpdateAmountboolean是否允许在收/付款单中修改金额
propertystring科目属性:0=财务会计科目;1=政府预算会计科目;
balanceOrientstring目方向:0=借方;1=贷方
bothOrientboolean账簿余额双向显示
cashTypestring现金分类:0=其它;1=现金科目;2=银行科目;3=现金等价物
defaultCurrencyIdinteger(int64)默认币种
quantityCheckboolean数量核算
summaryPrintLevelinteger(int32)汇总打印级次0=末级,1=1
mnemonicCodestring助记编码
statusstring状态
jsonNamestring多语言翻译
merchantIdinteger(int64)商户ID
parentIdinteger(int64)上一级ID
idChainstring完整的组织架构值

com.leadwaycloud.stock.model.entity.sys.SysCurrency

货币模型

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
codestring编号"CNY"
namestring名称"人民币"
symbolstring符号"¥"
activeboolean是否可用true
calcRateboolean是否计算汇率true
imagestring图片
roundinginteger(int32)四舍五入精度
calcRateUnitnumber(double)汇率计算单位
roundingTypestring金额进舍规则:0=全部进位,1=全部舍位,2=四舍五入"2"

com.leadwaycloud.stock.model.entity.sys.SysUom

计量单位模型

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
codestring计量单位code
namestring计量单位名称
symbolstring计量代号
activeboolean是否是可用的
rationumber(double)换算率
shortNamestring简称
merchantIdinteger(int64)商户id
isoShortNamestringISO名称

com.leadwaycloud.stock.feign.workflow.dto.StartWorkflowDTO

开启审核

名称类型必填说明示例
businessDataobject审批业务数据
businessIdstring业务ID"607921440403584"
businessTypeKeystring业务类型key"BK_INVENTORY_ADJUST_ORDER"
companyIdinteger(int64)公司ID593164083685127
merchantIdinteger(int64)商户ID593164083685127
createByinteger(int64)创建人ID574533689957252
customTaskApproverListTaskApproveDTO[]后续节点审批人

com.leadwaycloud.stock.feign.workflow.dto.TaskApproveDTO

workflow-后续节点审批人

名称类型必填说明示例
departmentIdListinteger(int64)[]部门ID集合
otherIdListinteger(int64)[]其他ID集合
roleIdListinteger(int64)[]角色ID集合
taskCustomNamestring节点自定义名称
userIdListinteger(int64)[]用户ID集合

com.leadwaycloud.stock.model.bo.OrderChangeValueBO

订单变更内容BO

名称类型必填说明示例
stockOrderDTOStockOrderDTO$UpdateDTO
stockOrderLineDTOStockOrderLineDTO

com.leadwaycloud.stock.model.dto.inventory.SaleOrderChangeDTO$UpdateDTO

编辑订单变更DTO

名称类型必填说明示例
notestring备注
orderChangeLineDTOListStockOrderChangeLineDTO[]变更明细DTO
deleteOrderChangeLineIdListinteger(int64)[]删除变更明细ID集合
startWorkflowDTOStartWorkflowDTO

com.leadwaycloud.stock.model.dto.inventory.order.StockOrderChangeLineDTO

订单变更明细DTO

名称类型必填说明示例
idinteger(int64)变更单明细ID
typestring订单明细ID
oldValueOrderChangeValueBO
newValueOrderChangeValueBO
operationTypestring操作类型(编辑/新增/删除)
notestring备注

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockOrderChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderChange

com.leadwaycloud.stock.model.entity.crm.CrmAgent

代理商

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
statusstring状态
currencyIdinteger(int64)货币Id
birthdaystring(date)生日
sexstring性别
notestring备注
partnerIdinteger(int64)CRM对象ID
externalCodestring外部编号
typestring公司类型
merchantIdinteger(int64)商户ID
namestring名称
imagestring图片
contactIdinteger(int64)地址ID
companyIdinteger(int64)公司ID
codestring编号

com.leadwaycloud.stock.model.entity.finance.FinanceResponsibilityCenter

成本中心

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户号ID
parentIdinteger(int64)父级ID
codestring成本中心编号
namestring成本中心名称
descriptionstring多语言翻译名
statusstring状态"ACTIVE"
typestring成本中心类型
idChainstring完整的组织结构
externalCodestring外部编号
notestring备注
companyIdinteger(int64)公司ID

com.leadwaycloud.stock.model.entity.res.ResReasonCode

原因码

名称类型必填说明示例
idinteger(int64)
codestring原因码
merchantIdinteger(int64)商户ID
namestring名称
typeIdinteger(int64)类型ID
externalCodestring外部编号
pushboolean是否推送ERP-壳牌
reasonCodeTypeResReasonCodeType

com.leadwaycloud.stock.model.entity.res.ResReasonCodeType

原因码分组

名称类型必填说明示例
idinteger(int64)
merchantIdinteger(int64)商户ID
namestring角色名称"运维组"
orderTypestring单据类型

com.leadwaycloud.stock.model.entity.res.ResTripLine

航线信息模型

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
imagesstring图片
namestring航线名称"上海-冲绳-上海"
descriptionstring描述
codestring航次编号"NB04250102"
cruiseIdstring游船ID"1624"
lineIdinteger(int64)序号49
themestring航线主题
voyageIdstring航次ID
hotboolean???false
enableboolean???false
linestring航线信息
cruisestring邮轮详情
routesstring航线行程
departureDatestring(date)出发日期"2021-01-01"
checkInLocalTime
cutOffLocalTime
daysinteger(int32)航行天数
setteableboolean???false
settledboolean???false
deletedboolean删除表示false
statusstring状态"ACTIVE"
titlestring标题
remarkstring备注
merchantIdinteger(int64)商户ID
endDatestring(date)结束日期"2021-01-01"
weatherstring天气
versioninteger(int64)版本编号,自增
companyIdinteger(int64)公司id
closeTimestring(date-time)航次关闭时间

com.leadwaycloud.stock.model.entity.stock.StockDeliveryPlan

交付计划

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
originIdinteger(int64)源订单ID
originLineIdinteger(int64)源订单明细ID
originTypestring源订单类型
deliveryRationumber(double)交付比例
paymentDatestring(date)收款日期(交付日期+账期)计算
deliverPlanDatestring(date)交付计划日期
notestring备注

com.leadwaycloud.stock.model.entity.stock.StockFifo

先进先出FIFO

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
costnumber(double)成本
taxIdinteger(int64)税ID
taxValuenumber(double)税值
totalQtynumber(double)总数
surplusQtynumber(double)剩余数量
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)条码ID
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户号ID
warehouseIdinteger(int64)仓库ID
stockFifoBusinessIdstringFIFO库存业务唯一ID,库存变动的时候需要生成
initializationboolean是否初始化数据
manufactureReceiveDatestring(date)平行入库,合格入库,期初入库日期-万航
producePlanIdinteger(int64)生产计划ID
producePlanCodestring生产计划编号
produceBatchIdinteger(int64)生产批次号ID
produceBatchCodestring生产批次编号
sectionIdinteger(int64)节号ID
sectionNostring节号
furnacestring母炉
subFurnacestring子炉号
materialTypestring原材料形状
lengthnumber(double)
widenumber(double)
heightnumber(double)
diameternumber(double)直径
surplusLengthnumber(double)剩余长度
surplusWidenumber(double)剩余宽度
surplusHeightnumber(double)剩余高度
weightnumber(double)重量
surplusWeightnumber(double)剩余重量
planDeliveryProductstring拟投产品-万航
purposestring用途
researchboolean是否科研料-万航
materialInspectionboolean是否需要发起复验
selfMaterialboolean是否自带料-万航
selfSampleMaterialboolean是否自带试样-万航
multipleLengthboolean是否倍尺料-万航
warehouseStockWarehouse
goodsStockGoods
goodsBarcodeStockGoodsBarcode
stockContractStockContract
planDeliveryProductListStockGoods[]拟投产品对象集合
pqcAcceptanceStandardListPqcAcceptanceStandard[]原材料复验标准集合

com.leadwaycloud.stock.model.entity.stock.StockOrder

订单

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
originIdinteger(int64)上一级订单
pickingTypestring订单类型
statusstring订单状态
namestring名称
codestring订单编号
externalCodestring外部编号
exchangeRatenumber(double)汇率
partnerIdinteger(int64)客户或者供应商关联partnerId
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)订单所属公司ID
doneTimestring(date-time)完成时间
notestring备注
originTypestring原订单类型
billingPeriodinteger(int32)账期
urgentboolean是否紧急false
expectedDatestring(date)预计收/退货日期
createCompanyIdinteger(int64)创建订单公司ID
targetCompanyIdinteger(int64)实际需要采购/销售公司ID,影响最终入库公司
operatorUserIdinteger(int64)操作用户ID
currencyIdinteger(int64)货币符号ID
oilboolean是否油品订单
goodsPriceCompanyIdinteger(int64)查询价格表公司ID
cancelDescriptionstring单据取消描述
tripLineIdinteger(int64)航线ID
agentIdinteger(int64)代理商ID
originAmountnumber(double)折扣前总额,只用于前端展示
discountAmountnumber(double)折扣总额,只用于前端展示
goodsTypestring商品类型
goodsSubTypestring商品子类型
versionstring版本
initializationboolean是否初始化数据
moveDiscrepancyStatusstring差异状态(采购数量与实际入库的数量差异标识:入库无差异,入库差异待登记,入库差异已登记)
acceptanceDatestring(date)验收日期(服务验收单)-万航
completionDatestring(date)完工日期(服务验收单)-万航
originstring来源
reasonstring(date)原因(手持设备创建后不能自动完成原因)
operatorUserResUser
currencySysCurrency
targetCompanyResCompany
agentCrmAgent
assistUserListResUser[]协作人
goodsPriceCompanyResCompany
createUserResUser
tripLineResTripLine
partnerPartnerBO
orderLineListStockOrderLine[]订单明细
contractStockContract
distributionStatusstring配送单状态
moveStatusstring库存单状态
financeBillStatusstring付款单状态
realityTimestring(date-time)采购(实际入库时间)
moveIdinteger(int64)出入库单ID

com.leadwaycloud.stock.model.entity.stock.StockOrderChange

订单更申请单

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
orderIdinteger(int64)订单ID
orderTypestring订单类型
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
versionstring版本
notestring备注
statusstring状态
companyResCompany
createUserResUser
orderChangeLineListStockOrderChangeLine[]订单更申请单明细集合

com.leadwaycloud.stock.model.entity.stock.StockOrderChangeLine

订单变更申请单明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
orderChangeIdinteger(int64)变更单ID
oldValuestring变更前值
newValuestring变更后值
operationTypestring操作类型(编辑/新增/删除/不变更)
notestring备注
typestring变更类型(基本信息 ORDER_INFO,明细 ORDER_LINE)
stockOrderStockOrder
stockOrderLineStockOrderLine

com.leadwaycloud.stock.model.entity.stock.StockOrderLine

订单明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
amountTotalnumber(double)含税总额(priceTotal * qty * uomConversionRate)
amountTaxnumber(double)税总额(priceTax * qty * uomConversionRate)
amountUntaxednumber(double)不含税总额(priceUntaxed * qty * uomConversionRate)
priceTotalnumber(double)含税单价(基本计量单位)
priceTaxnumber(double)税单价(基本计量单位)
priceUntaxednumber(double)不含税单价(基本计量单位)
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
qtynumber(double)数量(明细行采购计量单位)
orderIdinteger(int64)订单ID
merchantIdinteger(int64)商户ID
companyIdinteger(int64)订单所属公司ID
notestring备注
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
originLineIdinteger(int64)源订单明细行ID,用于记录采购/销售退货单关联源采购/销售单商品明细
otherGoodsBarcodeIdinteger(int64)other商品条码ID
contractIdinteger(int64)合同ID,用于记录stock_order_line明细是由哪个stock_contract_line_id绑定
contractLineIdinteger(int64)合同明细ID,用于记录对应合同明细
orderPriceTotalnumber(double)订单含税价
orderPriceTaxnumber(double)订单税价
orderPriceUntaxednumber(double)订单不含税价
giftboolean是否是赠品
stockFifoIdinteger(int64)指定成本关联stock_fifo表ID
stockFifoBusinessIdstringFIFO库存业务唯一ID,库存变动的时候需要生成
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
planDeliveryProductstring拟投产品-万航
purposestring用途
producerIdinteger(int64)生产商ID
anatomicalGoodsboolean是否解剖件
assetboolean是否资产-爱达
multipleLengthboolean是否倍尺料-万航
planPriceTotalnumber(double)计划采购单价(基本计量单位)
reasonCodeIdinteger(int64)原因码ID
uomSysUom
goodsStockGoods
goodsBarcodeStockGoodsBarcode
otherGoodsBarcodeStockGoodsBarcode
stockFifoStockFifo
producerCrmProducer
reasonCodeResReasonCode
planDeliveryProductListStockGoods[]拟投产品对象集合
pqcAcceptanceStandardListPqcAcceptanceStandard[]采购标准集合
deliveryPlanListStockDeliveryPlan[]交付计划集合
goodsAppVOGoodsAppVO

com.leadwaycloud.stock.model.entity.stock.StockWarehouse

仓库

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
codestring编号
namestring名称
idChainstring完整的组织结构
systemboolean系统创建
parentIdinteger(int64)父级ID
imagesstring图片
typestring仓库类型
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
statusstring状态
financeCenterIdinteger(int64)成本中心ID
goodsTypestring仓库商品类型
goodsSubTypestring仓库商品子类型
manufactureTypestring质量类型(合格库/不合格库/待检库...)
inventoryMoveTypestring入库/回库类型-万航
calcCostboolean是否计算成本。科研,料头仓库为false,默认值为true。
externalCodestring外部编号
assetboolean是否资产-爱达
financeResponsibilityCenterFinanceResponsibilityCenter
parentTreeNamestring仓库树形结构name(用’-‘进行拼接)

com.leadwaycloud.stock.model.vo.goods.GoodsAppVO

商品APP-VO

名称类型必填说明示例
idinteger(int64)商品ID
namestring商品名称
codestring商品编号
pricenumber(double)价格
costnumber(double)成本
supplierIdinteger(int64)供应商ID
supplierNamestring供应商名称
supplierCodestring供应商编号
supplierPricenumber(double)供货价格
uomIdinteger(int64)基本单位ID
uomNamestring单位名称
giftboolean是否赠品
presaleboolean是否预售品
consignmentboolean是否代销品
countrystring国家
specstring规格
imagesstring图片
allowTransferboolean允许调拨
allowRefundboolean允许退货
allowPurchaseboolean允许直接采购
minStockQtynumber(double)最小库存数量
maxStockQtynumber(double)最大库存数量
safetyStockQtynumber(double)安全库存数量
rsDaysAveSaleinteger(int32)日均销售计算天数
rsKeepDaysinteger(int32)保有天数(默认1)
rsPromotionCoefficientnumber(double)促销系数(默认1)
categoryIdinteger(int64)分类ID
boxGaugenumber(double)箱规
typestring商品类型
barcodeSettlementboolean商品结算方式 false(商品结算,默认) true(条码结算)
fuelboolean油品

java.time.LocalTime

结束进港时间

名称类型必填说明示例
hourinteger(int32)
minuteinteger(int32)
secondinteger(int32)
nanointeger(int32)

com.leadwaycloud.stock.model.dto.attachment.ResAttachmentDTO$AddDTO

添加附件DTO

名称类型必填说明示例
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
fileIndexstring文件后缀
fileNamestring文件名称
originIdinteger(int64)源订单ID
originTypestring源订单类型
fileIdinteger(int64)文件ID
descriptionstring描述
originTypeSubstring源订单子类型

com.leadwaycloud.stock.model.dto.business.StockBusinessFollowDTO$UpdateDTO

编辑商机跟进记录DTO

名称类型必填说明示例
contentstring跟进内容
modelstring跟进方式(INTERVIEW:面谈;PHONE:电话;WECHAT:微信;QQ;MAIL:邮件;LETTER:函件;OTHER:其它)
nextFollowDatestring(date)下一次跟进时间
notestring备注
statusstring状态
childBusinessFollowListResAttachmentDTO$AddDTO[]子集商机跟进记录

com.leadwaycloud.stock.model.dto.business.StockBusinessOpportunityDTO$UpdateDTO

修改商机DTO

名称类型必填说明示例
namestring商机名称
planDatestring(date)计划日期
sourcestringsys_property表维护,商机来源(PHONE:电话销售;INITIATIVE:主动营销;MARKET_SURVEY:市场调研;CUSTOMER_INTRODUCE:客户介绍;FRIEND_INTRODUCE:朋友介绍;OTHER:其它)"MARKET_SURVEY"
amountUntaxednumber(double)不含税总计
amountTaxnumber(double)税额总计
amountTotalnumber(double)含税总计
currencyIdinteger(int64)币种ID
exchangeRatenumber(double)兑换本公司汇率
typestringsys_property表维护,商机类型(SALE:销售商机;PURCHASE:采购商机;OTHER:其它商机)"SALE"
gradestringsys_property表维护,商机等级(ORDINARY:普通商机;EMPHASIS:重点商机)"ORDINARY"
notestring备注
assistUsersstring协助人ID集合(JSON)
contractIdinteger(int64)合同ID,用于记录是对应哪个合同
structureTypestring产品类型sys_property表维护(OPPORTUNITY_PRODUCT_TYPE)
communicationTypestring沟通类型sys_property表维护(OPPORTUNITY_COMMUNICATION_TYPE)
relevantDepartmentIdinteger(int64)相关部门ID
extensionInfostring额外属性
statusstring状态
discountAmountnumber(double)折扣总额,只用于前端展示
partnerIdinteger(int64)CRM关系ID
updateBusinessLineDTOListStockBusinessOpportunityLineDTO[]商机明细
deleteBusinessLineIdListinteger(int64)[]要删除商机明细

com.leadwaycloud.stock.model.dto.business.StockBusinessOpportunityLineDTO

商机明细DTO

名称类型必填说明示例
idinteger(int64)商机明细ID
goodsIdinteger(int64)产品ID
goodsBarcodeIdinteger(int64)产品条码ID
qtynumber(double)数量
pricenumber(double)含税单价
priceTaxnumber(double)税单价
priceUntaxednumber(double)不含税单价
amountUntaxednumber(double)商机明细-不含税总额
amountTaxnumber(double)商机明细-税额总额
amountTotalnumber(double)商机明细-含税总额
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
notestring备注
contractLineIdinteger(int64)合同明细ID,用于记录对应合同明细

com.leadwaycloud.stock.model.dto.sale.aftersale.AftersaleWorkDTO$LineDTO

添加/编辑营销售后工单明细DTO

名称类型必填说明示例
idinteger(int64)ID
aftersaleWorkIdinteger(int64)工单ID
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
qtyinteger(int64)数量
originIdinteger(int64)源订单ID
originTypestring源订单类型
originLineIdinteger(int64)源订单明细ID
descriptionstring问题描述
treatmentTypestring处理方式:RETURN(退货),EXCHANGE(换货),RESHIP(补发),REPAIR(维修),COMPLAINT(投诉)
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID

com.leadwaycloud.stock.model.dto.sale.aftersale.AftersaleWorkDTO$UpdateDTO

编辑营销售后工单DTO

名称类型必填说明示例
namestring工单标题
prioritystring优先级:LOW(低),MEDIUM(中等),HIGH(高),URGENT(紧急),CRITICAL:(严重)
descriptionstring工单描述
sourcestring工单来源:PHONE(手机),EMAIL(邮件),WEB,APP,WECHAT
assigneeUserIdinteger(int64)处理人ID
dueDatestring(date)截止日期
aftersaleWorkLineListAftersaleWorkDTO$LineDTO[]添加/编辑售后工单明细
delAftersaleWorkLineIdListinteger(int64)[]删除明细集合

com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据

com.leadwaycloud.stock.model.dto.inventory.StockPurchaseRequirementDTO$LineDTO

采购需求明细DTO

名称类型必填说明示例
idinteger(int64)ID
planQtynumber(double)计划数量
actualQtynumber(double)实际数量
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
purchaseTypestring采购类型
notestring备注
otherGoodsBarcodeIdinteger(int64)other商品条码ID
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
deliveryPeriodinteger(int32)交货周期(天)
estimatedPriceTotalnumber(double)预估单价
periodTypestring周期类型,用于打印模版选择
expectedDatestring(date)到货日期
planDeliveryProductstring拟投产品-万航
purposestring用途

com.leadwaycloud.stock.model.dto.inventory.StockPurchaseRequirementDTO$UpdateDTO

编辑采购需求单DTO

名称类型必填说明示例
namestring名称
statusstring状态
externalCodestring外部编号
notestring备注
operatorIdinteger(int64)操作用户ID
applyDatestring(date)申请日期
lineListStockPurchaseRequirementDTO$LineDTO[]采购需求单明细集合
expectedTimestring(date-time)预计收货时间
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
tripLineIdinteger(int64)航线信息(Id)
warehouseIdinteger(int64)补货仓库ID
applyCompanyIdinteger(int64)采购需求单申请公司ID
relevantDepartmentIdinteger(int64)归口管理部门ID
applyDepartmentIdinteger(int64)申请部门ID
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
taxTypestring税金计算类型
expenseCategorystring费用支出类型-万航
delPurchaseRequirementLineIdListinteger(int64)[]删除明细集合

com.leadwaycloud.stock.model.dto.inventory.StockRtnDTO$TransferLineDTO

退货申请单调拨明细DTO

名称类型必填说明示例
idinteger(int64)ID
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)退货申请单所属门店ID
rtnCompanyIdinteger(int64)退货公司ID
rtnIdinteger(int64)退货申请单ID
rtnLineIdinteger(int64)退货申请单明细ID
notestring备注
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
rtnUomIdinteger(int64)退货计量单位ID
rtnUomConversionRatenumber(double)退货换算率
rtnPlanQtynumber(double)退货计划数量
rtnActualQtynumber(double)退货实际数量
trUomIdinteger(int64)调拨明细计量单位
trUomConversionRatenumber(double)调拨明细换算率
trQtynumber(double)调拨实际数量
inCompanyIdinteger(int64)调入门店ID
outCompanyIdinteger(int64)调出门店ID
otherGoodsBarcodeIdinteger(int64)other商品条码ID

com.leadwaycloud.stock.model.dto.inventory.StockRtnDTO$OrderLineDTO

退货申请单退货订单明细DTO

名称类型必填说明示例
idinteger(int64)ID
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)退货申请单所属门店ID
rtnCompanyIdinteger(int64)退货公司ID
rtnIdinteger(int64)退货申请单ID
rtnLineIdinteger(int64)退货申请单明细ID
notestring备注
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
rtnUomIdinteger(int64)退货明细计量单位
rtnUomConversionRatenumber(double)退货明细换算率
rtnPlanQtynumber(double)退货计划数量
rtnActualQtynumber(double)退货实际数量
poRtnUomIdinteger(int64)采购退货计量单位ID
poRtnUomConversionRatenumber(double)采购退货换算率
poRtnQtynumber(double)采购退货实际数量
poRtnCostnumber(double)采购退货成本
poRtnTaxIdinteger(int64)采购退货税ID
poRtnTaxValuesnumber(double)采购退货税值
supplierIdinteger(int64)供应商ID
otherGoodsBarcodeIdinteger(int64)other商品条码ID

com.leadwaycloud.stock.model.dto.inventory.StockRtnDTO$UpdateRtnTypeDTO

编辑退货类型DTO

名称类型必填说明示例
orderLineDTOListStockRtnDTO$OrderLineDTO[]退货申请单订单明细集合
transferLineDTOListStockRtnDTO$TransferLineDTO[]退货申请单调拨明细DTO
rtnIdListinteger(int64)[]退货申请单ID集合

com.leadwaycloud.stock.model.dto.inventory.StockRtnDTO$LineDTO

退货申请单明细DTO

名称类型必填说明示例
idinteger(int64)ID
rtnCompanyIdinteger(int64)退货公司ID
merchantIdinteger(int64)商户ID
planQtynumber(double)计划数量
actualQtynumber(double)实际数量
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
rtnTypestring退货申请类型
notestring备注
otherGoodsBarcodeIdinteger(int64)other商品条码ID

com.leadwaycloud.stock.model.dto.inventory.StockRtnDTO$UpdateDTO

编辑退货申请单DTO

名称类型必填说明示例
namestring名称
statusstring状态
externalCodestring外部编号
notestring备注
operatorIdinteger(int64)操作用户ID
applyDatestring(date)申请日期
lineDTOListStockRtnDTO$LineDTO[]退货申请单明细集合
expectedTimestring(date-time)预计退货时间
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
tripLineIdinteger(int64)航线Id
warehouseIdinteger(int64)仓库Id

com.leadwaycloud.stock.model.dto.inventory.StockPurchasePlanDTO$UpdateDTO

编辑采购计划DTO

名称类型必填说明示例
namestring名称
typestring采购类型
modelstring采购方式
reasonstring选择原因说明
inviteTypestring招标方式(使用sys_property维护,INVITED_TENDERING:邀请招标;INVITED_PUBLIC:公开招标)
evaluationTypestring评标方式(使用sys_property维护,LOWEST_TENDERING_PRICE:最低价投标法;SYNTHETIC_EVALUATION:综合评估法)
tenderingBaseboolean是否有标底
applyDepartmentIdinteger(int64)申请部门ID
demandDepartmentIdinteger(int64)需求部门ID
startPlanDatestring(date)计划开始时间
endPlanDatestring(date)计划开始时间
operatorIdinteger(int64)操作人ID
notestring备注
statusstring状态
planPurchaseTypestring采购计划类型(使用sys_property维护:PLAN_PURCHASE:计划性采购/UN_PLAN_PURCHASE:非计划性采购)
purchasePlanLineListStockPurchasePlanLineDTO[]采购计划明细
deletePurchasePlanLineIdListinteger(int64)[]要删除的计划明细ID集合
budgetTypestring预算类别(sys_property维护)
relevantDepartmentIdinteger(int64)归口管理部门ID
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
externalCodestring外部编号
deliveryCompanystring交付地点(公司ID集合)-爱达
taxTypestring税金计算类型
extensionInfostring额外属性
assistUserIdListinteger(int64)[]协作人ID集合
supplierIdListinteger(int64)[]供应商ID集合
delSupplierIdListinteger(int64)[]需删除的供应商ID集合

com.leadwaycloud.stock.model.dto.inventory.StockPurchasePlanInviteDTO

采购计划标段模型

名称类型必填说明示例
inviteStagestring标段
qtynumber(double)标段,数量
estimatedAmountTotalnumber(double)标段,预估总额
notestring标段,备注

com.leadwaycloud.stock.model.dto.inventory.StockPurchasePlanLineDTO

采购计划明细DTO

名称类型必填说明示例
idinteger(int64)采购计划明细ID
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
qtynumber(double)数量
deliveryPeriodinteger(int32)交货周期(天)
paymentMethodstring付款方式
executiveStandardstring执行标准
notestring备注
otherGoodsBarcodeIdinteger(int64)商品条码ID
expectedDatestring(date)到货日期
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
priceTotalnumber(double)含税单价
priceTaxnumber(double)税单价
priceUntaxednumber(double)不含税单价
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
lineNointeger(int32)行编号
estimatedPriceTotalnumber(double)预估单价
periodTypestring周期类型,用于打印模版选择
purchasePlanInviteDTOListStockPurchasePlanInviteDTO[]采购计划明细标段集合
planDeliveryProductstring拟投产品-万航
purposestring用途
assetboolean是否资产-爱达
shipownerSuppliedboolean是否船东供应品-爱达
multipleLengthboolean是否倍尺料-万航
acceptanceStandardIdListinteger(int64)[]采购标准ID集合(原材料类型商品使用)-万航

com.leadwaycloud.stock.model.dto.inventory.StockPurchasePlanDTO$CloseDTO

采购计划关闭DTO

名称类型必填说明示例
closeReasonstring采购计划关闭原因

com.leadwaycloud.stock.model.dto.inventory.StockPurchasePlanDTO$CancelDTO

采购计划取消DTO

名称类型必填说明示例
cancelReasonstring采购计划取消原因

com.leadwaycloud.stock.model.dto.inventory.SplitStockOrderDTO

订单拆分模型

名称类型必填说明示例
updateStockOrderDTOStockOrderDTO$UpdateDTO
addStockOrderDTOListStockOrderDTO$AddDTO[]拆分订单集合

com.leadwaycloud.stock.model.dto.inventory.order.StockOrderDTO$AddDTO

添加订单DTO

名称类型必填说明示例
originIdinteger(int64)源订单ID
statusstring状态
namestring名称
externalCodestring外部编号
currencyIdinteger(int64)货币
exchangeRatenumber(double)汇率
partnerIdinteger(int64)CRM关系ID
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
originTypestring源订单类型
operatorIdinteger(int64)操作用户ID
orderLineDTOListStockOrderLineDTO[]订单明细
assistUserIdListinteger(int64)[]协作人
billingPeriodinteger(int32)账期
urgentboolean是否紧急
expectedDatestring(date)预计收/退货时间
createCompanyIdinteger(int64)创建订单公司ID
targetCompanyIdinteger(int64)销售或采购公司ID
oilboolean是否油品订单
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
partnerInfostring订单存放代理商承运商json信息
tripLineIdinteger(int64)航线ID
agentIdinteger(int64)代理商ID
originAmountnumber(double)折扣前总额
discountAmountnumber(double)折扣总额
goodsTypestring采购商品类型(采购明细商品进行获取)
goodsSubTypestring采购商品子类型(采购明细商品进行获取)
originstring来源
versionstring版本
codeRuleTypestring编号规则类型
attachmentAddDTOStockAttachmentDTO$UpdateDTO
initializationboolean是否初始化数据
acceptanceDatestring(date)验收日期(服务验收单)-万航
completionDatestring(date)完工日期(服务验收单)-万航

com.leadwaycloud.stock.model.dto.goods.invite.StockGoodsInviteDTO$UpdateStatusDTO

招标作废DTO

名称类型必填说明示例
cancelReasonstring作废原因
startTimestring(date-time)招投标开始时间

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsInvite

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsInvite

com.leadwaycloud.stock.model.dto.goods.invite.StockGoodsInviteDTO$UpdateDTO

修改招标DTO

名称类型必填说明示例
expiredTimestring(date-time)投标截止时间
descriptionstring描述
inviteLineListStockGoodsInviteLineDTO[]明细
openRankboolean是否打开公布排名
openInviteboolean是否打开中标公示
contractPlanStartDatestring(date)计划合同开始日期
contractPlanEndDatestring(date)计划合同截止日期
statusstring状态
namestring名称
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
modelstring采购方式(根据不同的类型走向不同才流程和选择供应商以及模版打印等里面使用)
taxTypestring税金计算类型
extensionInfostring额外属性
inviteLineHistoryListStockGoodsInviteLineHistoryDTO[]历史报价集合
delInviteLineIdListinteger(int64)删除招标明细ID集合
addAttachmentStockAttachmentDTO$UpdateDTO

com.leadwaycloud.stock.model.dto.goods.invite.StockGoodsInviteLineDTO

招标明细DTO

名称类型必填说明示例
idinteger(int64)ID
partnerIdinteger(int64)CRM关系ID
goodsBarcodeIdinteger(int64)条码ID
goodsIdinteger(int64)商品ID
companyIdinteger(int64)公司ID(港口)
qtynumber(double)商品数量
supplyboolean是否参标
biddingboolean是否中标
remarksstring备注
currencyIdinteger(int64)币种id
exchangeRatenumber(double)供应商货币与商户货币兑换率
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
scorenumber(double)分值
contentstringJSON字符串
availableQtynumber(double)中标数量
deliveryPeriodinteger(int32)交货周期
amountTotalnumber(double)含税总额(priceTotal * qty * uomConversionRate)
amountTaxnumber(double)税总额(priceTax * qty * uomConversionRate)
amountUntaxednumber(double)不含税总额(priceUntaxed * qty * uomConversionRate)
priceTotalnumber(double)供应商报价含税金额(商户币种)
priceTaxnumber(double)供应商报价税金额(商户币种)
priceUntaxednumber(double)供应商报价不含税金额(商户币种)
originPriceTotalnumber(double)供应商原币报价含税金额(供应商币种)
originPriceTaxnumber(double)供应商原币报价税金额(供应商币种)
originPriceUntaxednumber(double)供应商原币报价不含稅金额(供应商币种)
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
lineNointeger(int32)行编号
inviteStagestring标段
periodTypestring周期类型,用于打印模版选择
expectedDatestring(date)到货日期
planDeliveryProductstring拟投产品-万航
purposestring用途
tradeTypestring贸易方式-爱达
producerIdinteger(int64)生产商ID
inviteStageAmountTotalnumber(double)标段中标总金额含税
inviteStageAmountTaxnumber(double)标段中标总税额
inviteStageAmountUntaxednumber(double)标段中标金额不含税
bidFailureboolean是否流标
assetboolean是否资产-爱达
shipownerSuppliedboolean是否船东供应品-爱达
multipleLengthboolean是否倍尺料-万航
acceptanceStandardIdListinteger(int64)[]采购标准ID集合(原材料类型商品使用)-万航
companyGroupIdinteger(int64)公司组ID(爱达用于区域招标逻辑)-爱达

com.leadwaycloud.stock.model.dto.goods.invite.StockGoodsInviteLineHistoryDTO

招标历史DTO

名称类型必填说明示例
idinteger(int64)ID
partnerIdinteger(int64)
goodsBarcodeIdinteger(int64)条码ID
goodsIdinteger(int64)商品ID
companyIdinteger(int64)公司ID(港口)1
qtynumber(double)商品数量
lastPricenumber(double)历史采购价
averagePricenumber(double)历史12个月平均采购价
supplyboolean是否参标
biddingboolean是否中标
remarksstring备注
currencyIdinteger(int64)币种id
exchangeRatenumber(double)供应商货币与商户货币兑换率
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
scorenumber(double)分值
versioninteger(int64)版本
contentstringJSON字符串
availableQtynumber(double)中标数量
amountTotalnumber(double)含税总额(priceTotal * qty * uomConversionRate)
amountTaxnumber(double)税总额(priceTax * qty * uomConversionRate)
amountUntaxednumber(double)不含税总额(priceUntaxed * qty * uomConversionRate)
priceTotalnumber(double)供应商报价含税金额(商户币种)
priceTaxnumber(double)供应商报价税金额(商户币种)
priceUntaxednumber(double)供应商报价不含税金额(商户币种)
originPriceTotalnumber(double)供应商原币报价含税金额(供应商币种)
originPriceTaxnumber(double)供应商原币报价税金额(供应商币种)
originPriceUntaxednumber(double)供应商原币报价不含稅金额(供应商币种)
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
lineNointeger(int32)行编号
inviteStagestring标段
deliveryPeriodinteger(int32)交货周期
periodTypestring周期类型,用于打印模版选择
expectedDatestring(date)到货日期
planDeliveryProductstring拟投产品-万航
purposestring用途
tradeTypestring贸易方式-爱达
producerIdinteger(int64)生产商ID
inviteStageAmountTotalnumber(double)标段中标总金额含税
inviteStageAmountTaxnumber(double)标段中标总税额
inviteStageAmountUntaxednumber(double)标段中标金额不含税
bidFailureboolean是否流标
assetboolean是否资产-爱达
shipownerSuppliedboolean是否船东供应品-爱达
multipleLengthboolean是否倍尺料-万航
acceptanceStandardIdListinteger(int64)[]采购标准ID集合(原材料类型商品使用)-万航

com.leadwaycloud.stock.model.dto.goods.invite.StockGoodsInviteDTO$GoodsInviteResetDTO

重置招投标VO

名称类型必填说明示例
expiredTimestring(date-time)投标截止时间
inviteIdinteger(int64)招标单ID1
startTimestring(date-time)开始招投标时间
quoteTypestring报价类型(QUOTE:报价 DICKER:议价)"QUOTE"
inviteLineIdListinteger(int64)[]招标明细ID集合

com.leadwaycloud.stock.model.dto.goods.GoodsSupplierDTO$UpdateDTO

编辑商品与供应商关系DTO

名称类型必填说明示例
idinteger(int64)主键ID
minPurchaseQtynumber(double)最低采购数量
statusstring状态
uomIdinteger(int64)计量单位
externalCodestring外部编号
extensionInfostring额外属性

com.leadwaycloud.stock.model.dto.goods.GoodsSupplierDTO$AddDTO

添加商品与供应商关系DTO

名称类型必填说明示例
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
supplierCompanyRelationIdinteger(int64)供应商公司关系ID
companyIdinteger(int64)公司ID
minPurchaseQtynumber(double)最低采购数量
statusstring状态
uomIdinteger(int64)计量单位
externalCodestring外部编号
extensionInfostring额外属性

com.leadwaycloud.stock.model.dto.contract.PurchaseContractClauseTemplateDTO$ContractClauseTemplateLineDTO

采购合同模版详情

名称类型必填说明示例
idinteger(int64)ID
contentstring采购合同模版明细类容
viewUserIdListinteger(int64)[]可查看用户ID集合
viewRoleIdListinteger(int64)[]可查看权限ID集合
activeboolean是否可用
lineNointeger(int32)行编号

com.leadwaycloud.stock.model.dto.contract.PurchaseContractClauseTemplateDTO$UpdateDTO

更新采购合同模版

名称类型必填说明示例
namestring模版名称
activeboolean是否可用
contractClauseTemplateLineDTOListPurchaseContractClauseTemplateDTO$ContractClauseTemplateLineDTO[]采购合同模版详情明细

com.leadwaycloud.stock.model.bo.purchase.PurchaseContractChangeValueBO

采购合同变更内容BO

名称类型必填说明示例
stockContractLineDTOPurchaseContractLineDTO
stockContractClauseDTOStockContractClauseDTO
stockContractUpdateDTOPurchaseContractDTO$UpdateDTO

com.leadwaycloud.stock.model.dto.contract.PurchaseContractChangeDTO$AddLineDTO

采购合同变更明细信息

名称类型必填说明示例
idinteger(int64)ID
typestring变更类型
oldValuePurchaseContractChangeValueBO
newValuePurchaseContractChangeValueBO
operationstring操作类型

com.leadwaycloud.stock.model.dto.contract.PurchaseContractChangeDTO$UpdateDTO

更新采购合同变更信息

名称类型必填说明示例
idinteger(int64)ID
contractIdinteger(int64)采购合同ID
statusstring状态
versionstring版本
notestring备注
purchaseContractChangeLineListPurchaseContractChangeDTO$AddLineDTO[]变更明细
deleteChangeLineIdListinteger(int64)[]要删除的变更明细

com.leadwaycloud.stock.model.dto.contract.PurchaseContractDTO$UpdateDTO

编辑合同DTO

名称类型必填说明示例
namestring合同名称
codestring合同编号
statusstring合同状态"DRAFT"
externalCodestring外部编号
exchangeRatenumber(double)汇率
partnerIdinteger(int64)客户关系对象
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
executedAmountTotalnumber(double)期初已执行金额(含税)
executedAmountUntaxednumber(double)期初已执行金额(不含税)
executedAmountTaxnumber(double)期初已执行税总额
notestring备注
startDatestring(date)开始时间
endDatestring(date)结束时间
operatorIdinteger(int64)操作用户ID
currencyIdinteger(int64)货币ID
originIdinteger(int64)源订单ID
originTypestring源订单类型
checkEffectiveAmountboolean是否检查有效金额
contractEffectiveTypestring合同有效类型
historyboolean是否是历史合同
decalsContractboolean是否开口合同,用于采购单金额验证(标准类型商品)-万航
excessRationumber(double)超出额度比例,用于采购单金额验证(原材料类型商品)-万航
extensionInfostring额外属性
assistUserIdListinteger(int64)[]协作人
purchaseContractLineListPurchaseContractLineDTO[]合同明细
delPurchaseContractLineIdListinteger(int64)[]删除合同明细集合
purchaseContractClauseListStockContractClauseDTO[]合同条款明细
delPurchaseContractClauseIdListinteger(int64)[]删除合同条款明细集合

com.leadwaycloud.stock.model.dto.contract.PurchaseContractLineDTO

采购合同明细DTO

名称类型必填说明示例
idinteger(int64)合同明细ID
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
priceTotalnumber(double)含税单价
priceTaxnumber(double)税单价
priceUntaxednumber(double)不含税单价
originPriceTotalnumber(double)原币含税单价
originPriceTaxnumber(double)原币税单价
originPriceUntaxednumber(double)原币不含税单价
executedAmountTotalnumber(double)期初已执行金额(含税)
executedAmountUntaxednumber(double)期初已执行金额(不含税)
executedAmountTaxnumber(double)期初已执行税总额
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
qtynumber(double)数量
notestring备注
lineNointeger(int32)行编号
companyIdinteger(int64)公司ID
otherGoodsBarcodeIdinteger(int64)other商品条码ID
deliveryPeriodinteger(int32)交货周期
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
periodTypestring周期类型,用于打印模版选择
expectedDatestring(date)到货日期
planDeliveryProductstring拟投产品-万航
purposestring用途
tradeTypestring贸易方式-爱达
producerIdinteger(int64)生产商ID
assetboolean是否资产-爱达
shipownerSuppliedboolean是否船东供应品-爱达
multipleLengthboolean是否倍尺料-万航
originLineIdinteger(int64)源订单明细行ID
acceptanceStandardIdListinteger(int64)[]采购标准ID集合(原材料类型商品使用)-万航

com.leadwaycloud.stock.model.dto.inventory.StockPurchaseApplyDTO$UpdateAssociateTransferOrPurchaseDTO

转换调拨/采购单状态DTO

名称类型必填说明示例
associatePurchaseboolean是否关联采购单
associateTransferboolean是否关联调拨单

com.leadwaycloud.stock.model.dto.inventory.StockPurchaseApplyDTO$LineDTO

采购申请单明细DTO

名称类型必填说明示例
idinteger(int64)ID
planQtynumber(double)计划数量
actualQtynumber(double)实际数量
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
purchaseTypestring采购类型
notestring备注
otherGoodsBarcodeIdinteger(int64)other商品条码ID
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
deliveryPeriodinteger(int32)交货周期(天)
estimatedPriceTotalnumber(double)预估单价
periodTypestring周期类型,用于打印模版选择
expectedDatestring(date)到货日期
planDeliveryProductstring拟投产品-万航
purposestring用途
multipleLengthboolean是否倍尺料-万航
acceptanceStandardIdListinteger(int64)[]采购标准ID集合(原材料类型商品使用)-万航

com.leadwaycloud.stock.model.dto.inventory.StockPurchaseApplyDTO$UpdateDTO

编辑采购申请单DTO

名称类型必填说明示例
namestring名称
statusstring状态
externalCodestring外部编号
notestring备注
operatorIdinteger(int64)操作用户ID
applyDatestring(date)申请日期
lineListStockPurchaseApplyDTO$LineDTO[]采购申请单明细集合
expectedTimestring(date-time)预计收货时间
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
tripLineIdinteger(int64)航线信息(Id)
warehouseIdinteger(int64)补货仓库ID
applyCompanyIdinteger(int64)采购申请单申请公司ID
delPurchaseApplyLineIdListinteger(int64)[]删除明细集合
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
taxTypestring税金计算类型

com.leadwaycloud.stock.model.dto.goods.StockGoodsUomDTO

商品计量单位DTO

名称类型必填说明示例
idinteger(int64)主键ID
goodsIdinteger(int64)商品ID
merchantIdinteger(int64)商户号ID
uomIdinteger(int64)商品计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率

com.leadwaycloud.stock.model.dto.goods.GoodsSpecificationGroupDTO$UpdateDTO

编辑商品规格组DTO

名称类型必填说明示例
namestring名称

com.leadwaycloud.stock.model.dto.goods.GoodsSpecificationDTO$UpdateDTO

编辑商品规格参数DTO

名称类型必填说明示例
namestring名称
typestring规格类型<SKU||描述展示>(com.leadwaycloud.common.enums.databaseEnum.StockGoodsSpecificationTypeEnum)"SKU||DESCRIBE"
parentIdinteger(int64)父级ID
sequenceinteger(int32)排序
dataTypestring数据类型(INTEGER,LONG,BOOLEAN,STRING,DOUBLE)
codestring编号
fieldLengthinteger(int32)字段长度
requiredboolean是否必填
fieldDecimalinteger(int32)小数位数

com.leadwaycloud.stock.model.dto.goods.GoodsPriceGroupDTO$UpdateDTO

编辑价目表组DTO

名称类型必填说明示例
namestring名称
startTimestring(date-time)开始时间
endTimestring(date-time)结束时间
statusstring状态
notestring备注
partnerIdinteger(int64)CRM关系ID

com.leadwaycloud.stock.model.dto.goods.UpdateGoodsBomPackingDTO

编辑大小包装DTO

名称类型必填说明示例
merchantIdinteger(int64)商户
largeGoodsIdinteger(int64)大包装商品ID
qtynumber(double)大包装商品转换小包装商品数量
smallGoodsIdinteger(int64)小包装商品ID

com.leadwaycloud.stock.model.dto.goods.GoodsCategoryDTO$UpdateDTO

编辑商品类型DTO

名称类型必填说明示例
namestring名称
codestring编号
statusstring状态(com.leadwaycloud.common.enums.databaseEnum.EntityStatusEnum)"ACTIVE"
imagesstring图片
parentIdinteger(int64)父级ID
externalCodestring外部编号
saleTaxIdinteger(int64)销售税ID
purchaseTaxIdinteger(int64)采购税ID
accountingTitleIdinteger(int64)库存科目ID
costAccountingTitleIdinteger(int64)成本科目ID
descriptionstring描述
boutiqueboolean是否为精品分类
specificationGroupIdinteger(int64)商品规格组ID
extensionInfostring额外属性

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsCategory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsCategory

com.leadwaycloud.stock.model.dto.goods.GoodsBrandDTO$UpdateDTO

编辑商品品牌DTO

名称类型必填说明示例
codestring编号
namestring名称
statusstring状态(com.leadwaycloud.common.enums.databaseEnum.EntityStatusEnum)"ACTIVE"
imagesstring图片
descriptionstring描述
cooperativeboolean是否合作品牌

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsBrand

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsBrand

com.leadwaycloud.stock.model.dto.goods.GoodsBomDTO$UpdateDTO

编辑商品BOMDTO

名称类型必填说明示例
namestring名称
goodsIdinteger(int64)商品
goodsBarcodeIdinteger(int64)条码
typestringBOM类型
effectiveDatestring(date)生效日期
statusstring状态
remarkstring备注
goodsBomLineListStockGoodsBomLineDTO[]商品BOM明细集合
delGoodsBomLineListinteger(int64)[]删除明细集合

com.leadwaycloud.stock.model.dto.goods.StockGoodsBomLineDTO

商品BOM明细模型

名称类型必填说明示例
idinteger(int64)主键ID
qtynumber(double)数量
goodsIdinteger(int64)商品660036246622982
goodsBarcodeIdinteger(int64)条码660036246622984
versionstring商品BOM版本
lineNointeger(int32)行号
lossRatenumber损耗率
versionBomIdinteger(int64)明细行版本BOMId
remarkstring备注

com.leadwaycloud.stock.model.dto.goods.GoodsSpecificationParamDTO

商品规格值DTO

名称类型必填说明示例
idinteger(int64)主键ID
specificationGroupIdinteger(int64)规格组ID
specificationIdinteger(int64)规格参数ID
valstring规格值
searchValstring搜索值

com.leadwaycloud.stock.model.dto.goods.UpdateGoodsSpecificationParamDTO

编辑商品规格值集合

名称类型必填说明示例
updateGoodsSpecificationParamListGoodsSpecificationParamDTO[]编辑商品规格集合
delGoodsSpecificationParamListinteger(int64)[]删除商品规格集合

com.leadwaycloud.stock.model.dto.goods.GoodsPropertyDTO$UpdateDTO

编辑公司商品属性DTO

名称类型必填说明示例
idinteger(int64)主键ID
goodsIdinteger(int64)商品ID
companyIdinteger(int64)公司ID
allowDiscountboolean允许折扣
allowManualPriceboolean允许手工变价,POS手工变价(需要手工输入价格)
changePriceboolean允许变价单变价(允许手工变价)
allowSaleboolean允许销售
allowPurchaseboolean允许采购
allowRefundboolean允许退货
negativeDiscountboolean允许负毛利折扣
allowMarkdownboolean允许报损
orderedLocallyboolean允许直接采购
rsKeepDaysinteger(int32)保有天数(默认1) 补货中需要计算
rsDaysAveSaleinteger(int32)日均销售(默认1) 补货中需要计算
rsPromotionCoefficientnumber(double)促销系数(默认1) 补货中需要计算
bomTypestring商品BOM生产类型,先销后制 或者 先制后销(默认)
thirdPartyDeliveryboolean允许第三方直送
batchManagedboolean是否启用批次管理
costingMethodstring成本算法
outboundPrioritystring出库优先策略
minStockQtynumber(double)最小库存数量
maxStockQtynumber(double)最大库存数量
safetyStockQtynumber(double)安全库存数量

com.leadwaycloud.stock.model.dto.goods.GoodsDTO$UpdateDTO

编辑商品DTO

名称类型必填说明示例
namestring名称
codestring货号
virtualboolean虚拟商品
imagesstring图片
descriptionstring描述
categoryIdinteger(int64)分类
otherNamestring商品别名
brandIdinteger(int64)品牌Id
uomIdinteger(int64)计量单位ID
placestring产地
gradestring等级
externalCodestring外部货号
weightboolean称重商品
fuelboolean油品
makeboolean自制品
carwashboolean成品
typestring商品生产类型
specstring规格
typeSubstring商品子类型
hsCodestring海关编码 -爱达
giftboolean是否是赠品
shelfLifeinteger(int32)保质期
shelfLifeUtilstring保质期周期单位(HOUR-小时、DAY-天、WEEK-周、MONTH-月、 YEAR-年)
goodsEnergyStockGoodsEnergyDTO
updateMaterialPropertyDTOGoodsManufactureDTO
purposeTagDTOResTagDTO$AssociatedTagDTO
attachmentUpdateDTOStockAttachmentDTO$UpdateDTO

com.leadwaycloud.stock.model.dto.goods.GoodsManufactureDTO

商品-制造业拓展属性DTO

名称类型必填说明示例
idinteger(int64)id
typestring产品类别
structureTypestring产品结构类别
drawingCodestring图号"1"
texturestring材质
blankStandardstring原材料技术标准编号
productTypestring锻件类别(Ⅰ类件、Ⅱ类件、Ⅲ类件)
densitystring密度
applicationAreastring应用领域(使用中)
applicationAreaCategorystring应用领域分类(使用中)
stageStatusstring阶段状态(使用中)
machineStatusstring机加状态(使用中)
acceptanceStandardIdListinteger(int64)[]验收标准ID集合
standardPartsboolean是否标准件(其它物料使用-使用中)
lengthnumber(double)标准长度
widenumber(double)标准宽度
heightnumber(double)标准高度
diameternumber(double)标准直径
weightnumber(double)标准重量
deliveryLengthnumber(double)投料长度
deliveryWidenumber(double)投料宽度
deliveryHeightnumber(double)投料高度
deliveryDiameternumber(double)投料直径
deliveryWeightnumber(double)投料重量
materialTypestring原材料形状
drawingVersionstring用户图纸版次
deliveryStatestring交货状态
partWeightnumber(double)零件重量

com.leadwaycloud.stock.model.dto.goods.StockGoodsEnergyDTO

商品-能源拓展属性DTO

名称类型必填说明示例
idinteger(int64)主键ID
typestring能源商品类型
densitynumber(double)标准密度

com.leadwaycloud.stock.model.dto.res.ResTagDTO$AssociatedTagDTO

关联标签模型

名称类型必填说明示例
tagIdListinteger(int64)[]标签ID
associateTypestring关联类型
associateIdinteger(int64)关联ID1
disassociateTagIdListinteger(int64)[]取消关联标签ID

com.leadwaycloud.stock.model.dto.goods.GoodsBarcodeSpecificationParamDTO

商品条码规格值DTO

名称类型必填说明示例
idinteger(int64)主键
specificationGroupIdinteger(int64)规格组ID
specificationIdinteger(int64)规格参数ID
valstring规格值
searchValstring搜索值
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
merchantIdinteger(int64)商户号ID

com.leadwaycloud.stock.model.dto.goods.UpdateGoodsBarcodeSpecificationParamDTO

编辑商品条码规格值集合

名称类型必填说明示例
goodsBarcodeSpecificationParamListGoodsBarcodeSpecificationParamDTO[]编辑商品条码规格值集合
delGoodsBarcodeSpecificationParamListinteger(int64)[]删除商品条码规格值集合

com.leadwaycloud.stock.model.dto.goods.GoodsBarcodePropertyDTO$UpdateDTO

编辑商品条码属性DTO

名称类型必填说明示例
idinteger(int64)公司商品条码ID
goodsBarcodeIdinteger(int64)商品条码ID
companyIdinteger(int64)公司ID
tagsstring标签
costnumber(double)成本价格,不含税
pricenumber(double)零售价,含税
saleTaxIdinteger(int64)销售税Id
purchaseTaxIdinteger(int64)采购税Id
statusstring状态
purchaseGuidePricenumber(double)采购指导价(企业为采购行为设定的内部参考价格,用于指导采购决策和预算控制)
saleGuidePricenumber(double)市场指导价(由市场行情、竞争分析或行业惯例给出的建议销售价格)
salePricenumber(double)销售底价(销售时允许的最低价格,通常用于保护利润或遵守价格协议)

com.leadwaycloud.stock.model.dto.goods.GoodsBarcodeDTO$UpdateDTO

编辑商品条码DTO

名称类型必填说明示例
barcodestring条码
typestring条码类型"EN13"
imagesstring图片
specstring条码规格
descriptionstring描述
otherBarcodestring额外条码

com.leadwaycloud.stock.model.dto.inventory.StockDistributionDTO$AddDTO

添加配送单DTO

名称类型必填说明示例
pickingTypestring配送单类型
namestring名称
statusstring状态
originIdinteger(int64)源订单ID
originTypestring源订单类型
externalCodestring外部编号
currencyIdinteger(int64)货币符号
exchangeRatenumber(double)汇率
operatorIdinteger(int64)操作用户
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
deliveryTimestring(date-time)配送时间
partnerWarehouseIdinteger(int64)提货库ID
deliveryNumberstring提货单号
carrierPropertyDTOStockOrderCarrierPropertyDTO
distributionLineDTOListStockDistributionLineDTO[]配送单明细
createCompanyIdinteger(int64)创建配送单公司ID
targetPartnerIdinteger(int64)收货门店或者客户PartnerID
sourcePartnerIdinteger(int64)供应商或者配送门店PartnerID
oilboolean是否油品配送单
tripLineIdinteger(int64)航线ID

com.leadwaycloud.stock.model.dto.supplier.platform.SupplierPlatformDTO$QuotedPriceDTO

招标报价DTO

名称类型必填说明示例
deviceInfostring操作加密信息(操作电脑IP,电脑MAC地址,浏览器User-Agent信息)
apiKeystring秘钥
exchangeRatenumber(double)货币兑换率
quotedPriceLineListnumber(double)供应商报价明细

com.leadwaycloud.core.model.RJava.lang.Boolean

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
databoolean返回数据

com.leadwaycloud.stock.feign.workflow.bo.CallbackBO

workflow-回调参数

名称类型必填说明示例
statusstring业务状态
submitUserIdstring提交人ID
businessKeystring流程KEY(老业务KEY)
businessIdstring业务ID
taskIdstring节点ID
bodystring业务数据(老业务数据)
businessDatastring业务数据(新业务数据)
businessTypeKeystring流程KEY(新业务KEY)
functionstring自定义函数(可用来做节点处理分支走向:如处理修改/新增,或级联取消订单等)
keystring

com.leadwaycloud.core.model.R

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据

com.leadwaycloud.stock.model.dto.inventory.StockWarehouseDTO$QueryDTO

查询仓库库位DTO

名称类型必填说明示例
companyIdinteger(int64)1
codestring编号
namestring名称
idChainstring完整的组织结构
typestring类型
statusListstring状态"ACTIVE"
departmentIdListinteger(int64)[]部门id集合
goodsTypestring仓库商品类型
goodsSubTypestring仓库商品子类型
manufactureTypestring仓库类型(合格库/不合格库/待检库...)
inventoryMoveTypestring入库/回库类型-万航
calcCostboolean是否计算成本。科研,料头仓库为false,默认值为true。
assetboolean是否资产-爱达
joinQueryHrDepartmentboolean

com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockWarehouseDTO$QueryDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockWarehouseDTO$QueryDTO
fileNamestring导出文件名

com.leadwaycloud.stock.plug.poi.model.dto.ReportColumnDTO

选择导出列模型

名称类型必填说明示例
keystring导出列名称
namestring导出列展示名称
widthnumber(double)列宽
heightnumber(double)列高
typeinteger(int32)导出类型 1 是文本 2 是图片,3 是函数,10 是数字 默认是文本
exportImageTypeinteger(int32)图片的类型,1是文件,2是数据库
columnListReportColumnDTO[]子集

com.leadwaycloud.stock.model.dto.inventory.StockWarehouseDTO$AddDTO

添加仓库库位DTO

名称类型必填说明示例
codestring编号
namestring名称
parentIdinteger(int64)父级ID
imagesstring图片
typestring仓库类型
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
financeCenterIdinteger(int64)成本中心ID
goodsTypestring仓库商品类型
goodsSubTypestring仓库商品子类型
manufactureTypestring仓库类型(合格库/不合格库/待检库...)
inventoryMoveTypestring入库/回库类型-万航
calcCostboolean是否计算成本。科研,料头仓库为false,默认值为true。
externalCodestring外部编号
assetboolean是否资产-爱达

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.move.UseDeliveryLineFormatVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataUseDeliveryLineFormatVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.move.UseDeliveryLineFormatVO

领用出库明细格式化导入VO

名称类型必填说明示例
qtynumber(double)数量
priceTotalnumber(double)含税单价
warehouseQtynumber(double)仓库当前库存
latestMwamCostnumber(double)最新移动加权平均成本
goodsUseDeliveryLineFormatVO$GoodsVO
goodsBarcodeUseDeliveryLineFormatVO$GoodsBarcodeVO

com.leadwaycloud.stock.model.vo.stock.move.UseDeliveryLineFormatVO$GoodsBarcodeVO

商品条码VO

名称类型必填说明示例
idstring商品条码
barcodestring商品条码

com.leadwaycloud.stock.model.vo.stock.move.UseDeliveryLineFormatVO$GoodsVO

商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名
uomUomVO

com.leadwaycloud.stock.model.vo.sys.UomVO

计量单位VO

名称类型必填说明示例
idinteger(int64)计量单位code
codestring计量单位code
namestring计量单位名称
rationumber(double)换算率

com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$QueryDTO

查询出入库单DTO

名称类型必填说明示例
namestring名称
codestring编号
companyIdListinteger(int64)[]公司ID
operatorIdinteger(int64)操作用户
originIdinteger(int64)源订单ID
originTypestring源订单类型
associateRtnboolean是否关联退货申请单
departmentIdinteger(int64)部门ID
originTypeListstring[]源订单类型
statusListstring[]状态
warehouseIdinteger(int64)仓库
targetWarehouseIdinteger(int64)目标仓库id
purchaseCodestring采购单编号
tripLineIdinteger(int64)航线ID
startDoneTimestring(date-time)开始完成时间
endDoneTimestring(date-time)结束完成时间
partnerIdinteger(int64)客户关系Id
goodsTypestring出/入库商品类型(明细商品进行获取)
goodsIdinteger(int64)商品ID
contractIdinteger(int64)合同Id
createUserIdinteger(int64)创建用户ID
startPlanDatestring(date)开始计划日期
endPlanDatestring(date)结束计划日期
associateOriginboolean出入库单是否关联原订单
stockMoveTypeEnumstring出入库单源头单据类型
deliveryCodestring出库单编号
supplierIdinteger(int64)供应商ID
producePlanCodestring生产计划编号
produceBatchCodestring生产批次编号
furnacestring母炉号
subFurnacestring子炉号
sectionNostring节号
texturestring材质
goodsSubTypestring出/入库商品子类型(明细商品进行获取)
balanceboolean是否记账
materialDeliveryBatchCodestring投料计划生产批次号
initializationboolean是否初始化数据
startCreateTimestring(date-time)创建时间(开始)
endCreateTimestring(date-time)创建时间(截止)
queryLineboolean是否查询明细行(默认查询 不查询传递true)
queryContractboolean是否查询合同信息
queryAmountTotalboolean是否查询单据总金额 -爱达
joinQueryStockOrderboolean
joinQueryStockOrderLineboolean
joinQueryStockFifoboolean
joinQueryStockMoveLineboolean
joinQueryStockGoodsManufactureboolean

com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$QueryDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockMoveDTO$QueryDTO
fileNamestring导出文件名

com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$BatchBalanceDTO

批量记账DTO

名称类型必填说明示例
moveIdListinteger(int64)[]库单ID集合
balanceDatestring(date)记账日期

com.leadwaycloud.stock.model.dto.inventory.StockMoveDTO$AddDTO

添加出入库单DTO

名称类型必填说明示例
namestring名称
originIdinteger(int64)上一级订单
originTypestring源订单类型
planDatestring(date)计划日期
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
notestring备注
partnerIdinteger(int64)CRM关系ID
operatorIdinteger(int64)操作用户
statusstring状态
businessDatestring(date)业务时间
moveLineDTOListStockMoveLineDTO[]出/入库单明细
departmentIdinteger(int64)部门ID
tripLineIdinteger(int64)航线id
goodsTypestring出/入库商品类型(明细商品进行获取)
goodsSubTypestring出/入库商品子类型(明细商品进行获取
codeRuleTypestring编号规则类型
initializationboolean是否初始化数据
manufactureReceiveDatestring(date)期初入库日期-万航
startWorkflowDTOStartWorkflowDTO
originstring来源

com.leadwaycloud.core.model.RJava.util.ListJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)[]返回数据

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.transfer.TransferInternalLineFormatVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataTransferInternalLineFormatVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.transfer.TransferInternalLineFormatVO

库间调拨明细格式化导入VO

名称类型必填说明示例
qtynumber(double)数量
priceTotalnumber(double)含税单价
warehouseQtynumber(double)仓库当前库存
latestMwamCostnumber(double)最新移动加权平均成本
goodsTransferInternalLineFormatVO$GoodsVO
goodsBarcodeTransferInternalLineFormatVO$GoodsBarcodeVO

com.leadwaycloud.stock.model.vo.stock.transfer.TransferInternalLineFormatVO$GoodsBarcodeVO

商品条码VO

名称类型必填说明示例
idinteger(int64)商品条码
barcodestring商品条码

com.leadwaycloud.stock.model.vo.stock.transfer.TransferInternalLineFormatVO$GoodsVO

商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
otherNamestring商品别名
codestring货号
uomUomVO

com.leadwaycloud.stock.model.dto.inventory.transfer.InternalTransferDTO$QueryDTO

查询库间调拨DTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID
companyIdinteger(int64)归属公司ID
createCompanyIdinteger(int64)创建公司ID
codestring编号
statusListstring状态
namestring名称
operatorIdinteger(int64)操作用户
originIdinteger(int64)源订单ID
tripLineIdinteger(int64)航线ID
createUserIdinteger(int64)操作用户
queryLineboolean是否查询明细行(默认查询 不查询传递true)
goodsTypestring出/入库商品类型(明细商品进行获取)
goodsSubTypestring出/入库商品子类型(明细商品进行获取)
texturestring锻件材质
producePlanCodestring生产计划编号
produceBatchCodestring生产批次编号
furnacestring母炉号
subFurnacestring子炉号
sectionNostring节号
joinQueryStockTransferLineboolean
joinQueryStockFifoboolean
joinQueryStockGoodsManufactureboolean

com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.transfer.InternalTransferDTO$QueryDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOInternalTransferDTO$QueryDTO
fileNamestring导出文件名

com.leadwaycloud.stock.model.dto.inventory.transfer.InternalTransferDTO$AddDTO

添加库间调拨DTO

名称类型必填说明示例
namestring名称
planDatestring(date)计划日期
notestring备注
companyIdinteger(int64)归属公司ID
createCompanyIdinteger(int64)创建公司ID
originIdinteger(int64)源订单ID
originTypestring源订单类型
merchantIdinteger(int64)商户号ID
operatorIdinteger(int64)操作用户
transferLineDTOListInternalTransferDTO$TransferLineDTO[]调拨单明细
statusstring调拨单状态
tripLineIdinteger(int64)航线id
goodsTypestring出/入库商品类型(明细商品进行获取)
goodsSubTypestring出/入库商品子类型(明细商品进行获取)
originstring来源

com.leadwaycloud.stock.model.dto.inventory.StockTransferDTO$QueryDTO

查询调拨单DTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID
companyIdinteger(int64)归属公司ID
createCompanyIdinteger(int64)创建公司ID
inCompanyIdListinteger(int64)[]调入公司ID
outCompanyIdListinteger(int64)[]调出公司ID
codestring编号
statusListstring[]状态
namestring名称
operatorIdinteger(int64)操作用户
originIdinteger(int64)源订单ID
oilboolean是否油品调拨单
tripLineIdinteger(int64)航线ID
queryLineboolean是否查询明细行(默认查询 不查询传递true)
goodsTypestring出/入库商品类型(明细商品进行获取)
goodsSubTypestring出/入库商品子类型(明细商品进行获取)

com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockTransferDTO$QueryDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockTransferDTO$QueryDTO
fileNamestring导出文件名

com.leadwaycloud.stock.model.dto.inventory.StockTransferDTO$AddDTO

添加调拨单DTO

名称类型必填说明示例
namestring名称
planDatestring(date)计划日期
notestring备注
companyIdinteger(int64)归属公司ID
createCompanyIdinteger(int64)创建公司ID
inCompanyIdinteger(int64)调入公司ID(跨店调拨单传值)
outCompanyIdinteger(int64)调出公司ID(跨店调拨单传值)
originIdinteger(int64)源订单ID
originTypestring源订单类型
merchantIdinteger(int64)商户号ID
operatorIdinteger(int64)操作用户
transferLineDTOListStockTransferLineDTO[]调拨单明细
oilboolean是否油品调拨单
statusstring调拨单状态
tripLineIdinteger(int64)航线id
goodsTypestring出/入库商品类型(明细商品进行获取)
goodsSubTypestring出/入库商品子类型(明细商品进行获取)
originstring来源

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockTransfer

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockTransfer[]返回数据

com.leadwaycloud.stock.model.entity.finance.FinanceInvoiceSettlement

发票结算

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
codestring单号
voucherCodestring凭证号
settlementDatestring(date)结算日期
invoiceIdinteger(int64)发票ID
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
goodsTypestring商品类型
goodsSubTypestring商品子类型
pickingTypestring发票结算单据类型
statusstring状态
notestring备注
batchCodestring批次号

com.leadwaycloud.stock.model.entity.stock.StockTransfer

调拨单

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
pickingTypestring调拨类型
codestring编号
namestring名称
statusstring状态
planDatestring(date)计划日期
doneTimestring(date-time)调拨单完成时间
notestring备注
companyIdinteger(int64)调拨单所属公司ID
createCompanyIdinteger(int64)创建调拨单公司ID
inCompanyIdinteger(int64)跨店调拨调入公司ID,影响最终入库公司。
outCompanyIdinteger(int64)跨店调拨调出门店ID,影响最终出库公司。
merchantIdinteger(int64)商户号ID
originIdinteger(int64)源订单ID
originTypestring源订单类型
operatorUserIdinteger(int64)操作用户ID
oilboolean是否油品调拨单
tripLineIdinteger(int64)航线id
goodsTypestring商品类型
goodsSubTypestring商品子类型
originstring来源
balanceboolean是否记账
balanceDatestring(date)记账日期
balanceUserIdinteger(int64)记账人
operatorUserResUser
inCompanyResCompany
outCompanyResCompany
tripLineResTripLine
createUserResUser
transferLineListStockTransferLine[]调拨单明细
invoiceSettlementListFinanceInvoiceSettlement[]发票结算信息集合
processStatusstring处理状态
deliverMoveIdinteger(int64)出库单ID
receiveMoveIdinteger(int64)入库单ID
balanceUserResUser

com.leadwaycloud.stock.model.entity.stock.StockTransferLine

调拨单明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
qtynumber(double)调拨数量
companyIdinteger(int64)调拨单所属公司ID
merchantIdinteger(int64)商户号ID
notestring备注
lineNointeger(int32)行号
transferIdinteger(int64)调拨单Id
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
targetWarehouseIdinteger(int64)调入仓库ID
originWarehouseIdinteger(int64)调出仓库ID
costnumber(double)库存变动完成前的成本
stockFifoIdinteger(int64)指定成本关联stock_fifo表ID
otherGoodsBarcodeIdinteger(int64)other商品条码ID
stockFifoBusinessIdstringFIFO库存业务唯一ID,库存变动的时候需要生成
originLineIdinteger(int64)源订单明细行ID
materialTypestring原材料形状
lengthnumber(double)
widenumber(double)
heightnumber(double)
diameternumber(double)直径
weightnumber(double)重量
orderPriceUntaxednumber(double)订单不含税单价
uomSysUom
targetWarehouseStockWarehouse
originWarehouseStockWarehouse
goodsStockGoods
goodsBarcodeStockGoodsBarcode
stockFifoStockFifo
otherGoodsBarcodeStockGoodsBarcode
pqcAcceptanceStandardListPqcAcceptanceStandard[]采购标准集合
qualifiedAcceptanceStandardListPqcAcceptanceStandard[]复验合格的采购标准集合
latestMwamCostnumber(double)最新移动加权平均成本
goodsAppVOGoodsAppVO

com.leadwaycloud.stock.model.dto.inventory.StockPartnerWarehouseDTO$AddDTO

添加CRM仓库DTO

名称类型必填说明示例
codestring货号
externalCodestring外部编号
namestring名称
imagesstring图片
merchantIdinteger(int64)商户ID
contactResContactDTO

com.leadwaycloud.stock.model.dto.inventory.EnergyStockReceiveOilDTO$AddDTO

添加收油单DTO

名称类型必填说明示例
namestring名称
externalCodestring外部编号
partnerIdinteger(int64)CRM关系ID
originIdinteger(int64)源订单ID
originTypestring源订单类型
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
operatorUserIdinteger(int64)操作用户
shipTimestring(date-time)发货时间
receiptTimestring(date-time)收货时间
partnerWarehouseIdinteger(int64)提货库ID
deliveryNumberstring提货单号
arrivalTimestring(date-time)到站时间
businessDatestring(date)业务时间
energyStockReceiveOilLineDTOListEnergyStockReceiveOilLineDTO[]收油单明细

com.leadwaycloud.stock.model.dto.inventory.AddEnergyStockReceiveOilLogsDTO

添加收油日志模型

名称类型必填说明示例
tankRecLogsEnergyStockReceiveOilLogsDTO[]添加收油日志集合

com.leadwaycloud.stock.model.dto.inventory.EnergyStockReceiveOilLogsDTO

添加收油日志集合模型

名称类型必填说明示例
companyIdinteger(int64)公司ID
goodsBarcodestring商品条码
tankCodestring油罐编号
logTimestring(date-time)
startTimestring(date-time)
endTimestring(date-time)
startVolumenumber(double)
endVolumenumber(double)
saleVolumenumber(double)
inVolumenumber(double)
v20Volumenumber(double)V20体积
temperaturenumber(double)温度
observedDensitynumber(double)观察密度
typestring日志类型<日常油罐记录:INV,收油:收油>
observedVolumenumber(double)观察体积
fuelLevelnumber(double)油高度
fuelVolumenumber(double)油体积
waterLevelnumber(double)水高度
waterVolumenumber(double)水体积
ullagenumber(double)损耗

com.leadwaycloud.stock.model.dto.inventory.EnergyStockAdjustOilDTO$AddDTO

添加油品调整单DTO

名称类型必填说明示例
externalCodestring外部编号
namestring名称
planDatestring(date)计划日期
notestring备注
companyIdinteger(int64)调整单归属公司ID
createCompanyIdinteger(int64)创建公司ID
merchantIdinteger(int64)商户号ID
operatorIdinteger(int64)操作用户ID
businessDatestring(date)业务时间
statusstring状态
energyStockAdjustOilLineDTOListEnergyStockAdjustOilLineDTO[]油品调整单明细

com.leadwaycloud.stock.model.dto.inventory.AddEnergyStockAdjustSimplifyDTO

添加油品调整单简化模型

名称类型必填说明示例
companyIdinteger(int64)调整单归属公司ID
typestring类型(OIL_CHANGE_NO:换号,OIL_CHANGE_TANK:换罐,OIL_CHANGE_LOSS:清罐)
adjustTankCodestring调整油罐编号
targetTankCodestring目标油罐编号(换罐时传值)
targetGoodsIdinteger(int64)目标油品ID(换号时传值)
adjustQtynumber(double)最终调整数量
planQtynumber(double)计划调整数量
reasonCodeIdinteger(int64)原因码ID

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.energy.EnergyStockAdjustOil

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataEnergyStockAdjustOil

com.leadwaycloud.stock.model.entity.energy.EnergyOilTank

能源-油罐

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
companyIdinteger(int64)公司ID
codestring油罐编号
namestring油罐名称
warehouseIdinteger(int64)仓库ID
maxVolumeinteger(int64)最大体积
alarmVolumeinteger(int64)警戒体积
goodsIdinteger(int64)商品ID

com.leadwaycloud.stock.model.entity.energy.EnergyStockAdjustOil

油品调整单

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
pickingTypestring调整类型
codestring编号
externalCodestring外部编号
namestring名称
statusstring状态
planDatestring(date)计划日期
doneTimestring(date-time)完成时间
notestring备注
companyIdinteger(int64)公司ID
createCompanyIdinteger(int64)创建公司ID
merchantIdinteger(int64)商户号ID
operatorIdinteger(int64)操作用户ID
businessDatestring(date)业务日期
operatorUserResUser
companyResCompany
energyStockAdjustOilLineListEnergyStockAdjustOilLine[]油品调整单明细
reasonCodeResReasonCode

com.leadwaycloud.stock.model.entity.energy.EnergyStockAdjustOilLine

油品调整单明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
notestring备注
lineNointeger(int32)行号
adjustTankIdinteger(int64)调整油罐ID
adjustWarehouseIdinteger(int64)调整库位ID
originTankIdinteger(int64)源油罐ID
originWarehouseIdinteger(int64)源库位ID
targetTankIdinteger(int64)目标油罐ID
targetWarehouseIdinteger(int64)目标库位ID
adjustQtynumber(double)最终调整数量
planQtynumber(double)计划调整数量
adjustOilIdinteger(int64)油品调整ID
mergestring合并号
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
uomSysUom
adjustEnergyOilTankEnergyOilTank
originEnergyOilTankEnergyOilTank
targetEnergyOilTankEnergyOilTank
goodsStockGoods
goodsBarcodeStockGoodsBarcode
reasonCodeIdinteger(int64)原因码ID
reasonCodeResReasonCode
costnumber(double)成本(excel-初始化成本使用)

com.leadwaycloud.stock.model.dto.inventory.StockQtyDTO$QueryByWarehouseAndGoodsBarcodeDTO

根据条码ID与仓库ID查询条码库存数量

名称类型必填说明示例
warehouseIdinteger(int64)查询仓库ID
goodsBarcodeIdinteger(int64)查询商品条码ID

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.StockQtyVO$WarehouseBarcodeQty

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockQtyVO$WarehouseBarcodeQty[]返回数据

com.leadwaycloud.stock.model.vo.stock.StockQtyVO$WarehouseBarcodeQty

仓库-条码库存

名称类型必填说明示例
companyIdinteger(int64)门店ID
goodsBarcodeIdinteger(int64)商品条码ID
stockQtynumber(double)库存数量
warehouseIdinteger(int64)仓库ID

com.leadwaycloud.stock.model.dto.inventory.StockQtyDTO$QueryByCompanyAndGoodsBarcodeDTO

根据条码ID与公司ID查询条码库存数量

名称类型必填说明示例
companyIdinteger(int64)查询门店ID
goodsBarcodeIdinteger(int64)查询商品条码ID

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.StockQtyVO$CompanyBarcodeQty

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockQtyVO$CompanyBarcodeQty[]返回数据

com.leadwaycloud.stock.model.vo.stock.StockQtyVO$CompanyBarcodeQty

门店-条码库存

名称类型必填说明示例
companyIdinteger(int64)门店ID
goodsBarcodeIdinteger(int64)商品条码ID
stockQtynumber(double)库存数量

com.leadwaycloud.stock.model.dto.inventory.StockQtyDTO$ExportStockQtyDTO

导出库存情况模版

名称类型必填说明示例
companyIdinteger(int64)查询门店ID
warehouseIdinteger(int64)仓库ID
categoryIdinteger(int64)分类ID
namestring商品名
codestring商品code
barcodestring商品条码
joinQueryStockGoodsBarcodeboolean
joinQueryStockGoodsboolean

com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockQtyDTO$ExportStockQtyDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockQtyDTO$ExportStockQtyDTO
fileNamestring导出文件名

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.inventory.InventoryLineFormatVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataInventoryLineFormatVO[]返回数据

com.leadwaycloud.stock.model.vo.finance.TaxVO

税信息VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
valuenumber(double)税值
codestring编号

com.leadwaycloud.stock.model.vo.stock.inventory.InventoryLineFormatVO

盘点单明细格式化导入VO

名称类型必填说明示例
qtynumber(double)数量
priceTotalnumber(double)含税单价
goodsInventoryLineFormatVO$GoodsVO
goodsBarcodeInventoryLineFormatVO$GoodsBarcodeVO

com.leadwaycloud.stock.model.vo.stock.inventory.InventoryLineFormatVO$GoodsBarcodePropertyVO

商品条码属性VO

名称类型必填说明示例
idinteger(int64)ID
purchaseTaxTaxVO

com.leadwaycloud.stock.model.vo.stock.inventory.InventoryLineFormatVO$GoodsBarcodeVO

商品条码VO

名称类型必填说明示例
idinteger(int64)商品条码
barcodestring商品条码
goodsBarcodePropertyInventoryLineFormatVO$GoodsBarcodePropertyVO

com.leadwaycloud.stock.model.vo.stock.inventory.InventoryLineFormatVO$GoodsVO

商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名
uomUomVO

com.leadwaycloud.stock.model.dto.inventory.StockInventoryDTO$QueryDTO

查询盘点单DTO

名称类型必填说明示例
namestring名称
codestring编号
externalCodestring外部编号
statusListstring[]状态;com.leadwaycloud.common.enums.databaseEnum.StockInventoryStatusEnum
companyIdListinteger(int64)[]公司ID
operatorIdinteger(int64)操作用户
tripLineIdinteger(int64)航线ID
queryLineboolean是否查询明细行(默认查询 不查询传递true)

com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockInventoryDTO$QueryDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockInventoryDTO$QueryDTO
fileNamestring导出文件名

com.leadwaycloud.stock.model.dto.inventory.StockInventoryDTO$AddDTO

添加盘点单DTO

名称类型必填说明示例
namestring名称
inventoryDatestring(date)盘点时间
externalCodestring外部编号
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户号ID
operatorIdinteger(int64)操作用户
notestring备注
businessDatestring(date)业务时间
inventoryLineDTOListStockInventoryLineDTO[]添加明细集合
tripLineIdinteger(int64)航线ID
originstring来源
inventoryBatchIdinteger(int64)盘点批次ID

com.leadwaycloud.stock.model.dto.inventory.AddStockInventoryRecordDTO

添加盘点录入

名称类型必填说明示例
inventoryQtynumber(double)盘点数量
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
lineNointeger(int32)行号
typestring录入类型 HAND||SCAN
osstring来源系统类型 PC||MOBILE
notestring备注
statusstring盘点类型
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
warehouseIdinteger(int64)仓库ID
otherGoodsBarcodeIdinteger(int64)other商品条码ID

com.leadwaycloud.stock.model.dto.inventory.AddStockInventoryByBatchDTO

根据盘点批添加盘点单DTO

名称类型必填说明示例
inventoryBatchCodestring盘点批编号
inventoryDatestring(date)盘点日期
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户号ID
operatorIdinteger(int64)操作用户ID
namestring名称
notestring备注
businessDatestring(date)业务时间

com.leadwaycloud.stock.model.dto.inventory.AddStockInventoryBatchDTO

添加盘点批次DTO

名称类型必填说明示例
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
sourcestring来源,默认值为WEB
batchCodestring盘点批编号
inventoryTypestring盘点类型

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockInventoryBatch

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockInventoryBatch

com.leadwaycloud.stock.model.entity.stock.StockInventoryBatch

盘点批次

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
batchDateTimestring(date-time)盘点批生成时间
batchCodestring盘点批号
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户号ID
originstring数据来源
stockInventoryBatchLineListStockInventoryBatchLine

com.leadwaycloud.stock.model.entity.stock.StockInventoryBatchLine

盘点批次明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
inventoryBatchIdinteger(int64)盘点批次ID
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
qtynumber(double)库存数量
warehouseIdinteger(int64)仓库ID
warehouseStockWarehouse
goodsStockGoods
goodsBarcodeStockGoodsBarcode

com.leadwaycloud.stock.model.dto.goods.StockGoodsSplitDTO$AddDTO

添加DTO

名称类型必填说明示例
namestring名称
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
notestring备注
businessDatestring(date)业务日期
originTypestring源订单行类型
originIdinteger(int64)源订单行ID
goodsSplitLineDTOListStockGoodsSplitDTO$StockGoodsSplitLineDTO

com.leadwaycloud.stock.model.dto.inventory.StockDistributionDTO$QueryDTO

查询配送单DTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)配送单归属公司ID
createCompanyIdinteger(int64)创建配送单公司ID
namestring名称
codestring编号
externalCodestring外部编号
operatorUserIdinteger(int64)操作用户ID
statusListstring[]订单状态
originIdinteger(int64)源订单ID
originTypestring源订单类型
targetPartnerIdListinteger(int64)[]收货门店或者客户PartnerID
sourcePartnerIdListinteger(int64)[]供应商或者配送门店PartnerID
oilboolean是否油品配送单
deliveryNumberstring提货单号
tripLineIdinteger(int64)航线ID
purchaseCodestring采购单编号
isQueryExistStockMoveboolean是否查询已存在入库/出库单
queryLineboolean是否查询明细行(默认查询 不查询传递true)

com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockDistributionDTO$QueryDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockDistributionDTO$QueryDTO
fileNamestring导出文件名

com.leadwaycloud.stock.model.dto.inventory.StockBomDTO$AddDTO

添加BOM调整单DTO

名称类型必填说明示例
namestring名称
externalCodestring外部编号
notestring备注
companyIdinteger(int64)公司ID574533689957252
merchantIdinteger(int64)商户号ID574533689957248
operatorIdinteger(int64)操作用户ID618708628295069
stockBomSourceDTOListStockBomSourceDTO[]商品BOM调整单源明细集合

com.leadwaycloud.stock.model.dto.inventory.StockAdjustDTO$QueryDTO

查询调整单DTO

名称类型必填说明示例
namestring名称
codestring编号
externalCodestring外部编号
statusListstring状态
companyIdListinteger(int64)[]公司ID
operatorIdinteger(int64)操作用户
typestring调整类型
tripLineIdinteger(int64)航线ID
queryLineboolean是否查询明细行(默认查询 不查询传递true)

com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockAdjustDTO$QueryDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockAdjustDTO$QueryDTO
fileNamestring导出文件名

com.leadwaycloud.stock.model.dto.inventory.StockAdjustDTO$AddDTO

添加调整单DTO

名称类型必填说明示例
namestring名称
externalCodestring外部编号
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户号ID
notestring备注
operatorIdinteger(int64)操作用户
typestring调整类型
createCompanyIdinteger(int64)创建调整单公司ID
businessDatestring(date)业务时间
tripLineIdinteger(int64)航线ID
goodsTypestring商品类型
goodsSubTypestring商品子类型
adjustLineDTOListStockAdjustLineDTO[]调整单明细
originstring来源

com.leadwaycloud.stock.model.dto.inventory.order.StockOrderDTO$QueryDTO

查询订单DTO

名称类型必填说明示例
namestring名称
codestring编号
externalCodestring外部编号
statusListstring[]状态;com.leadwaycloud.common.enums.databaseEnum.StockInventoryRecordStatusEnum
companyIdListinteger(int64)[]公司ID
originIdinteger(int64)源订单ID
originTypestring源订单类型
originstringNull:查询源订单为空,NotNull:查询源订单不为空
operatorIdinteger(int64)操作用户ID
partnerIdinteger(int64)CRM客户关系
billStatusstring[]收付款状态
inventoryStatusstring[]出入库状态
urgentboolean是否紧急
createCompanyIdinteger(int64)创建订单公司ID
targetCompanyIdinteger(int64)销售或采购公司ID
oilboolean是否油品订单
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
tripLineIdinteger(int64)航线ID
goodsIdinteger(int64)商品ID
startExpectedDatestring(date)预计收/退货时间(区间日期开始)
endExpectedDatestring(date)预计收/退货时间(区间日期结束)
contractIdinteger(int64)合同ID
goodsTypestring采购商品类型(采购明细商品进行获取)
goodsTypeListstring[]采购商品类型集合
goodsSubTypestring采购商品子类型(采购明细商品进行获取)
createUserIdinteger(int64)创建用户ID
initializationboolean是否初始化数据
moveDiscrepancyStatusstring差异状态(采购数量与实际入库的数量差异标识:入库无差异,入库差异待登记,入库差异已登记)
queryLineboolean是否查询明细行(默认查询 不查询传递true)
queryContractboolean是否查询合同信息
queryDeliveryPlanboolean是否查询交付计划信息
queryAssociateMoveboolean是否查询关联出入库单
joinQueryStockOrderLineboolean
joinQueryStockMoveboolean
joinQueryFinanceBillboolean

com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.order.StockOrderDTO$QueryDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockOrderDTO$QueryDTO
fileNamestring导出文件名

com.leadwaycloud.stock.model.dto.quote.QuoteDTO$AddDTO

添加报价单DTO

名称类型必填说明示例
namestring名称
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
notestring备注
pickingTypestring报价单类型
originIdinteger(int64)源订单ID
originTypestring源订单类型
customerIdinteger(int64)客户ID
customerContactPersonIdinteger(int64)客户联系人ID
codestring报价单编号
externalCodestring外部编号
quoteDatestring(date)报价日期
statusstring报价单状态
originstring来源
quoteLineListQuoteLineDTO[]报价单明细

com.leadwaycloud.stock.model.dto.contract.SaleContractClauseTemplateDTO$AddDTO

添加销售合同模版

名称类型必填说明示例
namestring模版名称
typestring销售合同模版类型
merchantIdinteger(int64)商户ID
contractClauseTemplateLineDTOListSaleContractClauseTemplateDTO$ContractClauseTemplateLineDTO[]销售合同模版详情明细

com.leadwaycloud.stock.model.dto.contract.SaleContractChangeDTO$AddDTO

添加销售合同变更信息

名称类型必填说明示例
statusstring状态
contractIdinteger(int64)销售合同ID
versionstring版本
notestring备注
saleContractChangeLineListSaleContractChangeDTO$AddLineDTO[]变更明细
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
contractTypestring销售合同类型
changeTypestring变更CHANGE 转号CONVERSION
startWorkflowDTOStartWorkflowDTO
originIdinteger(int64)源单据ID
originTypestring源单据类型

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockContractChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractChange[]返回数据

com.leadwaycloud.stock.model.dto.contract.SaleContractDTO$QueryDTO

查询合同DTO

名称类型必填说明示例
companyIdinteger(int64)公司ID
namestring名称
codestring编号
externalCodestring外部编号
statusListstring状态
operatorIdinteger(int64)操作用户
partnerIdinteger(int64)CRM客户关系
originIdinteger(int64)源订单ID
originTypestring源订单类型
whetherOperatorUserboolean是否根据用户查询
contractEffectiveTypestring合同有效类型
signDateSstring(date)签订日期 开始搜索条件
signDateEstring(date)签订日期 结束搜索条件
historyboolean是否是历史合同
goodsIdListinteger(int64)[]商品ID集合
goodsTypestring合同商品类型
goodsSubTypestring合同商品子类型
goodsCodestring商品编号
tagIdListinteger(int64)[]标签ID集合
queryContractConversionApplyboolean是否查询合同转换申请
queryContractTimeEffectiveboolean是否查询合同有效时间
contractTypestring合同类型(正式合同,预投合同,科研合同)
saleDestinationstring销售去向
queryLineboolean是否查询明细行(默认查询 不查询传递true)
joinQueryStockContractLineboolean
joinQueryResTagRefboolean

com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.contract.SaleContractDTO$QueryDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOSaleContractDTO$QueryDTO
fileNamestring导出文件名

com.leadwaycloud.stock.model.dto.contract.SaleContractDTO$QueryContractAmountDTO

查询合同剩余金额DTO

名称类型必填说明示例
contractIdListinteger(int64)[]合同ID集合(获取合同销售总金额传递)
contractLineIdListinteger(int64)[]合同明细总ID集合(获取合同明细销售总金额传递)
moveStatusinteger(int64)出库单状态

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.sale.contract.SaleContractUsageAmountVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSaleContractUsageAmountVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.sale.contract.SaleContractUsageAmountVO

销售合同剩余金额模型

名称类型必填说明示例
contractIdinteger(int64)合同Id
contractLineIdinteger(int64)合同明细Id
amountTotalnumber(double)销售总金额
amountTaxnumber(double)销售总税额
amountUntaxednumber(double)销售总未税金额
qtynumber(double)销售数量
moveQtynumber(double)出库数量
contractQtynumber(double)合同数量

com.leadwaycloud.stock.model.dto.contract.SaleContractDTO$AddDTO

添加合同DTO

名称类型必填说明示例
namestring合同名称
codestring合同编号
statusstring合同状态
externalCodestring外部编号
exchangeRatenumber(double)汇率
partnerIdinteger(int64)客户关系对象
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
executedAmountTotalnumber(double)期初已执行金额(含税)
executedAmountUntaxednumber(double)期初已执行金额(不含税)
executedAmountTaxnumber(double)期初已执行税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
startDatestring(date)开始时间
endDatestring(date)结束时间
operatorIdinteger(int64)操作用户ID
currencyIdinteger(int64)货币ID
originIdinteger(int64)源订单ID
originTypestring源订单类型
convertGoodsPriceboolean是否将合同转为价目表
goodsCategoryIdinteger(int64)商品分类id
departmentIdinteger(int64)部门ID
advanceboolean是否预付
advanceRationumber(double)预付比例
reviewMethodstring评审方式
signDatestring(date)签订日期
signLocationstring签署地点
contractTypestring合同类型(正式合同,预投合同,科研合同)
otherTypestring其他类型
saleDestinationstring销售去向
producePlanModestring生产组织方式(内厂/外厂生产)
versionstring版本号
machineTypestring机型
checkEffectiveAmountboolean是否检查有效金额
contractEffectiveTypestring合同有效类型
historyboolean是否是历史合同
goodsTypestring合同商品类型
goodsSubTypestring合同商品子类型
decalsContractboolean是否开口合同,用于采购单金额验证(标准类型商品)-万航
excessRationumber(double)超出额度比例,用于采购单金额验证(原材料类型商品)-万航
originstring来源
warrantyRationumber(double)合同总价款中用作质量保证的预留金比例
warrantyPeriodstring项目质量保修期限(支持单位:年、月、天,默认为月)
assistUserIdListinteger(int64)[]协作人
saleContractLineListSaleContractLineDTO[]合同明细DTO集合
saleContractClauseListStockContractClauseDTO[]合同条款明细DTO集合
startWorkflowStartWorkflowDTO
initializationboolean是否初始化数据

com.leadwaycloud.stock.model.dto.inventory.SaleOrderChangeDTO$AddDTO

添加订单变更DTO

名称类型必填说明示例
orderIdinteger(int64)订单ID
orderTypestring订单类型
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
versionstring版本
notestring备注
statusstring状态
orderChangeLineDTOListStockOrderChangeLineDTO[]变更明细DTO
startWorkflowDTOStartWorkflowDTO

com.leadwaycloud.stock.model.dto.business.StockBusinessFollowDTO$AddDTO

添加商机跟进记录DTO

名称类型必填说明示例
businessIdinteger(int64)商机ID
contentstring跟进内容
modelstringsys_property表维护(BUSINESS_FOLLOW_METHODE)
followDatestring(date)跟进时间
nextFollowDatestring(date)下一次跟进时间
parentIdinteger(int64)父级跟进记录ID
partnerIdinteger(int64)联系人PartnerID
notestring备注
statusstring状态
attachmentListResAttachmentDTO$AddDTO[]附件集合
childBusinessFollowListResAttachmentDTO$AddDTO[]子集商机跟进记录

com.leadwaycloud.stock.model.dto.business.StockBusinessOpportunityDTO$QuotedPriceDTO

商机报价DTO

名称类型必填说明示例
notestring备注
amountUntaxednumber(double)商机-不含税总额
amountTaxnumber(double)商机-税额总额
amountTotalnumber(double)商机-含税总额
quotedPriceLineDTOListStockBusinessOpportunityDTO$QuotedPriceLineDTO[]商机明细,报价后的明细数据

com.leadwaycloud.stock.model.dto.business.StockBusinessOpportunityDTO$QuotedPriceLineDTO

商机报价明细DTO

名称类型必填说明示例
idinteger(int64)商机明细ID
pricenumber(double)含税单价
priceTaxnumber(double)税单价
priceUntaxednumber(double)不含税单价
amountUntaxednumber(double)商机明细-不含税总额
amountTaxnumber(double)商机明细-税额总额
amountTotalnumber(double)商机明细-含税总额

com.leadwaycloud.stock.model.dto.business.StockBusinessOpportunityDTO$QuerySaleOrderAmountDTO

查询销售订单金额DTO

名称类型必填说明示例
opportunityIdListinteger(int64)[]商机ID集合
opportunityLineIdListinteger(int64)[]商机明细ID集合

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunitySaleOrderAmountVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataBusinessOpportunitySaleOrderAmountVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunitySaleOrderAmountVO

商机生成销售订单金额VO

名称类型必填说明示例
businessOpportunityIdinteger(int64)商机Id
businessOpportunityIdLineIdinteger(int64)商机明细Id
amountTotalnumber(double)销售总金额
amountTaxnumber(double)销售总税额
amountUntaxednumber(double)销售总未税金额
qtynumber(double)销售数量

com.leadwaycloud.stock.model.dto.business.StockBusinessOpportunityDTO$AddDTO

添加商机DTO

名称类型必填说明示例
namestring商机名称
codestring商机code
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
planDatestring(date)计划日期
sourcestringsys_property表维护,商机来源(PHONE:电话销售;INITIATIVE:主动营销;MARKET_SURVEY:市场调研;CUSTOMER_INTRODUCE:客户介绍;FRIEND_INTRODUCE:朋友介绍;OTHER:其它)"MARKET_SURVEY"
amountUntaxednumber(double)不含税总计
amountTaxnumber(double)税额总计
amountTotalnumber(double)含税总计
currencyIdinteger(int64)币种ID
exchangeRatenumber(double)兑换本公司汇率
typestringsys_property表维护,商机类型(SALE:销售商机;PURCHASE:采购商机;OTHER:其它商机)"PURCHASE"
gradestringsys_property表维护,商机等级(ORDINARY:普通商机;EMPHASIS:重点商机)"ORDINARY"
partnerIdinteger(int64)CRM关系ID
notestring备注
statusstring状态
assistUsersstring协助人ID集合(JSON)
contractIdinteger(int64)合同ID,用于记录是对应哪个合同
structureTypestring产品类型sys_property表维护(OPPORTUNITY_PRODUCT_TYPE)
communicationTypestring沟通类型sys_property表维护(OPPORTUNITY_COMMUNICATION_TYPE)
relevantDepartmentIdinteger(int64)相关部门ID
extensionInfostring额外属性
discountAmountnumber(double)折扣总额,只用于前端展示
addBusinessLineDTOListStockBusinessOpportunityLineDTO[]商机明细
addBusinessFollowDTOListStockBusinessOpportunityLineDTO
addAttachmentStockAttachmentDTO$UpdateDTO

com.leadwaycloud.stock.model.dto.sale.aftersale.AftersaleWorkDTO$AddDTO

添加营销售后工单DTO

名称类型必填说明示例
namestring工单标题
codestring工单号
statusstring工单状态
prioritystring优先级:LOW(低),MEDIUM(中等),HIGH(高),URGENT(紧急),CRITICAL:(严重)
partnerIdinteger(int64)客户/会员 partnerId
descriptionstring工单描述
sourcestring工单来源:PHONE(手机),EMAIL(邮件),WEB,APP,WECHAT
assigneeUserIdinteger(int64)处理人ID
dueDatestring(date)截止日期
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
aftersaleWorkLineListAftersaleWorkDTO$LineDTO[]售后工单明细

com.leadwaycloud.stock.model.dto.inventory.UpdateSuggestOrderingDTO

编辑建议订购模型

名称类型必填说明示例
equationstring计算公式
containColumnstring包含栏位
namestring名称

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineImportVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseRequirementLineImportVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineImportVO

采购需求明细导入VO

名称类型必填说明示例
idinteger(int64)采购需求明细唯一ID
estimatedPriceTotalnumber(double)预估单价

com.leadwaycloud.stock.model.dto.inventory.StockPurchaseRequirementDTO$AddDTO

添加采购需求单DTO

名称类型必填说明示例
namestring名称
externalCodestring外部编号
notestring备注
merchantIdinteger(int64)商户ID
companyIdinteger(int64)采购需求单所属门店ID
createCompanyIdinteger(int64)创建采购需求公司ID
operatorUserIdinteger(int64)操作用户ID
statusstring采购需求单状态
applyDatestring(date)申请日期
lineListStockPurchaseRequirementDTO$LineDTO[]采购需求明细集合
expectedTimestring(date-time)预计收货时间
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
tripLineIdinteger(int64)航线信息(Id)
warehouseIdinteger(int64)补货仓库ID
applyCompanyIdinteger(int64)采购需求单申请公司ID
assistUserIdListinteger(int64)[]协作人
goodsTypestring采购需求商品类型
relevantDepartmentIdinteger(int64)归口管理部门ID
applyDepartmentIdinteger(int64)申请部门ID
goodsSubTypestring商品子类型
applyUserIdinteger(int64)申请人ID
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
taxTypestring税金计算类型
expenseCategorystring费用支出类型-万航
startWorkflowStartWorkflowDTO
addAttachmentStockAttachmentDTO$UpdateDTO

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockPurchaseRequirement

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockPurchaseRequirement

com.leadwaycloud.stock.model.entity.stock.StockPurchaseRequirement

采购需求数据

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
codestring编号
externalCodestring外部编号
notestring备注
merchantIdinteger(int64)商户ID
companyIdinteger(int64)采购需求单归属公司ID
createCompanyIdinteger(int64)创建采购需求单公司ID
operatorUserIdinteger(int64)操作用户ID
applyDatestring(date)申请日期
goodsPriceCompanyIdinteger(int64)查询价格表公司ID
mergePurchaseApplyIdinteger(int64)合并后的采购申请单ID
tripLineIdinteger(int64)航线Id
warehouseIdinteger(int64)补货仓库ID
applyCompanyIdinteger(int64)采购需求单申请公司ID
goodsTypestring采购需求商品类型
goodsSubTypestring采购需求商品子类型
statusstring状态
doneTimestring(date-time)完成时间
relevantDepartmentIdinteger(int64)归口管理部门ID-万航
applyDepartmentIdinteger(int64)申请部门ID
applyUserIdinteger(int64)申请人ID
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
taxTypestring税金计算类型
expenseCategorystring费用支出类型-万航
companyResCompany
goodsPriceCompanyResCompany
warehouseStockWarehouse
tripLineResTripLine
assistUserListResUser[]协作人
relevantDepartmentHrDepartment
applyDepartmentHrDepartment
purchaseRequirementLineListStockPurchaseRequirementLine[]采购需求明细
createUserResUser
applyUserResUser

com.leadwaycloud.stock.model.entity.stock.StockPurchaseRequirementLine

采购需求单明细数据

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户ID
planQtynumber(double)计划数量
actualQtynumber(double)实际数量
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
purchaseRequirementIdinteger(int64)采购需求单ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
purchaseTypestring采购类型
otherGoodsBarcodeIdinteger(int64)other商品条码ID
notestring备注
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
deliveryPeriodinteger(int32)交货周期(天)
estimatedPriceTotalnumber(double)预估单价
periodTypestring周期类型,用于打印模版选择
expectedDatestring(date)到货日期
planDeliveryProductstring拟投产品-万航
purposestring用途
uomSysUom
companyResCompany
goodsStockGoods
goodsBarcodeStockGoodsBarcode
otherGoodsBarcodeStockGoodsBarcode
goodsPriceCompanyResCompany
unitPricenumber(double)最新价目表单价(不含税)
amountTotalnumber(double)总价(不含税)
tripLineResTripLine

com.leadwaycloud.stock.model.dto.inventory.StockRtnDTO$AddDTO

添加退货申请单DTO

名称类型必填说明示例
namestring名称
statusstring状态
externalCodestring外部编号
notestring备注
merchantIdinteger(int64)商户ID
companyIdinteger(int64)退货申请所属门店ID
createCompanyIdinteger(int64)创建退货申请公司ID
rtnCompanyIdinteger(int64)退货公司ID
doneTimestring(date-time)完成时间
operatorUserIdinteger(int64)操作用户ID
applyDatestring(date)申请日期
lineDTOListStockRtnDTO$LineDTO[]退货申请单明细集合
expectedTimestring(date-time)预计退货时间
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
tripLineIdinteger(int64)航线Id
warehouseIdinteger(int64)仓库Id

com.leadwaycloud.stock.model.dto.inventory.StockRtnDTO$MergeDTO

合并退货申请单DTO

名称类型必填说明示例
rtnIdListinteger(int64)[]合并退货申请单ID集合
addStockRtnDTOListStockRtnDTO$AddDTO[]合并之后新的退货申请单集合

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanLineFormatVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchasePlanLineFormatVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanLineFormatVO

采购计划明细格式化导入VO

名称类型必填说明示例
qtynumber(double)数量
priceTotalnumber(double)含税单价
goodsPurchasePlanLineFormatVO$GoodsVO
goodsBarcodePurchasePlanLineFormatVO$GoodsBarcodeVO

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanLineFormatVO$GoodsBarcodePropertyVO

商品条码属性VO

名称类型必填说明示例
idinteger(int64)ID
purchaseTaxTaxVO

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanLineFormatVO$GoodsBarcodeVO

商品条码VO

名称类型必填说明示例
idinteger(int64)商品条码
barcodestring商品条码
goodsBarcodePropertyPurchasePlanLineFormatVO$GoodsBarcodePropertyVO

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanLineFormatVO$GoodsVO

商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
otherNamestring商品别名
codestring货号
descriptionstring描述
uomUomVO

com.leadwaycloud.stock.model.dto.inventory.StockPurchasePlanDTO$QueryDTO

查询采购计划DTO

名称类型必填说明示例
codestring编号
namestring名称
typestring采购类型
modelstring采购方式
inviteTypestring招标方式(使用sys_property维护,INVITED_TENDERING:邀请招标;INVITED_PUBLIC:公开招标)
evaluationTypestring评标方式(使用sys_property维护,LOWEST_TENDERING_PRICE:最低价投标法;SYNTHETIC_EVALUATION:综合评估法)
tenderingBaseboolean是否有标底
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
statusstring状态
planPurchaseTypestring采购计划类型(使用sys_property维护:PLAN_PURCHASE:计划性采购/UN_PLAN_PURCHASE:非计划性采购)
queryAssociateInviteboolean是否查询已生成招标单的采购计划(默认false)
createByIdinteger(int64)创建人ID
assistUserIdListinteger(int64)[]协作人
goodsTypestring采购计划商品类型
budgetTypestring预算类别(sys_property维护)
relevantDepartmentIdinteger(int64)归口管理部门ID
goodsSubTypestring采购计划商品子类型
queryFlowRecordboolean是否查询流程记录(默认false)
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
sortByDoneTimeboolean审核完成时间排序方式(true:DESC,false:ASC),如果不传递默认创建时间进行DESC排序
externalCodestring外部编号
taxTypestring税金计算类型
queryLineboolean是否查询明细行用于导出(默认查询 不查询传递true)
joinQueryStockGoodsInviteboolean

com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.inventory.StockPurchasePlanDTO$QueryDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockPurchasePlanDTO$QueryDTO
fileNamestring导出文件名

com.leadwaycloud.stock.model.dto.inventory.StockPurchasePlanDTO$AddDTO

添加采购计划DTO

名称类型必填说明示例
namestring名称
codestring编号
typestring采购类型
modelstring采购方式
reasonstring选择原因说明
inviteTypestring招标方式(使用sys_property维护,INVITED_TENDERING:邀请招标;INVITED_PUBLIC:公开招标)
evaluationTypestring评标方式(使用sys_property维护,LOWEST_TENDERING_PRICE:最低价投标法;SYNTHETIC_EVALUATION:综合评估法)
tenderingBaseboolean是否有标底
applyDepartmentIdinteger(int64)申请部门ID
demandDepartmentIdinteger(int64)需求部门ID
originIdinteger(int64)源单据ID
originTypestring源单据类型
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
startPlanDatestring(date)计划开始时间
endPlanDatestring(date)计划开始时间
operatorIdinteger(int64)操作人ID
notestring备注
planPurchaseTypestring采购计划类型(使用sys_property维护:PLAN_PURCHASE:计划性采购/UN_PLAN_PURCHASE:非计划性采购)
purchasePlanLineListStockPurchasePlanLineDTO[]采购计划明细
assistUserIdListinteger(int64)[]协作人
supplierIdListinteger(int64)[]供应商ID
goodsTypestring采购计划商品类型
budgetTypestring预算类别(sys_property维护)
relevantDepartmentIdinteger(int64)归口管理部门ID
goodsSubTypestring采购计划商品子类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
externalCodestring外部编号
deliveryCompanystring交付地点(公司ID集合)-爱达
taxTypestring税金计算类型
statusstring状态
extensionInfostring额外属性
originstring来源

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockPurchasePlan

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockPurchasePlan[]返回数据

com.leadwaycloud.stock.model.dto.goods.invite.StockGoodsInviteDTO$QuotedPriceDTO

报价DTO

名称类型必填说明示例
inviteLineIdinteger(int64)招标明细ID
supplyboolean是否参标true
currencyIdinteger(int64)币种id1
exchangeRatenumber(double)供应商货币与商户货币兑换率
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
remarksstring备注"1"
deliveryPeriodinteger(int32)交货周期
amountTotalnumber(double)含税总额(priceTotal * qty * uomConversionRate)
amountTaxnumber(double)税总额(priceTax * qty * uomConversionRate)
amountUntaxednumber(double)不含税总额(priceUntaxed * qty * uomConversionRate)
priceTotalnumber(double)供应商报价含税金额(商户币种)
priceTaxnumber(double)供应商报价税金额(商户币种)
priceUntaxednumber(double)供应商报价不含税金额(商户币种)
originPriceTotalnumber(double)供应商原币报价含税金额(供应商币种)
originPriceTaxnumber(double)供应商原币报价税金额(供应商币种)
originPriceUntaxednumber(double)供应商原币报价不含稅金额(供应商币种)

com.leadwaycloud.stock.model.dto.goods.invite.StockGoodsInviteDTO$QueryDTO

招标查询DTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID1
companyIdinteger(int64)公司ID1
statusstring状态"BIDDING"
namestring名称"测试招标"
codestring编号"zkl_test_001"
partnerIdinteger(int64)投标人partnerId1
goodsBarcodeIdinteger(int64)条码ID
goodsIdinteger(int64)商品ID
openRankboolean是否打开公布排名
openInviteboolean是否打开中标公示
expiredTimestring(date-time)投标截止时间
startTimestring(date-time)时间区间开始时间
endTimestring(date-time)时间区间结束时间
createByIdinteger(int64)创建人ID
assistUserIdListinteger(int64)[]协作人
goodsTypestring招标商品类型
goodsSubTypestring商品子类型
queryAssociatePurchaseContractboolean是否关联查询采购合同(默认false)
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
purchasePlanIdinteger(int64)采购计划ID
queryFlowRecordboolean是否关联查询流程记录(默认false)
queryAmountTotalboolean是否查询操作人和总金额(默认false)
queryPurchasePlanboolean是否查询采购计划信息(默认false)
sortByDoneTimeboolean审核完成时间排序方式(true:DESC,false:ASC),如果不传递默认创建时间进行DESC排序
typestring采购类型
modelstring采购方式
inviteTypestring招标方式(使用sys_property维护,INVITED_TENDERING:邀请招标;INVITED_PUBLIC:公开招标)
evaluationTypestring评标方式(使用sys_property维护,LOWEST_TENDERING_PRICE:最低价投标法;SYNTHETIC_EVALUATION:综合评估法)
taxTypestring税金计算类型
joinQueryStockContractboolean
joinQueryStockPurchasePlanboolean

com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.goods.invite.StockGoodsInviteDTO$QueryDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOStockGoodsInviteDTO$QueryDTO
fileNamestring导出文件名

com.leadwaycloud.stock.model.dto.goods.invite.StockGoodsInviteDTO$BidSelectionDTO

定标DTO

名称类型必填说明示例
selectLineListinteger(int64)[]中标的明细ID

com.leadwaycloud.stock.model.dto.goods.invite.StockGoodsInviteDTO$AddDTO

添加招标DTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID1
companyIdinteger(int64)公司ID1
namestring名称"测试招标"
expiredTimestring(date-time)投标截止时间
descriptionstring描述
inviteLineListStockGoodsInviteLineDTO[]明细
openRankboolean是否打开公布排名
openInviteboolean是否打开中标公示
originIdinteger(int64)源订单ID
originTypestring源订单类型
statusstring状态(默认:BIDDING)
contractPlanStartDatestring(date)计划合同开始日期
contractPlanEndDatestring(date)计划合同截止日期
quoteTypestring报价类型(QUOTE:报价 DICKER:议价)"QUOTE"
inviteLineHistoryListStockGoodsInviteLineHistoryDTO[]历史报价集合
assistUserIdListinteger(int64)[]协作人
goodsTypestring招标商品类型
goodsSubTypestring商品子类型
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
modelstring采购方式(根据不同的类型走向不同才流程和选择供应商以及模版打印等里面使用)
taxTypestring税金计算类型
codestring招标编号
startTimestring(date-time)投标开始时间
extensionInfostring额外属性
addAttachmentStockAttachmentDTO$UpdateDTO

com.leadwaycloud.stock.model.dto.contract.PurchaseContractClauseTemplateDTO$AddDTO

添加采购合同模版

名称类型必填说明示例
namestring模版名称
merchantIdinteger(int64)商户ID
contractClauseTemplateLineDTOListPurchaseContractClauseTemplateDTO$ContractClauseTemplateLineDTO[]采购合同模版详情明细

com.leadwaycloud.stock.model.dto.contract.PurchaseContractChangeDTO$AddDTO

添加采购合同变更信息

名称类型必填说明示例
statusstring状态
contractIdinteger(int64)采购合同ID
versionstring版本
notestring备注
purchaseContractChangeLineListPurchaseContractChangeDTO$AddLineDTO[]变更明细
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
contractTypestring采购合同类型
changeTypestring变更CHANGE 转号CONVERSION
startWorkflowDTOStartWorkflowDTO
originIdinteger(int64)源单据ID
originTypestring源单据类型

com.leadwaycloud.stock.model.dto.contract.PurchaseContractDTO$QueryDTO

查询合同DTO

名称类型必填说明示例
companyIdinteger(int64)公司ID
namestring名称
codestring编号
externalCodestring外部编号
statusListstring状态
operatorIdinteger(int64)操作用户
partnerIdinteger(int64)CRM客户关系
originIdinteger(int64)源订单ID
originTypestring源订单类型
whetherOperatorUserboolean是否根据用户查询
isCheckEffectiveAmountboolean是否检查有效金额
contractEffectiveTypestring合同有效类型
endDateSstring(date)结束日期 开始搜索条件
endDateEstring(date)结束日期 结束搜索条件
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
historyboolean是否是历史合同
goodsIdListinteger(int64)[]商品ID集合
assistUserIdListinteger(int64)[]协作人
createByIdinteger(int64)创建人ID
goodsTypestring合同商品类型
goodsSubTypestring合同商品子类型
decalsContractboolean是否开口合同,用于采购单金额验证(标准类型商品)-万航
queryLineboolean是否查询明细行(默认查询 不查询传递true)
goodsCodestring商品编号
requirementUserIdinteger(int64)采购需求用戶ID
querySortByCreateTimeboolean是否查询创建时间排序
queryContractTimeEffectiveboolean是否查询合同有效时间
initializationboolean是否初始化数据
joinQueryStockContractLineboolean

com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.contract.PurchaseContractDTO$QueryDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOPurchaseContractDTO$QueryDTO
fileNamestring导出文件名

com.leadwaycloud.stock.model.dto.contract.PurchaseContractDTO$QueryContractAmountDTO

查询合同剩余金额DTO

名称类型必填说明示例
contractIdListinteger(int64)[]合同ID集合(获取合同采购总金额传递)
contractLineIdListinteger(int64)[]合同明细总ID集合(获取合同明细采购总金额传递)

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractUsageAmountVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseContractUsageAmountVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractUsageAmountVO

合同使用金额情况VO

名称类型必填说明示例
contractIdinteger(int64)合同Id
contractLineIdinteger(int64)合同明细Id
amountTotalnumber(double)采购总金额(含税)
amountTaxnumber(double)采购总金额(税额)
amountUntaxednumber(double)采购总金额(未税)
qtynumber(double)采购数量
moveQtynumber(double)入库数量
weightnumber(double)入库重量

com.leadwaycloud.stock.model.dto.contract.PurchaseContractDTO$AddDTO

添加合同DTO

名称类型必填说明示例
namestring合同名称
codestring合同编号
statusstring合同状态
externalCodestring外部编号
exchangeRatenumber(double)汇率
partnerIdinteger(int64)客户关系对象
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
executedAmountTotalnumber(double)期初已执行金额(含税)
executedAmountUntaxednumber(double)期初已执行金额(不含税)
executedAmountTaxnumber(double)期初已执行税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
startDatestring(date)开始时间
endDatestring(date)结束时间
operatorIdinteger(int64)操作用户ID
currencyIdinteger(int64)货币ID
originIdinteger(int64)源订单ID
originTypestring源订单类型
checkEffectiveAmountboolean是否检查有效金额
contractEffectiveTypestring合同有效类型
historyboolean是否是历史合同
goodsTypestring合同商品类型
goodsSubTypestring合同商品子类型
decalsContractboolean是否开口合同,用于采购单金额验证(标准类型商品)-万航
excessRationumber(double)超出额度比例,用于采购单金额验证(原材料类型商品)-万航
originstring来源
extensionInfostring额外属性
assistUserIdListinteger(int64)[]协作人
purchaseContractLineListPurchaseContractLineDTO[]合同明细DTO集合
purchaseContractClauseListStockContractClauseDTO[]合同条款明细DTO集合
initializationboolean是否初始化数据

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineFormatVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseApplyLineFormatVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineFormatVO

采购申请明细格式化导入VO

名称类型必填说明示例
qtynumber(double)数量
priceTotalnumber(double)含税单价
deliveryPeriodinteger(int32)交货周期
costnumber(double)商品最新有效价目表成本
goodsPurchaseApplyLineFormatVO$GoodsVO
goodsBarcodePurchaseApplyLineFormatVO$GoodsBarcodeVO

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineFormatVO$GoodsBarcodePropertyVO

商品条码属性VO

名称类型必填说明示例
idinteger(int64)ID
purchaseTaxPurchaseApplyLineFormatVO$TaxVO
costnumber(double)成本价格,不含税

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineFormatVO$GoodsBarcodeVO

商品条码VO

名称类型必填说明示例
idinteger(int64)ID
barcodestring商品条码
goodsBarcodePropertyPurchaseApplyLineFormatVO$GoodsBarcodePropertyVO

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineFormatVO$GoodsVO

商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名
uomPurchaseApplyLineFormatVO$UomVO

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineFormatVO$TaxVO

税信息VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
valuenumber(double)税值
codestring编号

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineFormatVO$UomVO

计量单位信息VO

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称
rationumber(double)换算率

com.leadwaycloud.stock.model.dto.inventory.StockPurchaseApplyDTO$AddDTO

添加采购申请单DTO

名称类型必填说明示例
namestring名称
externalCodestring外部编号
notestring备注
merchantIdinteger(int64)商户ID
companyIdinteger(int64)采购申请单所属门店ID
createCompanyIdinteger(int64)创建采购申请公司ID
operatorUserIdinteger(int64)操作用户ID
statusstring采购申请单状态
applyDatestring(date)申请日期
lineListStockPurchaseApplyDTO$LineDTO[]采购申请单明细集合
expectedTimestring(date-time)预计收货时间
goodsPriceCompanyIdinteger(int64)查询价目表公司ID
tripLineIdinteger(int64)航线信息(Id)
warehouseIdinteger(int64)补货仓库ID
applyCompanyIdinteger(int64)采购申请单申请公司ID
assistUserIdListinteger(int64)[]协作人
goodsTypestring采购申请商品类型
goodsSubTypestring采购申请商品子类型
purchaseRequirementIdListinteger(int64)[]合并采购需求单ID集合
applyDepartmentIdinteger(int64)申请部门ID
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
taxTypestring税金计算类型
addAttachmentStockAttachmentDTO$UpdateDTO

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockPurchaseApply

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockPurchaseApply[]返回数据

com.leadwaycloud.stock.model.entity.stock.StockPurchaseApply

采购申请单

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
statusstring状态
codestring编号
externalCodestring外部编号
notestring备注
merchantIdinteger(int64)商户ID
companyIdinteger(int64)采购申请单归属公司ID,影响最终入库公司。
createCompanyIdinteger(int64)创建采购申请单公司ID
doneTimestring(date-time)完成时间
operatorUserIdinteger(int64)操作用户ID
associatePurchaseboolean是否关联采购单
associateTransferboolean是否关联调拨单
applyDatestring(date)申请日期
goodsPriceCompanyIdinteger(int64)查询价格表公司ID
tripLineIdinteger(int64)航线信息(Id)
warehouseIdinteger(int64)补货仓库ID
applyCompanyIdinteger(int64)采购申请单申请公司ID
goodsTypestring采购申请商品类型
applyDepartmentIdinteger(int64)申请部门ID
goodsSubTypestring采购申请商品子类型
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
taxTypestring税金计算类型
operatorUserResUser
companyResCompany
goodsPriceCompanyResCompany
tripLineResTripLine
warehouseStockWarehouse
applyCompanyResCompany
createUserResUser
assistUserListResUser[]协作人
replenishmentLineListStockPurchaseApplyLine[]采购申请单明细
associatePurchasePlanCodestring关联采购计划code

com.leadwaycloud.stock.model.entity.stock.StockPurchaseApplyLine

采购申请单明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户ID
planQtynumber(double)计划数量
actualQtynumber(double)实际数量
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
purchaseApplyIdinteger(int64)采购申请单ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
purchaseTypestring采购类型
notestring备注
otherGoodsBarcodeIdinteger(int64)other商品条码ID
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
deliveryPeriodinteger(int32)交货周期(天)
estimatedPriceTotalnumber(double)预估单价
periodTypestring周期类型,用于打印模版选择
expectedDatestring(date)到货日期
planDeliveryProductstring拟投产品-万航
purposestring用途
multipleLengthboolean是否倍尺料-万航
uomSysUom
resCompanyResCompany
goodsStockGoods
goodsBarcodeStockGoodsBarcode
goodsPriceCompanyResCompany
unitPricenumber(double)最新价目表单价(不含税)
amountTotalnumber(double)总价(不含税)
tripLineResTripLine
otherGoodsBarcodeStockGoodsBarcode
stockGoodsPriceStockGoodsPrice
planDeliveryProductListStockGoods[]拟投产品对象集合
pqcAcceptanceStandardListPqcAcceptanceStandard[]采购标准集合

com.leadwaycloud.stock.model.dto.goods.GoodsSpecificationDTO$AddDTO

添加商品规格参数DTO

名称类型必填说明示例
namestring名称
specificationGroupIdinteger(int64)商品规格组ID
scopestring作用范围<商品||商品条码>(com.leadwaycloud.common.enums.databaseEnum.StockGoodsSpecificationScopeEnum)"GOODS||BARCODE"
typestring规格类型<SKU||描述展示>(com.leadwaycloud.common.enums.databaseEnum.StockGoodsSpecificationTypeEnum)"SKU||DESCRIBE"
parentIdinteger(int64)父级ID
merchantIdinteger(int64)商户ID
sequenceinteger(int32)排序
dataTypestring数据类型(INTEGER,LONG,BOOLEAN,STRING,DOUBLE)
codestring编号
fieldLengthinteger(int32)字段长度
requiredboolean是否必填
fieldDecimalinteger(int32)小数位数

com.leadwaycloud.stock.model.dto.goods.GoodsSpecificationGroupDTO$AddDTO

添加商品规格组DTO

名称类型必填说明示例
namestring名称
merchantIdinteger(int64)商户ID

com.leadwaycloud.stock.model.dto.goods.GoodsPriceGroupDTO$QueryDTO

查询价目表组DTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
namestring名称
partnerTypestring角色类型
partnerIdinteger(int64)CRM关系ID
endTimeSstring(date-time)结束时间 开始搜索条件
endTimeEstring(date-time)结束时间 结束搜索条件
expireboolean是否已过期
goodsCodestring商品code
createByIdinteger(int64)创建人ID
queryPartnerIdNullboolean是否查询价目表组CRM关系ID为空

com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.goods.GoodsPriceGroupDTO$QueryDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOGoodsPriceGroupDTO$QueryDTO
fileNamestring导出文件名

com.leadwaycloud.stock.model.dto.goods.GoodsPriceGroupDTO$AddDTO

添加价目表组DTO

名称类型必填说明示例
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
namestring名称
startTimestring(date-time)开始时间
endTimestring(date-time)结束时间
statusstring状态
partnerTypestring角色类型
notestring备注
partnerIdinteger(int64)CRM关系ID
originIdinteger(int64)源订单ID
originTypestring源订单类型

com.leadwaycloud.stock.model.dto.goods.GoodsCategoryDTO$QueryDTO

查询商品类型DTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID
idListinteger(int64)[]名称
namestring名称
codestring编号
statusListstring[]状态
externalCodestring外部编号
accountingTitleIdinteger(int64)库存科目ID
costAccountingTitleIdinteger(int64)成本科目ID
idChainstring完整的组织结构
taxIdinteger(int64)税ID
departmentIdinteger(int64)部门ID
departmentIdListinteger(int64)[]部门ID集合
startCreateTimestring(date-time)商品类型创建时间(开始)
endCreateTimestring(date-time)商品类型创建时间(截止)
boutiqueboolean是否为精品分类
extensionInfostring拓展属性搜索"{\"productOwner\":\"张三\"}"
queryBindTagCategorystring查询产品分类传递标签的type:PRODUCT,查询原材料分类传递标签的type:RAW_MATERIAL
joinHrDepartmentboolean
joinResTagboolean

com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.goods.GoodsCategoryDTO$QueryDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOGoodsCategoryDTO$QueryDTO
fileNamestring导出文件名

com.leadwaycloud.stock.model.dto.goods.GoodsCategoryDTO$AddDTO

添加商品类型DTO

名称类型必填说明示例
namestring名称
codestring编号
imagesstring图片
merchantIdinteger(int64)商户ID
parentIdinteger(int64)父级ID
externalCodestring外部编号
saleTaxIdinteger(int64)销售税ID
purchaseTaxIdinteger(int64)采购税ID
accountingTitleIdinteger(int64)库存科目ID
costAccountingTitleIdinteger(int64)成本科目ID
descriptionstring描述
originstring来源
boutiqueboolean是否为精品分类
specificationGroupIdinteger(int64)商品规格组ID
extensionInfostring额外属性

com.leadwaycloud.stock.model.dto.goods.GoodsBrandDTO$QueryDTO

查询商品品牌DTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID1
namestring名称
codestring编号
statusListstring状态(com.leadwaycloud.common.enums.databaseEnum.EntityStatusEnum)"ACTIVE"
cooperativeboolean是否合作品牌

com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.goods.GoodsBrandDTO$QueryDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOGoodsBrandDTO$QueryDTO
fileNamestring导出文件名

com.leadwaycloud.stock.model.dto.goods.GoodsBrandDTO$AddDTO

添加商品品牌DTO

名称类型必填说明示例
codestring编号
namestring名称
merchantIdinteger(int64)商户ID1
imagesstring图片
descriptionstring描述
originstring来源
cooperativeboolean是否合作品牌

com.leadwaycloud.stock.model.dto.goods.GoodsBomDTO$AddDTO

添加商品BOMDTO

名称类型必填说明示例
namestring名称"测试商品BOM"
merchantIdinteger(int64)商户574533689957248
companyIdinteger(int64)公司574533689957252
goodsIdinteger(int64)商品660036246622986
goodsBarcodeIdinteger(int64)条码660036246622988
effectiveDatestring(date)生效日期
remarkstring备注
goodsBomLineListStockGoodsBomLineDTO[]商品BOM明细集合

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.qty.StockQtyVO$GoodsQty

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockQtyVO$GoodsQty[]返回数据

com.leadwaycloud.stock.model.vo.stock.qty.StockQtyVO$GoodsQty

商品库存

名称类型必填说明示例
companyIdinteger(int64)门店ID
goodsIdinteger(int64)商品ID
stockQtynumber(double)库存数量
weekSaleQtynumber(double)周销售数量
onDeliveryQtynumber(double)在途数量
orderingQuantitynumber(double)建议订购量
orderingNumberinteger(int32)订购次数
turnaroundDaysnumber(double)周转天数

com.leadwaycloud.stock.model.dto.goods.QueryGoodsDTO

查询商品模型

名称类型必填说明示例
companyIdinteger(int64)公司ID574533689957252
merchantIdinteger(int64)商户号ID574533689957252
idinteger(int64)商品ID574533689957252
idListinteger(int64)[]商品ID集合
codestring商品货号
codeListstring[]商品货号集合
markstring标记"NONE"
virtualboolean虚拟商品
originstring来源"HANDLE"
categoryIdinteger(int64)商品分类ID
categoryIdListinteger(int64)[]商品分类ID集合
otherNamestring商品别名
brandIdinteger(int64)品牌ID
namestring名称
weightboolean称重商品
fuelboolean油品
makeboolean自制品
carwashboolean洗车商品
typestring商品生产类型
typeSubstring商品子类型
barcodeSettlementboolean商品结算方式 false(商品结算,默认) true(条码结算)
startCreateTimestring(date-time)商品创建时间(开始)
endCreateTimestring(date-time)商品创建时间(截止)
specstring规格
hsCodestring海关编码-爱达
giftboolean是否是赠品
allowDiscountboolean允许折扣
allowManualPriceboolean允许手工变价,POS手工变价(需要手工输入价格)
changePriceboolean允许变价单变价(允许手工变价)
allowSaleboolean允许销售
allowPurchaseboolean允许采购
allowRefundboolean允许退货
negativeDiscountboolean允许负毛利折扣
allowMarkdownboolean允许报损
orderedLocallyboolean允许直接采购
barcodeIdinteger(int64)条码ID
barcodestring条码
barcodeIdListinteger(int64)[]条码ID集合
barcodeListstring[]条码集合
defSettlementboolean是否是结算默认条码
statusListstring状态集合
tagNamestring标签名称
categoryIdChainstring商品分类组织架构值
categoryExtensionInfostring商品分类扩展信息
warehouseIdinteger(int64)仓库ID
warehouseIdListinteger(int64)[]仓库ID集合
warehouseIdChainstring仓库组织架构值
inventoryMoveTypestring仓库入库/回库类型-万航
specificationGroupIdinteger(int64)商品拓展属性组ID
specificationParamobject商品拓展属性
partnerIdinteger(int64)CRM关系ID
supplierIdinteger(int64)供应商ID
producePlanCodestring生产计划编号
produceBatchCodestring生产批次编号
furnacestring母炉号
subFurnacestring子炉号
sectionNostring锭节号
initializationboolean是否初始化数据
gtSurplusQtynumber(double)查询剩余数量大于多少的记录。例如gtSurplusQty为0 则查询大于0的值,不传则不筛选。
manufactureTypestring产品类别
structureTypestring产品结构类别
drawingCodestring图号"1"
texturestring材质
productStandardstring产品标准
productGradeTypestring锻件类别(Ⅰ类件、Ⅱ类件、Ⅲ类件)
materialTypestring原材料形状
lengthnumber(double)标准长度
widenumber(double)标准宽度
heightnumber(double)标准高度
diameternumber(double)标准直径
queryStockQtyboolean是否查询库存
queryStartStockQtyboolean是否查询期初库存
queryGoodsBarcodeboolean是否查询条码
queryGoodsPriceboolean是否查询价目表
queryGoodsUomboolean是否查询计量单位
queryEffectiveTaxValueboolean是否查询有效税值
queryRmGoodsPriceboolean是否查询零管价格
queryThreeGoodsCategoryboolean是否查询商品三级分类
queryGoodsManufactureboolean是否查询商品拓展属性
queryTransitQtyboolean是否查询在途数量
queryFifoQtyboolean是否查询FIFO库存
queryFifoWeightboolean是否查询FIFO重量
queryLatestMwamCostboolean是否查询最新移动加权平均成本
queryAllowNoOriginMoveboolean是否查询允许无原订单出入库商品(赠品、代销、预售品允许)
filterHrDepartmentGoodsCategoryboolean是否过滤部门绑定商品分类的商品 false:不过滤 true:过滤 默认:false
joinQueryStockGoodsBarcodeboolean
joinQueryStockGoodsCategoryboolean
joinQueryStockFifoboolean
joinQueryStockQtyRecordboolean
joinQueryStockGoodsSpecificationGroupboolean
joinQueryStockGoodsSpecificationParamboolean
joinQueryStockGoodsSupplierboolean
resTagboolean
joinQueryStockGoodsManufactureboolean
joinQueryStockWarehouseboolean

com.leadwaycloud.stock.plug.poi.model.dto.ExportDTOCom.leadwaycloud.stock.model.dto.goods.QueryGoodsDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOQueryGoodsDTO
fileNamestring导出文件名

com.leadwaycloud.stock.model.dto.goods.AddGoodsDistributeDTO

下发商品模型

名称类型必填说明示例
companyIdListinteger(int64)[]公司ID集合
goodsIdListinteger(int64)[]产品ID集合

com.leadwaycloud.core.model.RJava.util.MapJava.lang.LongJava.util.ListJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据

com.leadwaycloud.stock.model.dto.goods.DefSettlementGoodsBarcodeDTO

默认结算商品条码DTO

名称类型必填说明示例
barcodestring条码"ABC1234566"
typestring条码类型"EN13"
imagesstring图片
merchantIdinteger(int64)商户号ID
specstring条码规格
descriptionstring描述
otherBarcodestring额外条码
goodsBarcodePropertyGoodsBarcodePropertyDTO$AddDTO
goodsBarcodeSpecificationParamListGoodsBarcodeSpecificationParamDTO[]商品条码规格值集合

com.leadwaycloud.stock.model.dto.goods.GoodsBarcodeDTO$AddDTO

添加商品条码DTO

名称类型必填说明示例
barcodestring条码"ABC1234566"
typestring条码类型"EN13"
imagesstring图片
merchantIdinteger(int64)商户号ID
specstring条码规格
descriptionstring描述
otherBarcodestring额外条码
goodsBarcodePropertyGoodsBarcodePropertyDTO$AddDTO
goodsBarcodeSpecificationParamListGoodsBarcodeSpecificationParamDTO[]商品条码规格值集合

com.leadwaycloud.stock.model.dto.goods.GoodsBarcodePropertyDTO$AddDTO

添加商品条码属性DTO

名称类型必填说明示例
tagsstring标签
costnumber(double)成本价格,不含税
pricenumber(double)零售价,含税
saleTaxIdinteger(int64)销售税Id
purchaseTaxIdinteger(int64)采购税Id
purchaseGuidePricenumber(double)采购指导价(企业为采购行为设定的内部参考价格,用于指导采购决策和预算控制)
saleGuidePricenumber(double)市场指导价(由市场行情、竞争分析或行业惯例给出的建议销售价格)
salePricenumber(double)销售底价(销售时允许的最低价格,通常用于保护利润或遵守价格协议)

com.leadwaycloud.stock.model.dto.goods.GoodsDTO$AddDTO

添加商品DTO

名称类型必填说明示例
namestring名称"葡萄"
codestring货号"123ABC"
merchantIdinteger(int64)商户ID574533689957248
virtualboolean虚拟商品false
imagesstring图片
descriptionstring描述
categoryIdinteger(int64)分类
otherNamestring商品别名
brandIdinteger(int64)品牌Id599703909631616
uomIdinteger(int64)计量单位ID
markstring标记
specificationGroupIdinteger(int64)商品规格组ID
placestring产地
gradestring等级
externalCodestring外部货号
weightboolean称重商品
fuelboolean油品
makeboolean自制品
carwashboolean洗车商品
typestring商品类型
barcodeSettlementboolean商品结算方式 false(商品结算,默认) true(条码结算)
saleTaxIdinteger(int64)销售税Id
purchaseTaxIdinteger(int64)采购税Id
specstring规格
typeSubstring商品子类型
hsCodestring海关编码 -爱达
giftboolean是否是赠品
shelfLifeinteger(int32)保质期
shelfLifeUtilstring保质期周期单位(HOUR-小时、DAY-天、WEEK-周、MONTH-月、 YEAR-年)
goodsEnergyStockGoodsEnergyDTO
goodsPropertyGoodsPropertyDTO$AddDTO
defSettlementGoodsBarcodeDefSettlementGoodsBarcodeDTO
goodsBarcodeListGoodsBarcodeDTO$AddDTO[]条码对象
distributeCompanyIdListinteger(int64)[]产品下发公司ID集合
goodsSpecificationParamListGoodsSpecificationParamDTO[]商品规格值集合
stockGoodsUomDTOListStockGoodsUomDTO[]计量单位集合
materialPropertyDTOGoodsManufactureDTO
purposeTagDTOResTagDTO$AssociatedTagDTO
attachmentAddDTOStockAttachmentDTO$UpdateDTO

com.leadwaycloud.stock.model.dto.goods.GoodsPropertyDTO$AddDTO

添加公司商品属性DTO

名称类型必填说明示例
allowDiscountboolean允许折扣
allowManualPriceboolean允许手工变价,POS手工变价(需要手工输入价格)
changePriceboolean允许变价单变价(允许手工变价)
allowSaleboolean允许销售
allowPurchaseboolean允许采购
allowRefundboolean允许退货
negativeDiscountboolean允许负毛利折扣
allowMarkdownboolean允许报损
orderedLocallyboolean允许直接采购
rsKeepDaysinteger(int32)保有天数(默认1) 补货中需要计算
rsDaysAveSaleinteger(int32)日均销售(默认1) 补货中需要计算
rsPromotionCoefficientnumber(double)促销系数(默认1) 补货中需要计算
bomTypestring商品BOM生产类型,先销后制 或者 先制后销(默认)
thirdPartyDeliveryboolean允许第三方直送
batchManagedboolean是否启用批次管理
costingMethodstring成本算法
outboundPrioritystring出库优先策略
minStockQtynumber(double)最小库存数量
maxStockQtynumber(double)最大库存数量
safetyStockQtynumber(double)安全库存数量

com.leadwaycloud.stock.model.dto.goods.GoodsCostRecordDTO$AddDTO

添加商品DTO

名称类型必填说明示例
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
oldValuenumber(double)修改前的值
newValuenumber(double)修改后的值
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户号ID

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockAttachment

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockAttachment

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockAttachment

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockAttachment[]返回数据

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformRePurchaseOrderLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformRePurchaseOrderLineVO[]返回数据

com.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformRePurchaseOrderLineVO

采购退货订单明细VO

名称类型必填说明示例
idinteger(int64)ID
amountTotalnumber(double)含税总额(priceTotal * qty * uomConversionRate)
amountTaxnumber(double)税总额(priceTax * qty * uomConversionRate)
amountUntaxednumber(double)不含税总额(priceUntaxed * qty * uomConversionRate)
priceTotalnumber(double)含税单价(基本计量单位)
priceTaxnumber(double)税单价(基本计量单位)
priceUntaxednumber(double)不含税单价(基本计量单位)
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
qtynumber(double)数量(明细行采购计量单位)
notestring备注
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
uomUomVO
goodsSupplierPlatformRePurchaseOrderLineVO$GoodsVO
goodsBarcodeSupplierPlatformRePurchaseOrderLineVO$GoodsBarcodeVO

com.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformRePurchaseOrderLineVO$GoodsBarcodeVO

采购退货单商品条码VO

名称类型必填说明示例
idinteger(int64)商品条码
barcodestring商品条码

com.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformRePurchaseOrderLineVO$GoodsVO

采购退货单商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformRePurchaseOrderListVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListSupplierPlatformRePurchaseOrderListVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformRePurchaseOrderListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformRePurchaseOrderListVO

com.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformRePurchaseOrderListVO

采购退货订单列表VO

名称类型必填说明示例
idinteger(int64)ID
statusstring订单状态
namestring名称
codestring订单编号
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
notestring备注
expectedDatestring(date)预计收货日期
currencyIdinteger(int64)货币ID
currencyNamestring货币名称
currencyCodestring货币编号
exchangeRatenumber(double)汇率
goodsPriceCompanyIdinteger(int64)价格表公司ID
goodsPriceCompanyNamestring价格表公司名称
goodsPriceCompanyCodestring价格表公司编号
targetCompanyIdinteger(int64)采购公司ID
targetCompanyNamestring采购公司名称
targetCompanyCodestring采购公司编号
financeBillStatusstring付款单状态

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformRePurchaseOrderDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformRePurchaseOrderDetailVO

com.leadwaycloud.stock.model.vo.res.CompanyVO

公司返回信息VO

名称类型必填说明示例
idinteger(int64)ID
codestring公司编号
namestring名称
idChainstring完整的组织结构

com.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformRePurchaseOrderDetailVO

采购退货订单详情VO

名称类型必填说明示例
idinteger(int64)ID
statusstring订单状态
namestring名称
codestring订单编号
exchangeRatenumber(double)汇率
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
expectedDatestring(date)预计收货日期
currencyIdinteger(int64)货币符号ID
goodsPriceCompanyIdinteger(int64)价格表公司ID
currencyCurrencyVO
goodsPriceCompanyCompanyVO
financeBillStatusstring付款单状态

com.leadwaycloud.stock.model.vo.sys.CurrencyVO

币种VO

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformPurchaseOrderLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPurchaseOrderLineVO[]返回数据

com.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformPurchaseOrderLineVO

采购订单明细VO

名称类型必填说明示例
idinteger(int64)ID
amountTotalnumber(double)含税总额(priceTotal * qty * uomConversionRate)
amountTaxnumber(double)税总额(priceTax * qty * uomConversionRate)
amountUntaxednumber(double)不含税总额(priceUntaxed * qty * uomConversionRate)
priceTotalnumber(double)含税单价(基本计量单位)
priceTaxnumber(double)税单价(基本计量单位)
priceUntaxednumber(double)不含税单价(基本计量单位)
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
qtynumber(double)数量(明细行采购计量单位)
notestring备注
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
uomUomVO
goodsSupplierPlatformPurchaseOrderLineVO$GoodsVO
goodsBarcodeSupplierPlatformPurchaseOrderLineVO$GoodsBarcodeVO

com.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformPurchaseOrderLineVO$GoodsBarcodeVO

采购单商品条码VO

名称类型必填说明示例
idinteger(int64)商品条码
barcodestring商品条码

com.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformPurchaseOrderLineVO$GoodsVO

采购单商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformPurchaseOrderListVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListSupplierPlatformPurchaseOrderListVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformPurchaseOrderListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPurchaseOrderListVO

com.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformPurchaseOrderListVO

采购订单列表VO

名称类型必填说明示例
idinteger(int64)ID
statusstring订单状态
namestring名称
codestring订单编号
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)订单所属公司ID
doneTimestring(date-time)完成时间
notestring备注
expectedDatestring(date)预计收货日期
currencyIdinteger(int64)货币ID
currencyNamestring货币名称
currencyCodestring货币编号
exchangeRatenumber(double)汇率
goodsPriceCompanyIdinteger(int64)价格表公司ID
goodsPriceCompanyNamestring价格表公司名称
goodsPriceCompanyCodestring价格表公司编号
targetCompanyIdinteger(int64)采购公司ID
targetCompanyNamestring采购公司名称
targetCompanyCodestring采购公司编号
financeBillStatusstring付款单状态

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformPurchaseOrderDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPurchaseOrderDetailVO

com.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformPurchaseOrderDetailVO

采购订单详情VO

名称类型必填说明示例
idinteger(int64)ID
statusstring订单状态
namestring名称
codestring订单编号
exchangeRatenumber(double)汇率
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
doneTimestring(date-time)完成时间
notestring备注
expectedDatestring(date)预计收货日期
currencyIdinteger(int64)货币符号ID
goodsPriceCompanyIdinteger(int64)价格表公司ID
companyIdinteger(int64)订单所属公司ID
createCompanyIdinteger(int64)创建订单公司ID
tripLineIdinteger(int64)航线ID
updateByinteger(int64)编辑人ID
currencyCurrencyVO
goodsPriceCompanyCompanyVO
financeBillStatusstring付款单状态
targetCompanyCompanyVO
agentSupplierPlatformPurchaseOrderDetailVO$AgentVO

com.leadwaycloud.stock.model.vo.supplier.platform.order.SupplierPlatformPurchaseOrderDetailVO$AgentVO

代理商VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.contract.SupplierPlatformPurchaseContractLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPurchaseContractLineVO[]返回数据

com.leadwaycloud.stock.model.vo.supplier.platform.contract.SupplierPlatformPurchaseContractLineVO

采购合同明细VO

名称类型必填说明示例
idinteger(int64)ID
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
priceTotalnumber(double)含税单价
priceTaxnumber(double)税单价
priceUntaxednumber(double)不含税单价
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
qtynumber(double)数量
notestring备注
lineNointeger(int32)行编号
originPriceTotalnumber(double)原币含税单价
originPriceTaxnumber(double)原币税单价
originPriceUntaxednumber(double)原币不含税单价
tradeTypestring贸易方式-爱达
goodsSupplierPlatformPurchaseContractLineVO$GoodsVO
goodsBarcodeSupplierPlatformPurchaseContractLineVO$GoodsBarcodeVO
companyCompanyVO

com.leadwaycloud.stock.model.vo.supplier.platform.contract.SupplierPlatformPurchaseContractLineVO$GoodsBarcodeVO

采购合同商品条码VO

名称类型必填说明示例
idinteger(int64)商品条码
barcodestring商品条码

com.leadwaycloud.stock.model.vo.supplier.platform.contract.SupplierPlatformPurchaseContractLineVO$GoodsVO

采购合同商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名
uomUomVO

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.supplier.platform.contract.SupplierPlatformPurchaseContractListVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListSupplierPlatformPurchaseContractListVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.supplier.platform.contract.SupplierPlatformPurchaseContractListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPurchaseContractListVO

com.leadwaycloud.stock.model.vo.supplier.platform.contract.SupplierPlatformPurchaseContractListVO

采购合同列表VO

名称类型必填说明示例
idinteger(int64)ID
statusstring合同状态
namestring合同名称
doneTimestring(date-time)完成时间
createTimestring(date-time)创建时间
codestring合同编号
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
notestring备注
currencyIdinteger(int64)货币ID
currencyNamestring货币名称
currencyCodestring货币编号
exchangeRatenumber(double)汇率

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.supplier.platform.contract.SupplierPlatformPurchaseContractDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPurchaseContractDetailVO

com.leadwaycloud.stock.model.vo.supplier.platform.contract.SupplierPlatformPurchaseContractDetailVO

采购合同详情VO

名称类型必填说明示例
idinteger(int64)ID
statusstring合同状态
namestring合同名称
codestring合同编号
exchangeRatenumber(double)汇率
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
notestring备注
currencyCurrencyVO

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformPaymentBillOrderVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPaymentBillOrderVO[]返回数据

com.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformPaymentBillOrderVO

付款单订单明细VO

名称类型必填说明示例
idinteger(int64)ID
orderIdinteger(int64)订单ID
orderSupplierPlatformPaymentBillOrderVO$OrderVO

com.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformPaymentBillOrderVO$OrderVO

订单VO

名称类型必填说明示例
idinteger(int64)ID
statusstring订单状态
namestring名称
codestring订单编号
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
pickingTypestring订单类型

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformPaymentBillGoodsVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPaymentBillGoodsVO[]返回数据

com.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformPaymentBillGoodsVO

付款单商品明细VO

名称类型必填说明示例
idinteger(int64)ID
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
qtynumber(double)数量
uomIdinteger(int64)计量单位ID
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
priceTotalnumber(double)含税单价
priceTaxnumber(double)税单价
priceUntaxednumber(double)不含税单价
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
orderIdnumber(double)订单ID
goodsSupplierPlatformPaymentBillGoodsVO$GoodsVO
uomUomVO

com.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformPaymentBillGoodsVO$GoodsVO

付款单商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformPaymentBillListVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListSupplierPlatformPaymentBillListVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformPaymentBillListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPaymentBillListVO

com.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformPaymentBillListVO

付款单列表VO

名称类型必填说明示例
idinteger(int64)ID
namestring账单名称
codestring编号
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
statusstring状态"DRAFT"
notestring备注
planDatestring(date)计划时间
invoiceCodestring纸质发票号
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
payboolean是否支付完成
currencyIdinteger(int64)货币ID
currencyNamestring货币名称
currencyCodestring货币编号
exchangeRatenumber(double)兑换本公司汇率

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformPaymentBillDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformPaymentBillDetailVO

com.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformPaymentBillDetailVO

付款单详情VO

名称类型必填说明示例
idstringID
namestring账单名称
codestring编号
statusstring状态"DRAFT"
notestring备注
invoiceCodestring纸质发票号
currencyIdinteger(int64)货币ID
exchangeRatenumber(double)兑换本公司汇率
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
currencyCurrencyVO

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformAttachmentVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformAttachmentVO[]返回数据

com.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformAttachmentVO

供应商平台附件VO

名称类型必填说明示例
idinteger(int64)ID
fileIndexstring文件后缀
fileNamestring文件名称
fileIdinteger(int64)文件ID
descriptionstring描述

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformInviteLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformInviteLineVO[]返回数据

com.leadwaycloud.stock.model.vo.crm.CustomerVO

客户返回信息VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
partnerIdinteger(int64)CRM关系ID
creditLevelstring信用等级

com.leadwaycloud.stock.model.vo.crm.SupplierVO

供应商返回信息VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
partnerIdinteger(int64)CRM关系ID
currencyIdinteger(int64)货币
settlementMethodstring供应商结算类型-爱达
statusstring状态

com.leadwaycloud.stock.model.vo.res.PartnerVO

客户关系对象

名称类型必填说明示例
idinteger(int64)id
customerCustomerVO
supplierSupplierVO
companyCompanyVO
userUserVO

com.leadwaycloud.stock.model.vo.res.UserVO

用户返回信息VO

名称类型必填说明示例
idinteger(int64)ID
userNamestring登录名称
namestring名称
partnerIdinteger(int64)CRM关系ID

com.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformInviteLineVO

招标供应商明细VO

名称类型必填说明示例
idinteger(int64)ID
supplyboolean是否参标
biddingboolean是否中标
qtynumber(double)数量
remarksstring备注
exchangeRatenumber(double)供应商货币与商户货币兑换率
dickerboolean是否重新报价
deliveryPeriodinteger(int32)交货周期(天)
priceTotalnumber(double)供应商报价含税金额(商户币种)
priceTaxnumber(double)供应商报价税金额(商户币种)
priceUntaxednumber(double)供应商报价不含税金额(商户币种)
originPriceTotalnumber(double)供应商原币报价含税金额(供应商币种)
originPriceTaxnumber(double)供应商原币报价税金额(供应商币种)
originPriceUntaxednumber(double)供应商原币报价不含稅金额(供应商币种)
lineNointeger(int32)行编号
tradeTypestring贸易方式-爱达
goodsSupplierPlatformInviteLineVO$GoodsVO
goodsBarcodeSupplierPlatformInviteLineVO$GoodsBarcodeVO
partnerPartnerVO
taxIdinteger(int64)税ID
taxNamestring税名称
taxValuesnumber(double)税值
companyIdinteger(int64)公司ID
companyNamestring公司名称
companyCodestring公司编号
currencyIdinteger(int64)币种id
currencyCodestring币种编号
currencyNamestring币种名称
companyGroupIdinteger(int64)公司组ID(爱达用于区域招标逻辑)-爱达
companyGroupNamestring公司组名称(爱达用于区域招标逻辑)-爱达

com.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformInviteLineVO$GoodsBarcodeVO

招标商品条码VO

名称类型必填说明示例
idinteger(int64)商品条码
barcodestring商品条码

com.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformInviteLineVO$GoodsVO

招标商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名
descriptionstring描述
uomUomVO

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformInviteTotalAmountRankVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformInviteTotalAmountRankVO

com.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformInviteTotalAmountRankVO

供应商中标公示VO

名称类型必填说明示例
totalAmountnumber(double)供应商报价总金额
rankinteger(int32)排名

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformInviteLineHistoryVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformInviteLineHistoryVO[]返回数据

com.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformInviteLineHistoryVO

招标历史明细VO

名称类型必填说明示例
idinteger(int64)ID
supplyboolean是否参标
biddingboolean是否中标
qtynumber(double)商品总数
remarksstring备注
exchangeRatenumber(double)供应商货币与商户货币兑换率
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
versioninteger(int64)版本号
amountTotalnumber(double)含税总额(priceTotal * qty * uomConversionRate)
amountTaxnumber(double)税总额(priceTax * qty * uomConversionRate)
amountUntaxednumber(double)不含税总额(priceUntaxed * qty * uomConversionRate)
priceTotalnumber(double)供应商报价含税金额(商户币种)
priceTaxnumber(double)供应商报价税金额(商户币种)
priceUntaxednumber(double)供应商报价不含税金额(商户币种)
originPriceTotalnumber(double)供应商原币报价含税金额(供应商币种)
originPriceTaxnumber(double)供应商原币报价税金额(供应商币种)
originPriceUntaxednumber(double)供应商原币报价不含稅金额(供应商币种)
lineNointeger(int32)行编号
companyGroupIdinteger(int64)公司组ID(爱达用于区域招标逻辑)-爱达
goodsSupplierPlatformInviteLineHistoryVO$GoodsVO
goodsBarcodeSupplierPlatformInviteLineHistoryVO$GoodsBarcodeVO
companyIdinteger(int64)公司ID
companyNamestring公司名称
companyCodestring公司编号

com.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformInviteLineHistoryVO$GoodsBarcodeVO

招标历史明细商品条码VO

名称类型必填说明示例
idinteger(int64)商品条码
barcodestring商品条码

com.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformInviteLineHistoryVO$GoodsVO

招标历史明细商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名
uomUomVO

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformInviteListVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListSupplierPlatformInviteListVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformInviteListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformInviteListVO

com.leadwaycloud.stock.model.vo.supplier.platform.invite.SupplierPlatformInviteListVO

招标列表VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
expiredTimestring(date-time)投标截止时间
statusstring状态
descriptionstring描述
openRankboolean是否打开公布排名
openInviteboolean是否打开中标公示
startTimestring(date-time)投标开始时间

com.leadwaycloud.core.model.RJava.lang.String

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datastring返回数据

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformAdvancePaymentOrderVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformAdvancePaymentOrderVO[]返回数据

com.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformAdvancePaymentOrderVO

预付款单订单明细VO

名称类型必填说明示例
idinteger(int64)ID
orderIdinteger(int64)订单ID
orderSupplierPlatformAdvancePaymentOrderVO$OrderVO

com.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformAdvancePaymentOrderVO$OrderVO

订单VO

名称类型必填说明示例
idinteger(int64)ID
statusstring订单状态
namestring名称
codestring订单编号
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
pickingTypestring订单类型

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformAdvancePaymentGoodsVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformAdvancePaymentGoodsVO[]返回数据

com.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformAdvancePaymentGoodsVO

预付款单商品明细VO

名称类型必填说明示例
idinteger(int64)ID
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
qtynumber(double)数量
uomIdinteger(int64)计量单位ID
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
priceTotalnumber(double)含税单价
priceTaxnumber(double)税单价
priceUntaxednumber(double)不含税单价
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
orderIdinteger(int64)订单ID
goodsSupplierPlatformAdvancePaymentGoodsVO$GoodsVO
uomUomVO

com.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformAdvancePaymentGoodsVO$GoodsVO

预付款单商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformAdvancePaymentListVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListSupplierPlatformAdvancePaymentListVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformAdvancePaymentListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformAdvancePaymentListVO

com.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformAdvancePaymentListVO

预付款单列表VO

名称类型必填说明示例
idinteger(int64)ID
codestring编号
statusstring状态"DRAFT"
notestring备注
planDatestring(date)计划时间
invoiceCodestring纸质发票号
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
payboolean是否支付完成
currencyIdinteger(int64)货币ID
currencyNamestring货币名称
currencyCodestring货币编号
exchangeRatenumber(double)兑换本公司汇率

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformAdvancePaymentDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSupplierPlatformAdvancePaymentDetailVO

com.leadwaycloud.stock.model.vo.supplier.platform.bill.SupplierPlatformAdvancePaymentDetailVO

预付款单详情VO

名称类型必填说明示例
idstringID
codestring编号
statusstring状态"DRAFT"
invoiceCodestring纸质发票号
currencyIdinteger(int64)货币ID
exchangeRatenumber(double)兑换本公司汇率
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
currencyCurrencyVO

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockWarehouse

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockWarehouse

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockWarehouse

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockWarehouse[]返回数据

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockMove

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockMove[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockMove

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockMove

com.leadwaycloud.stock.model.entity.stock.StockMove

出/入库单

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
pickingTypestring订单类型
statusstring订单状态
namestring名称
codestring订单编号
originIdinteger(int64)源订单ID
originTypestring源订单类型
planDatestring(date)计划日期
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
doneTimestring(date-time)完成时间
notestring备注
partnerIdinteger(int64)客户关系对象
businessDatestring(date)业务日期
operatorUserIdinteger(int64)操作用户ID
associateRtnboolean是否关联退货申请单
departmentIdinteger(int64)部门ID(万航用于标记营销业务室)
tripLineIdinteger(int64)航线ID
goodsTypestring商品类型
goodsSubTypestring商品子类型
originstring来源
balanceboolean是否记账
balanceDatestring(date)记账日期
balanceUserIdinteger(int64)记账人
initializationboolean是否初始化数据
manufactureReceiveDatestring(date)期初入库日期-万航
extensionInfostring拓展信息(JSON)
operatorUserResUser
createUserResUser
departmentHrDepartment
tripLineResTripLine
moveLineListStockMoveLine[]出/入库单明细
partnerPartnerBO
companyResCompany
warehouseListStockWarehouse[]仓库对象
targetWarehouseListStockWarehouse[]目标仓库对象
amountTotalnumber(double)总金额 -爱达
initialAmountTotalnumber(double)单据初始成本总金额 -爱达
contractStockContract
producerListCrmProducer[]生产商信息(钢厂质保书关联的生产商)
orderCodestring采购单、退货单号、调拨单号
costnumber(double)总成本
balanceUserResUser

com.leadwaycloud.stock.model.entity.stock.StockMoveLine

出/入库单明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
moveQtynumber(double)最终出入库数量
planQtynumber(double)计划出/入库数量
originLineIdinteger(int64)源订单行ID
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
notestring备注
lineNointeger(int32)行号
moveIdinteger(int64)出入库单ID
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
warehouseIdinteger(int64)库存变动仓库ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
costnumber(double)库存变动完成前的成本
targetWarehouseIdinteger(int64)领用出库单目标仓库ID,领用退货退库仓库ID(推送NCC作为获取成本中心)
stockFifoIdinteger(int64)指定成本关联stock_fifo表ID
otherGoodsBarcodeIdinteger(int64)other商品条码ID
stockFifoBusinessIdstringFIFO库存业务唯一ID,库存变动的时候需要生成
giftboolean是否是赠品
externalDistributionCodestring外部配送编号
producePlanIdinteger(int64)生产计划ID
producePlanCodestring生产计划编号
produceBatchIdinteger(int64)生产批次ID
produceBatchCodestring生产批次编号
sectionIdinteger(int64)节号ID
sectionNostring节号
furnacestring母炉号
subFurnacestring子炉号
materialTypestring原材料形状
lengthnumber(double)
widenumber(double)
heightnumber(double)
diameternumber(double)直径
productDatastring投料生产成品数据json(包含节号信息和实下件数)
weightnumber(double)重量
planDeliveryProductstring拟投产品-万航
purposestring用途
materialInspectionboolean是否需要发起复验
selfMaterialboolean是否自带料-万航
researchboolean是否科研料-万航
selfSampleMaterialboolean是否自带试样-万航
multipleLengthboolean是否倍尺料-万航
comeBackTypestring回库方式
autoComeBackboolean是否自动回库
comeBackWarehouseIdinteger(int64)回库仓库ID
comeBackCostnumber(double)回库成本
comeBackQtynumber(double)回库数量
comeBackLengthnumber(double)回库长度
comeBackWidenumber(double)回库宽度
comeBackHeightnumber(double)回库高度
comeBackDiameternumber(double)回库直径
comeBackWeightnumber(double)回库重量
assetboolean是否资产-爱达
initialCostnumber(double)单据初始成本(创建单据时刻的成本)
reasonCodeIdinteger(int64)原因码ID
uomSysUom
warehouseStockWarehouse
targetWarehouseStockWarehouse
comeBackWarehouseStockWarehouse
goodsStockGoods
goodsBarcodeStockGoodsBarcode
stockFifoStockFifo
otherGoodsBarcodeStockGoodsBarcode
reasonCodeResReasonCode
planDeliveryProductListStockGoods[]拟投产品对象集合
orderPriceUntaxednumber(double)订单不含税单价,关联stock_order_Line表price_untaxed字段
pqcAcceptanceStandardListPqcAcceptanceStandard[]采购标准集合
purchaseQtynumber(double)采购数量,关联stock_order_line表qty字段
latestMwamCostnumber(double)最新移动加权平均成本
goodsAppVOGoodsAppVO
boxGaugeUomConversionRatenumber(double)箱规计量单位转换基本单位转换率
boxGaugeUomSysUom
boxGaugeQtynumber(double)箱规单位数量

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockMove

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockMove

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockTransfer

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockTransfer[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockTransfer

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockTransfer

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockTransfer

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockTransfer

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.StockTransferLineQtyVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockTransferLineQtyVO[]返回数据

com.leadwaycloud.stock.model.vo.StockTransferLineQtyVO

调拨单明细数量汇总模型

名称类型必填说明示例
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
distributionQtynumber(double)已生成配送单-调拨数量
purchaseQtynumber(double)已生成采购单数量

com.leadwaycloud.stock.model.dto.inventory.StockTransferDTO$QueryAppDTO

查询调拨单DTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID
inCompanyIdinteger(int64)调入公司ID
outCompanyIdinteger(int64)调出公司ID
codestring编号
namestring名称
processStatusstring处理状态

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.StockMoveLineQtyVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockMoveLineQtyVO[]返回数据

com.leadwaycloud.stock.model.vo.FinanceInvoiceApplyQtyVO

发票申请VO

名称类型必填说明示例
invoiceApplyIdinteger(int64)发票申请ID
invoiceApplyNamestring发票申请Name
invoiceApplyCodestring发票申请CODE
invoiceApplyQtynumber(double)以申请发票数量(已经申请发票的数量)

com.leadwaycloud.stock.model.vo.StockMoveLineQtyVO

出入库明细数量汇总模型

名称类型必填说明示例
moveIdinteger(int64)出入库单ID
moveLineIdinteger(int64)出入库单明细ID
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
invoiceQtynumber(double)已开发票数量(已经创建了发票的数量)
waitInvoiceQtynumber(double)待申请开发票数量(还未发起发票申请的数量)
invoiceApplyQtynumber(double)以申请发票数量(已经申请发票的数量)
transferQtynumber(double)调拨数量(原材料入库库间调拨)
reReceiveQtynumber(double)退货入库数量(原材料退货入库)
reDeliveryQtynumber(double)退货出库数量(原材料退货出库)
financeInvoiceApplyQtyVOListFinanceInvoiceApplyQtyVO

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockPartnerWarehouse

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockPartnerWarehouse[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockPartnerWarehouse

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockPartnerWarehouse

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockPartnerWarehouseRelation

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockPartnerWarehouseRelation[]返回数据

com.leadwaycloud.stock.model.entity.stock.StockPartnerWarehouseRelation

CRM仓库与CRM关系管理

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
partnerIdinteger(int64)CRM关系ID
warehouseIdinteger(int64)CRM仓库ID
defboolean是否默认
partnerPartnerBO
stockPartnerWarehouseStockPartnerWarehouse

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.energy.EnergyStockReceiveOilLogs

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListEnergyStockReceiveOilLogs[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.energy.EnergyStockReceiveOilLogs

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataEnergyStockReceiveOilLogs

com.leadwaycloud.stock.model.entity.energy.EnergyStockReceiveOilLogs

收油日志

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
companyIdinteger(int64)公司ID
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
receiveOilIdinteger(int64)收油单ID
receiveOilLineIdinteger(int64)收油单明细ID
bindboolean是否绑定
tankCodestring油罐编号
logTimestring(date-time)
startTimestring(date-time)
endTimestring(date-time)
startVolumenumber(double)
endVolumenumber(double)
saleVolumenumber(double)
inVolumenumber(double)
v20Volumenumber(double)V20体积
temperaturenumber(double)温度
observedDensitynumber(double)观察密度
typestring日志类型<INV:最新库存,REC:收油>
observedVolumenumber(double)观察体积
fuelLevelnumber(double)油高度
fuelVolumenumber(double)油体积
waterLevelnumber(double)水高度
waterVolumenumber(double)水体积
ullagenumber(double)损耗

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.energy.EnergyStockReceiveOil

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListEnergyStockReceiveOil[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.energy.EnergyStockReceiveOil

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataEnergyStockReceiveOil

com.leadwaycloud.stock.model.entity.energy.EnergyStockReceiveOil

收油单

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
statusstring状态
namestring名称
codestring编号
externalCodestring外部编号
partnerIdinteger(int64)客户关系对象
originIdinteger(int64)源订单ID
originTypestring源订单类型
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
doneTimestring(date-time)完成时间
notestring备注
shipTimestring(date-time)发货时间
receiptTimestring(date-time)收货时间
partnerWarehouseIdinteger(int64)提货库ID
deliveryNumberstring提货单号
arrivalTimestring(date-time)到站时间
businessDateinteger(int64)业务日期
operatorUserIdinteger(int64)操作用户ID
departureTimestring(date-time)离开质检站时间
partnerWarehouseStockPartnerWarehouse
operatorUserResUser
companyResCompany
partnerPartnerBO
energyStockReceiveOilLineListEnergyStockReceiveOilLine[]收油单明细

com.leadwaycloud.stock.model.entity.energy.EnergyStockReceiveOilLine

收油单明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
moveQtynumber(double)最终入库数量(Vt)
planQtynumber(double)计划入库数量
originLineIdinteger(int64)源订单行ID
receiveOilIdinteger(int64)收油单ID
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
notestring备注
lineNointeger(int32)行号
tankIdinteger(int64)油罐ID
warehouseIdinteger(int64)仓库ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
standardQtynumber(double)标准数量(V20)
uomSysUom
energyOilTankEnergyOilTank
goodsStockGoods
goodsBarcodeStockGoodsBarcode

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.energy.EnergyStockReceiveOil

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataEnergyStockReceiveOil

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.energy.EnergyStockAdjustOil

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListEnergyStockAdjustOil[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.energy.EnergyStockAdjustOil

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataEnergyStockAdjustOil

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.res.ResReasonCode

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResReasonCode[]返回数据

com.leadwaycloud.core.model.RJava.lang.Double

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datanumber(double)返回数据

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockQtyRecord

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockQtyRecord[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockQtyRecord

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockQtyRecord

com.leadwaycloud.stock.model.entity.stock.StockQtyRecord

当前页数据

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
qtynumber(double)变动数量
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)条码ID
originTypestring源单据类型
originIdinteger(int64)源单据ID
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户号ID
warehouseIdinteger(int64)仓库ID
businessDatestring(date)业务日期
originLineIdinteger(int64)源单据ID
warehouseStockWarehouse
energyOilTankEnergyOilTank
associationPickingTypestring关联单据源单据类型

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoods

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockGoods[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoods

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoods

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.goods.InventoryGoodsVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListInventoryGoodsVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.goods.InventoryGoodsVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataInventoryGoodsVO

com.leadwaycloud.stock.model.vo.goods.InventoryGoodsVO

库存商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
descriptionstring描述
otherNamestring别名
uomNamestring计量单位名称
uomCodestring计量单位编号
latestMwamCostnumber(double)最新移动加权平均成本
stockQtynumber(double)库存数量
startQtynumber(double)期初数量
transferQtynumber(double)在途数量(爱达使用)

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsBarcode

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsBarcode[]返回数据

com.leadwaycloud.stock.model.dto.inventory.QueryStockInventoryBatchDTO

查询盘点批次DTO

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockInventoryBatch

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockInventoryBatch[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockInventoryBatch

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockInventoryBatch

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockInventory

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockInventory[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockInventory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockInventory

com.leadwaycloud.stock.model.entity.stock.StockInventory

盘点单

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
codestring编号
inventoryDatestring(date)盘点时间
statusstring状态
externalCodestring外部编号
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户号ID
doneTimestring(date-time)调整单完成时间
notestring备注
operatorUserIdinteger(int64)操作用户ID
businessDateinteger(int64)业务日期
tripLineIdinteger(int64)航线ID
originstring来源
operatorUserResUser
companyResCompany
tripLineResTripLine
inventoryLineListStockInventoryLine[]盘点单明细
amountTotalnumber(double)总金额

com.leadwaycloud.stock.model.entity.stock.StockInventoryLine

盘点单明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
stockQtynumber(double)当前库存数量
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
notestring备注
lineNointeger(int32)行号
inventoryIdinteger(int64)盘点单Id
inventoryQtynumber(double)盘点数量
goodsIdinteger(int64)商品
goodsBarcodeIdinteger(int64)商品条码
warehouseIdinteger(int64)仓库ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
costnumber(double)库存变动完成前的成本
stockFifoIdinteger(int64)指定成本关联stock_fifo表ID
stockFifoBusinessIdstringFIFO库存业务唯一ID,库存变动的时候需要生成
uomSysUom
warehouseStockWarehouse
goodsStockGoods
goodsBarcodeStockGoodsBarcode
stockFifoStockFifo
reasonCodeResReasonCode
goodsAppVOGoodsAppVO

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockInventoryRecord

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockInventoryRecord[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockInventoryRecord

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockInventoryRecord

com.leadwaycloud.stock.model.entity.stock.StockInventoryRecord

盘点录入

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
inventoryQtynumber(double)盘点数量
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
lineNointeger(int32)行号
typestring录入类型 HAND||SCAN
osstring来源系统类型 PC||MOBILE
notestring备注
inventoryIdinteger(int64)盘点单ID
statusstring盘点类型
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
warehouseIdinteger(int64)仓库ID
otherGoodsBarcodeIdinteger(int64)other商品条码ID
warehouseStockWarehouse
goodsStockGoods
goodsBarcodeStockGoodsBarcode
otherGoodsBarcodeStockGoodsBarcode
goodsAppVOGoodsAppVO

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockInventory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockInventory

com.leadwaycloud.stock.model.dto.goods.StockGoodsSplitDTO$QueryDTO

查询DTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID
statusstring状态
namestring名称
codestring编号
startDatestring(date)业务日期
endDatestring(date)业务日期

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoodsSplit

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockGoodsSplit[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoodsSplit

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsSplit

com.leadwaycloud.stock.model.entity.stock.StockGoodsSplit

商品拆分单

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
splitIdinteger(int64)拆分单Id
companyIdinteger(int64)公司ID
sourceGoodsIdinteger(int64)原商品ID
sourceGoodsBarcodeIdinteger(int64)原商品条码ID
sourceUomIdinteger(int64)原计量单位ID
sourceQtynumber(double)原商品数量
sourceWarehouseIdinteger(int64)原商品仓库ID
targetGoodsIdinteger(int64)目标商品ID
targetGoodsBarcodeIdinteger(int64)目标商品条码ID
targetUomIdinteger(int64)目标商品计量单位ID
targetQtynumber(double)目标商品数量
targetWarehouseIdinteger(int64)目标仓库ID
sourceCostnumber(double)原商品成本
targetCostnumber(double)目标商品成本
originLineIdinteger(int64)源订单行ID
statusstring订单状态
namestring名称
codestring订单编号
merchantIdinteger(int64)商户ID
doneTimestring(date-time)完成时间
notestring备注
businessDatestring(date)业务日期
originTypestring源订单行类型
originIdstring源订单行ID
companyResCompany

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsSplit

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsSplit

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockRecordFifo

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockRecordFifo[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockRecordFifo

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRecordFifo

com.leadwaycloud.stock.model.entity.stock.StockRecordFifo

库存明细记录表

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
stockFifoIdinteger(int64)
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户号ID
receivePricenumber(double)不含税单价采购价
receivePriceTaxValuenumber(double)采购税
receivePriceTaxIdinteger(int64)采购税ID
changeQtynumber(double)变动数量
originTypestring
originIdinteger(int64)
originLineIdinteger(int64)
costnumber(double)成本
businessDatestring(date)业务日期
warehouseIdinteger(int64)仓库ID
stockFifoBusinessIdstringFIFO库存业务唯一ID,库存变动的时候需要生成
initializationboolean是否初始化数据
lengthnumber(double)
widenumber(double)
heightnumber(double)
diameternumber(double)直径
producePlanIdinteger(int64)生产计划ID
producePlanCodestring生产计划编号
produceBatchIdinteger(int64)生产批次ID
produceBatchCodestring生产批次编号
sectionIdinteger(int64)节号ID
sectionNostring节号
furnacestring母炉号
subFurnacestring子炉号
materialTypestring原材料形状
weightnumber(double)重量
researchboolean 是否科研料-万航
selfMaterialboolean是否自带料-万航
selfSampleMaterialboolean是否自带试样-万航
multipleLengthboolean是否倍尺料-万航
warehouseStockWarehouse
associationPickingTypestring关联单据源单据类型

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockFifo

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockFifo[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockFifo

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockFifo

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.fifo.StockFifoQtyVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockFifoQtyVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.fifo.StockFifoQtyVO

FIFO占用情况VO

名称类型必填说明示例
stockFifoIdinteger(int64)fifoID
companyIdinteger(int64)门店ID
goodsBarcodeIdinteger(int64)商品条码ID
stockQtynumber(double)当前库存数量
occupyQtynumber(double)占用数量
warehouseIdinteger(int64)仓库ID
transferLineQtyVOListStockFifoQtyVO$TransferLineFifoQtyVO
stockMoveLineQtyVOListStockFifoQtyVO$MoveLineFifoQtyVO
materialUrgentLineQtyVOListStockFifoQtyVO$MaterialUrgentLineFifoQtyVO
materialSubstituteLineQtyVOListStockFifoQtyVO$MaterialSubstituteLineFifoQtyVO

com.leadwaycloud.stock.model.vo.stock.fifo.StockFifoQtyVO$MaterialSubstituteLineFifoQtyVO

原材料代用FIFO占用情况VO

名称类型必填说明示例
materialSubstituteIdinteger(int64)原材料代用单ID
codestring原材料代用单CODE
materialSubstituteLineIdinteger(int64)原材料代用单明细ID
statusstring状态
stockFifoIdinteger(int64)stockFifoId批次ID
materialTypestring原材料类型
materialSubstituteOccupyQtynumber(double)原材料代用单占用数量
materialSubstituteOccupyWeightnumber(double)原材料代用单占用重量
materialSubstituteOccupyLengthnumber(double)原材料代用单占用长
materialSubstituteOccupyWidenumber(double)原材料代用单占用宽
materialSubstituteOccupyHeightnumber(double)原材料代用单占用高
materialSubstituteOccupyDiameternumber(double)原材料代用单占用直径

com.leadwaycloud.stock.model.vo.stock.fifo.StockFifoQtyVO$MaterialUrgentLineFifoQtyVO

原材料紧急放行FIFO占用情况VO

名称类型必填说明示例
materialUrgentIdinteger(int64)原材料紧急放行单ID
codestring原材料紧急放行单CODE
materialUrgentLineIdinteger(int64)原材料紧急放行单明细ID
statusstring状态
stockFifoIdinteger(int64)stockFifoId批次ID
materialTypestring原材料类型
materialUrgentOccupyQtynumber(double)原材料紧急放行单占用数量
materialUrgentOccupyWeightnumber(double)原材料紧急放行单占用重量
materialUrgentOccupyLengthnumber(double)原材料紧急放行单占用长
materialUrgentOccupyWidenumber(double)原材料紧急放行单占用宽
materialUrgentOccupyHeightnumber(double)原材料紧急放行单占用高
materialUrgentOccupyDiameternumber(double)原材料紧急放行单占用直径

com.leadwaycloud.stock.model.vo.stock.fifo.StockFifoQtyVO$MoveLineFifoQtyVO

出/入库FIFO占用情况VO

名称类型必填说明示例
moveIdinteger(int64)出入库单ID
moveCodestring出入库单CODE
pickingTypestring出入库类型
goodsTypestring商品类型
moveStatusstring出入库单状态
moveLineIdinteger(int64)出入库单明细ID
stockFifoIdinteger(int64)stockFifoId批次ID
materialTypestring原材料类型
moveDeliveryOccupyQtynumber(double)出库占用数量
moveDeliveryOccupyWeightnumber(double)出库占用重量
moveDeliveryOccupyLengthnumber(double)出库占用长
moveDeliveryOccupyWidenumber(double)出库占用宽
moveDeliveryOccupyHeightnumber(double)出库占用高
moveDeliveryOccupyDiameternumber(double)出库占用直径

com.leadwaycloud.stock.model.vo.stock.fifo.StockFifoQtyVO$TransferLineFifoQtyVO

调拨FIFO占用情况VO

名称类型必填说明示例
transferIdinteger(int64)调拨单ID
transferCodestring调拨单CODE
pickingTypestring调拨类型
goodsTypestring商品类型
transferStatusstring调拨单状态
transferLineIdinteger(int64)调拨明细ID
stockFifoIdinteger(int64)stockFifoId批次ID
materialTypestring原材料类型
transferOccupyQtynumber(double)调拨占用数量
transferOccupyWeightnumber(double)调拨占用重量
transferOccupyLengthnumber(double)调拨占用长
transferOccupyWidenumber(double)调拨占用宽
transferOccupyHeightnumber(double)调拨占用高
transferOccupyDiameternumber(double)调拨占用直径

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.associate.AssociatesVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataAssociatesVO

com.leadwaycloud.stock.model.vo.associate.AssociatesVO

订单关联数据

名称类型必填说明示例
idinteger(int64)主键ID
codestring编号
namestring名称
statusstring状态
pickingTypestring类型
companyIdinteger(int64)所属公司ID
goodsTypestring商品类型
goodsSubTypestring商品子类型
parentListAssociatesVO
childListAssociatesVO

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.StockDistributionLineQtyVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockDistributionLineQtyVO[]返回数据

com.leadwaycloud.stock.model.vo.StockDistributionLineQtyVO

配送单明细数量汇总模型

名称类型必填说明示例
goodsBarcodeIdinteger(int64)商品条码ID
receiveMoveQtynumber(double)实际已入库数量
deliveryMoveQtynumber(double)实际已出库数量
receivePlanQtynumber(double)计划入库数量
deliveryPlanQtynumber(double)计划出库数量

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockOrderCarrierProperty

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderCarrierProperty

com.leadwaycloud.stock.model.entity.crm.CrmCarrier

承运商

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
statusstring状态
currencyIdinteger(int64)货币Id
birthdaystring(date)生日
sexstring生日
notestring性别
partnerIdinteger(int64)CRM关系
externalCodestring外部编号
typestring公司类型
merchantIdinteger(int64)商户Id
namestring名称
imagestring图片
contactIdinteger(int64)地址联系Id
companyIdinteger(int64)公司Id
codestring编号

com.leadwaycloud.stock.model.entity.stock.StockOrderCarrierProperty

订单承运商拓展属性

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
carrierIdinteger(int64)承运商ID
orderIdinteger(int64)配送单ID
orderTypestring订单类型
carNumberstring车号
driverNamestring驾驶员姓名
deliveryDensitynumber(double)出油密度
deliveryTemperaturenumber(double)出油温度
inspectionDensitynumber(double)质检密度
inspectionTemperaturenumber(double)质检温度
sealNumberstring铅封号
departureTimestring(date-time)离开质检站时间
receiveDensitynumber(double)收油密度
receiveTemperaturenumber(double)收油温度
carrierCrmCarrier

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockDistribution

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockDistribution[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockDistribution

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockDistribution

com.leadwaycloud.stock.model.entity.stock.StockDistribution

配送单

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
codestring编号
pickingTypestring订单类型
statusstring订单状态
originIdinteger(int64)源订单ID
originTypestring源订单类型
doneTimestring(date-time)完成时间
externalCodestring外部编号
currencyIdinteger(int64)货币符号ID
exchangeRatenumber(double)汇率
operatorUserIdinteger(int64)操作用户ID
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)配送单所属公司ID
notestring备注
deliveryTimestring(date-time)配送时间
deliveryNumberstring提货单号
partnerWarehouseIdinteger(int64)提货库ID
createCompanyIdinteger(int64)创建配送单公司ID
targetPartnerIdinteger(int64)收货门店或客户对应partner id
sourcePartnerIdinteger(int64)配货门店或供应商partner id
oilboolean是否油品配送单
tripLineIdinteger(int64)航线ID
partnerWarehouseStockPartnerWarehouse
operatorUserResUser
currencySysCurrency
tripLineResTripLine
targetPartnerPartnerBO
sourcePartnerPartnerBO
carrierPropertyStockOrderCarrierProperty
distributionLineListStockDistributionLine[]配送单明细
expectedDatestring(date)采购预计收货日期
moveStatusstring库存单状态

com.leadwaycloud.stock.model.entity.stock.StockDistributionLine

配送单明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
amountTotalnumber(double)含税总额(priceTotal * qty * uomConversionRate)
amountTaxnumber(double)税总额(priceTax * qty * uomConversionRate)
amountUntaxednumber(double)不含税总额(priceUntaxed * qty * uomConversionRate)
priceTotalnumber(double)含税单价(基本计量单位)
priceTaxnumber(double)税单价(基本计量单位)
priceUntaxednumber(double)不含税单价(基本计量单位)
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
qtynumber(double)数量(明细行计量单位)
distributionIdinteger(int64)配送单ID
merchantIdinteger(int64)商户ID
companyIdinteger(int64)配送单所属公司ID
notestring备注
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
originLineIdinteger(int64)源订单明细行ID
otherGoodsBarcodeIdinteger(int64)other商品条码ID
giftboolean是否是赠品
externalDistributionCodestring外部配送编号
assetboolean是否资产-爱达
uomSysUom
goodsStockGoods
goodsBarcodeStockGoodsBarcode
otherGoodsBarcodeStockGoodsBarcode
purchaseQtynumber(double)采购数量,关联stock_order_line表qty字段

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockDistribution

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockDistribution

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockBom

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockBom[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockBom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockBom

com.leadwaycloud.stock.model.entity.stock.StockBom

商品BOM调整单

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
codestring编号
externalCodestring外部编号
pickingTypestring订单类型
notestring备注
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户号ID
statusstring状态
doneTimestring(date-time)BOM调整单完成时间
operatorUserIdinteger(int64)操作用户ID
businessDatestring(date)业务时间
operatorUserResUser
stockBomSourceListStockBomSource[]商品BOM调整单源明细集合

com.leadwaycloud.stock.model.entity.stock.StockBomSource

商品BOM调整单源明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
qtynumber(double)数量
bomIdinteger(int64)商品BOM
goodsIdinteger(int64)商品
goodsBarcodeIdinteger(int64)条码
lineNointeger(int32)行号
warehouseIdinteger(int64)仓库ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
stockFifoIdinteger(int64)指定成本关联stock_fifo表ID
uomSysUom
warehouseStockWarehouse
stockBomTargetListStockBomTarget[]商品BOM调整单目标明细集合
goodsStockGoods
goodsBarcodeStockGoodsBarcode

com.leadwaycloud.stock.model.entity.stock.StockBomTarget

商品BOM调整单目标明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
qtynumber(double)数量
bomIdinteger(int64)商品BOM
bomSourceIdinteger(int64)源商品BOM
goodsIdinteger(int64)商品
goodsBarcodeIdinteger(int64)条码
lineNointeger(int32)行号
warehouseIdinteger(int64)仓库ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
stockFifoIdinteger(int64)指定成本关联stock_fifo表ID
uomSysUom
warehouseStockWarehouse
goodsStockGoods
goodsBarcodeStockGoodsBarcode

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockBom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockBom

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockAdjust

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockAdjust[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockAdjust

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockAdjust

com.leadwaycloud.stock.model.entity.stock.StockAdjust

调整单

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
codestring编号
externalCodestring外部编号
operatorUserIdinteger(int64)操作用户ID
statusstring状态
doneTimestring(date-time)调整单完成时间
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户号ID
notestring备注
typestring调整类型
createCompanyIdinteger(int64)创建调整单公司ID
businessDatestring(date)业务日期
tripLineIdinteger(int64)航线ID
goodsTypestring商品类型
goodsSubTypestring商品子类型
originstring来源
operatorUserResUser
createUserResUser
companyResCompany
tripLineResTripLine
adjustLineListStockAdjustLine[]调整单明细

com.leadwaycloud.stock.model.entity.stock.StockAdjustLine

调整单明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
warehouseIdinteger(int64)仓库ID
adjustIdinteger(int64)调整单ID
adjustQtynumber(double)调整数量
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户号ID
notestring备注
lineNointeger(int32)行号
costnumber(double)库存变动完成前的成本
adjustCostnumber(double)调整成本
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
stockFifoIdinteger(int64)指定成本关联stock_fifo表ID
otherGoodsBarcodeIdinteger(int64)other商品条码ID
stockFifoBusinessIdstringFIFO库存业务唯一ID,库存变动的时候需要生成
materialTypestring原材料形状
lengthnumber(double)
widenumber(double)
heightnumber(double)
diameternumber(double)直径
weightnumber(double)重量
uomSysUom
warehouseStockWarehouse
goodsStockGoods
goodsBarcodeStockGoodsBarcode
reasonCodeIdinteger(int64)原因码ID
reasonCodeResReasonCode
stockFifoStockFifo
otherGoodsBarcodeStockGoodsBarcode
latestMwamCostnumber(double)最新移动加权平均成本
goodsAppVOGoodsAppVO

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockAdjust

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockAdjust

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.StockOrderLineQtyVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderLineQtyVO[]返回数据

com.leadwaycloud.stock.model.vo.StockOrderLineQtyVO

订单明细数量汇总模型

名称类型必填说明示例
orderLineIdinteger(int64)订单明细ID
goodsBarcodeIdinteger(int64)商品条码ID
moveQtynumber(double)最终出/入库数量
planQtynumber(double)计划出/入库数量
reQtynumber(double)退货单数量
efficientQtynumber(double)有效出/入计算数量
distributionQtynumber(double)已配货数量
efficientWeightnumber(double)有效出/入计算重量

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockOrder

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockOrder[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockOrder

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrder

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockOrder

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrder

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.quote.QuoteListVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListQuoteListVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.quote.QuoteListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataQuoteListVO

com.leadwaycloud.stock.model.vo.quote.QuoteListVO

报价单列表返回VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
notestring备注
pickingTypestring报价单类型
codestring报价单编号
externalCodestring外部编号
quoteDatestring(date)报价日期
statusstring报价单状态
customerIdinteger(int64)客户ID
customerCodestring客户编号
customerNamestring客户名称
customerContactPersonIdinteger(int64)客户联系人ID
customerContactPersonCodestring客户联系人编号
customerContactPersonNamestring客户联系人名称

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.quote.QuoteDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataQuoteDetailVO

com.leadwaycloud.stock.model.vo.quote.QuoteDetailVO

报价单详情返回VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
notestring备注
pickingTypestring报价单类型
originIdinteger(int64)源订单ID
originTypestring源订单类型
customerIdinteger(int64)客户ID
customerContactPersonIdinteger(int64)客户联系人ID
codestring报价单编号
externalCodestring外部编号
quoteDatestring(date)报价日期
statusstring报价单状态
originstring来源
customerQuoteDetailVO$CustomerVO
customerContactPersonQuoteDetailVO$CustomerContactPersonVO
quoteLineListQuoteLineVO

com.leadwaycloud.stock.model.vo.quote.QuoteDetailVO$CustomerContactPersonVO

客户联系人信息VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
emailstring邮箱
mobilestring手机

com.leadwaycloud.stock.model.vo.quote.QuoteDetailVO$CustomerVO

客户信息VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号

com.leadwaycloud.stock.model.vo.quote.QuoteLineTieredVO

报价单阶梯VO

名称类型必填说明示例
idinteger(int64)ID
minQtynumber(double)最小数量
maxQtynumber(double)最大数量
pricenumber(double)价格
periodinteger(int32)周期(采购:交货周期 销售:发货周期)
periodUtilstring周期单位(HOUR-小时、DAY-天、WEEK-周、MONTH-月、 YEAR-年)
lineNointeger(int32)行编号

com.leadwaycloud.stock.model.vo.quote.QuoteLineVO

报价单明细信息VO

名称类型必填说明示例
idinteger(int64)ID
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
lineNointeger(int32)行编号
notestring备注
quoteIdinteger(int64)报价单ID
pricenumber(double)价格
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
deliveryPeriodinteger(int32)交货周期
taxTypestring税金计算类型
tieredboolean是否启用阶梯价目表
startTimestring(date-time)有效期开始时间
endTimestring(date-time)有效期结束时间
extensionInfostring拓展信息(JSON)
uomUomVO
financeTaxTaxVO
goodsQuoteLineVO$GoodsVO
goodsBarcodeQuoteLineVO$GoodsBarcodeVO
quoteLineTieredListQuoteLineTieredVO

com.leadwaycloud.stock.model.vo.quote.QuoteLineVO$GoodsBarcodeVO

商品条码信息VO

名称类型必填说明示例
idinteger(int64)ID
barcodestring商品条码

com.leadwaycloud.stock.model.vo.quote.QuoteLineVO$GoodsVO

商品信息VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockOrderHistory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderHistory[]返回数据

com.leadwaycloud.stock.model.entity.stock.StockOrderHistory

订单历史

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
originIdinteger(int64)上一级订单
pickingTypestring订单类型
statusstring订单状态
namestring名称
codestring订单编号
externalCodestring外部编号
exchangeRatenumber(double)汇率
partnerIdinteger(int64)客户或者供应商关联partnerId
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)订单所属公司ID
doneTimestring(date-time)完成时间
notestring备注
originTypestring原订单类型
billingPeriodinteger(int32)账期
urgentboolean是否紧急false
expectedDatestring(date-time)预计收/退货日期
createCompanyIdinteger(int64)创建订单公司ID
targetCompanyIdinteger(int64)实际需要采购/销售公司ID,影响最终入库公司
operatorUserIdinteger(int64)操作用户ID
currencyIdinteger(int64)货币符号ID
oilboolean是否油品订单
goodsPriceCompanyIdinteger(int64)查询价格表公司ID
cancelDescriptionstring单据取消描述
tripLineIdinteger(int64)航线ID
agentIdinteger(int64)代理商ID
originAmountnumber(double)折扣前总额,只用于前端展示
discountAmountnumber(double)折扣总额,只用于前端展示
goodsTypestring商品类型
goodsSubTypestring商品子类型
originOrderIdinteger(int64)源订单ID
versionstring版本
originstring来源
operatorUserResUser
currencySysCurrency
targetCompanyResCompany
agentCrmAgent
assistUserListResUser[]协作人
goodsPriceCompanyResCompany
createUserResUser
tripLineResTripLine
partnerPartnerBO
orderLineHistoryListStockOrderLineHistory[]订单历史明细
distributionStatusstring配送单状态
moveStatusstring库存单状态
financeBillStatusstring付款单状态
realityTimestring(date-time)采购(实际入库时间)
stockContractStockContract

com.leadwaycloud.stock.model.entity.stock.StockOrderLineHistory

订单明细历史

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
amountTotalnumber(double)含税总额(priceTotal * qty * uomConversionRate)
amountTaxnumber(double)税总额(priceTax * qty * uomConversionRate)
amountUntaxednumber(double)不含税总额(priceUntaxed * qty * uomConversionRate)
priceTotalnumber(double)含税单价(基本计量单位)
priceTaxnumber(double)税单价(基本计量单位)
priceUntaxednumber(double)不含税单价(基本计量单位)
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
qtynumber(double)数量(明细行采购计量单位)
orderIdinteger(int64)订单ID
merchantIdinteger(int64)商户ID
companyIdinteger(int64)订单所属公司ID
notestring备注
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
originLineIdinteger(int64)源订单明细行ID,用于记录采购/销售退货单关联源采购/销售单商品明细
otherGoodsBarcodeIdinteger(int64)other商品条码ID
contractIdinteger(int64)合同ID,用于记录stock_order_line明细是由哪个stock_contract_line_id绑定
contractLineIdinteger(int64)合同明细ID,用于记录对应合同明细
orderPriceTotalnumber(double)订单含税价
orderPriceTaxnumber(double)订单税价
orderPriceUntaxednumber(double)订单不含税价
giftboolean是否是赠品
originOrderLineIdinteger(int64)源订单明细ID
stockFifoIdinteger(int64)指定成本关联stock_fifo表ID
stockFifoBusinessIdstringFIFO库存业务唯一ID,库存变动的时候需要生成
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
planDeliveryProductstring拟投产品-万航
purposestring用途
producerIdinteger(int64)生产商ID
assetboolean是否资产-爱达
multipleLengthboolean是否倍尺料-万航
uomSysUom
goodsStockGoods
goodsBarcodeStockGoodsBarcode
otherGoodsBarcodeStockGoodsBarcode
stockFifoStockFifo
planDeliveryProductListStockGoods[]拟投产品对象集合

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockOrderHistory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderHistory

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockContractClauseTemplate

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockContractClauseTemplate[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockContractClauseTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractClauseTemplate

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockContractChange

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockContractChange[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockContractChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractChange

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.StockContractSearchVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockContractSearchVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.StockContractSearchVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractSearchVO

com.leadwaycloud.stock.model.vo.stock.StockContractSearchVO

分页搜索合同信息VO

名称类型必填说明示例
idinteger(int64)合同Id
namestring合同名称
codestring合同编号

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.sale.contract.SaleContractLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSaleContractLineVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.goods.GoodsCategoryVO

商品分类VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
idChainstring完整的组织结构

com.leadwaycloud.stock.model.vo.stock.sale.contract.SaleContractLineVO

销售合同明细VO

名称类型必填说明示例
idinteger(int64)商品ID
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
priceTotalnumber(double)含税单价
priceTaxnumber(double)税单价
priceUntaxednumber(double)不含税单价
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
qtynumber(double)数量
notestring备注
lineNointeger(int32)行编号
planReleaseDatestring(date)预计投料日期
planDeliveryDatestring(date)预计交货日期
armyCheckboolean是否军检
contractDeliveryDatestring(date)合同交货日期
originLineIdinteger(int64)源订单明细行ID
productCategorystring锻件类型-万航(STANDARD_GOODS:常规件 DISASSEMBLED_GOODS:解剖件 ALLOCATED_GOODS:分摊件
goodsSaleContractLineVO$GoodsVO
goodsBarcodeSaleContractLineVO$GoodsBarcodeVO
contractAnatomicalRecordListSaleContractLineVO$ContractAnatomicalRecordVO

com.leadwaycloud.stock.model.vo.stock.sale.contract.SaleContractLineVO$ContractAnatomicalRecordVO

销售合同解剖件价格VO

名称类型必填说明示例
idinteger(int64)ID
priceTotalnumber(double)单价含税
notestring备注

com.leadwaycloud.stock.model.vo.stock.sale.contract.SaleContractLineVO$GoodsBarcodeVO

销售合同商品条码VO

名称类型必填说明示例
idinteger(int64)商品条码
barcodestring商品条码

com.leadwaycloud.stock.model.vo.stock.sale.contract.SaleContractLineVO$GoodsManufactureVO

商品拓展信息VO

名称类型必填说明示例
idinteger(int64)ID
texturestring材质
drawingCodestring图号(使用中)
materialTypestring原材料形状
deliveryLengthnumber(double)投料长度
deliveryWidenumber(double)投料宽度
deliveryHeightnumber(double)投料高度
deliveryDiameternumber(double)投料直径
deliveryWeightnumber(double)投料重量

com.leadwaycloud.stock.model.vo.stock.sale.contract.SaleContractLineVO$GoodsVO

销售合同商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名
specstring规格
goodsCategoryGoodsCategoryVO
uomUomVO
stockGoodsManufactureSaleContractLineVO$GoodsManufactureVO

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockContractHistory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractHistory[]返回数据

com.leadwaycloud.stock.model.entity.stock.StockContractClauseHistory

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
contractClauseIdinteger(int64)合同条款ID
contractIdinteger(int64)合同ID
contentstring条款内容
activeboolean是否可用
lineNointeger(int32)行编号

com.leadwaycloud.stock.model.entity.stock.StockContractHistory

合同历史表

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
pickingTypestring订单类型
statusstring合同状态
namestring合同名称
doneTimestring(date-time)完成时间
codestring合同编号
externalCodestring外部编号
currencyIdinteger(int64)货币符号ID
exchangeRatenumber(double)汇率
operatorUserIdinteger(int64)操作用户ID
partnerIdinteger(int64)客户关系对象
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
startDatestring(date)开始时间
endDatestring(date)结束时间
originIdinteger(int64)源订单ID
originTypestring源订单类型
departmentIdinteger(int64)部门ID
advanceboolean是否预付
advanceRationumber(double)预付比例
reviewMethodstring评审方式
signDatestring(date)签订日期
signLocationstring签署地点
contractTypestring合同类型
saleDestinationstring销售去向
producePlanModestring生产组织方式(
versionstring版本号
originContractIdinteger(int64)原合同ID
machineTypestring机型
isCheckEffectiveAmountboolean是否检查有效金额
contractEffectiveTypestring合同有效类型
goodsTypestring合同商品类型
goodsSubTypestring合同商品子类型
decalsContractboolean是否开口合同,用于采购单金额验证(标准类型商品)-万航
excessRationumber(double)超出额度比例,用于采购单金额验证(原材料类型商品)-万航
operatorUserResUser
currencySysCurrency
hrDepartmentHrDepartment
partnerPartnerBO
stockContractLineListStockContractLineHistory[]合同明细
companyResCompany
contractClauseListStockContractClauseHistory[]合同条款明细

com.leadwaycloud.stock.model.entity.stock.StockContractLineHistory

合同明细历史表

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
priceTotalnumber(double)含税单价
priceTaxnumber(double)税单价
priceUntaxednumber(double)不含税单价
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
qtynumber(double)数量
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
lineNointeger(int32)行编号
contractIdinteger(int64)合同ID
originPriceTotalnumber(double)原币含税单价
originPriceTaxnumber(double)原币税单价
originPriceUntaxednumber(double)原币不含税单价
planReleaseDatenumber(double)预计投料日期
planDeliveryDatenumber(double)预计交货日期
armyCheckboolean是否军检
contractDeliveryDatestring(date)合同交货日期
contractLineIdinteger(int64)原合同明细id
otherGoodsBarcodeIdinteger(int64)other商品条码ID
deliveryPeriodinteger(int32)交货周期
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
periodTypestring周期类型,用于打印模版选择
expectedDatestring(date)到货日期
planDeliveryProductstring拟投产品-万航
purposestring用途
tradeTypestring贸易方式-爱达
producerIdinteger(int64)生产商ID
assetboolean是否资产-爱达
shipownerSuppliedboolean是否船东供应品-爱达
multipleLengthboolean是否倍尺料-万航
originLineIdinteger(int64)源订单明细行ID
productCategorystring锻件类型-万航(STANDARD_GOODS:常规件 DISASSEMBLED_GOODS:解剖件 ALLOCATED_GOODS:分摊件
goodsStockGoods
goodsBarcodeStockGoodsBarcode
otherGoodsBarcodeStockGoodsBarcode
companyResCompany
producerCrmProducer
planDeliveryProductListStockGoods[]拟投产品对象集合
contractAnatomicalRecordListStockContractAnatomicalRecord[]合同解剖件记录集合

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContractHistory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContractHistory

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.sale.contract.SaleContractClauseVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSaleContractClauseVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.sale.contract.SaleContractClauseVO

销售合同条款VO

名称类型必填说明示例
idinteger(int64)ID
contractIdinteger(int64)合同ID
contentstring条款内容
lineNointeger(int32)行编号
viewUserListUserVO

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.sale.contract.SaleContractListVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListSaleContractListVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.sale.contract.SaleContractListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSaleContractListVO

com.leadwaycloud.stock.model.vo.stock.sale.contract.SaleContractListVO

销售合同列表VO

名称类型必填说明示例
idinteger(int64)ID
namestring合同名称
codestring合同编号
statusstring合同状态
externalCodestring外部编号
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
originIdinteger(int64)源订单ID
originTypestring源订单类型
startDatestring(date)开始时间
endDatestring(date)结束时间
advanceboolean是否预付
advanceRationumber(double)预付比例
reviewMethodstring评审方式
signDatestring(date)签订日期
signLocationstring签署地点
contractTypestring合同类型(正式合同,预投合同,科研合同)
saleDestinationstring销售去向
producePlanModestring生产组织方式(内厂/外厂生产)
versionstring版本号
machineTypestring机型
historyboolean是否是历史合同
goodsTypestring合同商品类型
partnerIdinteger(int64)客户关系对象
customerIdstring客户ID
customerNamestring客户名称
customerCodestring客户编号
operatorUserIdinteger(int64)操作用户ID
operatorUserNamestring操作用户名称
currencyIdinteger(int64)货币符号ID
currencyNamestring货币名称
currencyCodestring货币编号
exchangeRatenumber(double)汇率
departmentIdinteger(int64)部门ID
departmentNamestring部门名称
contractConversionApplyListSaleContractListVO$ContractConversionApplyVO
contractUsageAmountUntaxednumber(double)合同已执行金额(不含税)
contractUsageAmountTotalnumber(double)合同已执行金额(含税)
contractUsageAmountTaxnumber(double)合同已执行金额(税额)
contractQtynumber(double)合同数量
contractUsageQtynumber(double)合同已执行数量
tagNamestring标签名称
bindProducePlanCodeQtynumber(double)合同已绑生产计划数量

com.leadwaycloud.stock.model.vo.stock.sale.contract.SaleContractListVO$ContractConversionApplyVO

转号申请信息VO

名称类型必填说明示例
idinteger(int64)Id
codestring编号
statusstring状态

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockContract

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockContract

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockOrderChange

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockOrderChange[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockOrderChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderChange

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockOrderChange

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockOrderChange[]返回数据

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.business.StockBusinessFollow

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockBusinessFollow[]返回数据

com.leadwaycloud.stock.model.entity.stock.business.StockBusinessFollow

商机跟进模型

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
businessIdinteger(int64)商机ID
contentstring跟进内容
followDatestring(date)跟进时间
modelstringsys_property表维护(BUSINESS_FOLLOW_METHODE)
nextFollowDatestring(date)下一次跟进时间
operatorIdinteger(int64)操作人ID
parentIdinteger(int64)父级跟进记录ID
notestring备注
statusstring状态

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunityHistoryListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataBusinessOpportunityHistoryListVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunityHistoryListVO

商机历史列表VO

名称类型必填说明示例
idinteger(int64)ID
businessIdinteger(int64)商机ID
infostring商机报价明细JSON
notestring备注
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
createTimestring(date-time)创建时间

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunityLineListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataBusinessOpportunityLineListVO[]返回数据

com.leadwaycloud.stock.model.vo.pqc.PqcAcceptanceStandardVO

原材料验收标准VO

名称类型必填说明示例
idinteger(int64)ID
acceptanceStandardTypestring标准类型(TECHNICAL--技术协议,PRODUCT--锻件标准,PURCHASE--采购标准)
acceptanceStandardCodestring标准编号
acceptanceStandardNamestring标准名称
acceptanceStandardVersionstring标准版本
delFlagboolean删除标识
texturestring材质

com.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunityLineListVO

商机明细列表VO

名称类型必填说明示例
idinteger(int64)ID
businessIdinteger(int64)商机ID
goodsIdinteger(int64)产品ID
goodsBarcodeIdinteger(int64)产品条码ID
qtynumber(double)数量
pricenumber(double)含税单价
priceTaxnumber(double)税单价
priceUntaxednumber(double)不含税单价
amountUntaxednumber(double)不含税总额
amountTaxnumber(double)税额总额
amountTotalnumber(double)含税总额
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
notestring备注
contractLineIdinteger(int64)合同明细ID,用于记录对应合同明细
financeTaxTaxVO
uomUomVO
goodsBusinessOpportunityLineListVO$GoodsVO
goodsBarcodeBusinessOpportunityLineListVO$GoodsBarcodeVO

com.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunityLineListVO$GoodsBarcodeVO

商品条码信息VO

名称类型必填说明示例
idinteger(int64)ID
barcodestring商品条码

com.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunityLineListVO$GoodsManufactureVO

商品拓展信息VO

名称类型必填说明示例
idinteger(int64)ID
texturestring材质
pqcAcceptanceStandardListPqcAcceptanceStandardVO[]验收标准集合

com.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunityLineListVO$GoodsVO

商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名
weightboolean称重商品
specstring规格
stockGoodsManufactureBusinessOpportunityLineListVO$GoodsManufactureVO

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunityListVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListBusinessOpportunityListVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunityListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataBusinessOpportunityListVO

com.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunityListVO

商机列表VO

名称类型必填说明示例
idinteger(int64)ID
namestring商机名称
codestring商机code
merchantIdinteger(int64)商户ID
planDatestring(date)计划日期
amountUntaxednumber(double)不含税总计
amountTaxnumber(double)税额总计
amountTotalnumber(double)含税总计
typestringsys_property表维护,商机类型(SALE:销售商机;PURCHASE:采购商机;OTHER:其它商机)
statusstringsys_property表维护,商机状态(INITIAL_TALK:初步洽谈;DEEP_COMUNICATION:深入沟通;QUOTE:产品报价;CREATE_ORDER:生成订单;DONE:完成;LAPSED:流失商机)
structureTypestring产品类型sys_property表维护(OPPORTUNITY_PRODUCT_TYPE)
extensionInfostring额外属性
discountAmountnumber(double)折扣总额,只用于前端展示
notestring备注
createTimestring(date-time)创建时间
createByinteger(int64)创建人ID
companyIdinteger(int64)公司ID
companyNamestring公司名称
relevantDepartmentIdinteger(int64)相关部门ID
parentTreeNamestring部门树形结构name(用’-‘进行拼接)
partnerIdinteger(int64)客户关系ID
customerCodestring客户编号
customerNamestring客户名称
customerImagestring客户头像
operatorIdinteger(int64)操作人ID
operatorUserNamestring操作人名称

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunityDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataBusinessOpportunityDetailVO

com.leadwaycloud.stock.model.vo.hr.DepartmentVO

部门返回信息VO

名称类型必填说明示例
idinteger(int64)Id
namestring名称
codestring编号
idChainstring完整的组织结构

com.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunityDetailVO

商机详情VO

名称类型必填说明示例
idinteger(int64)ID
namestring商机名称
codestring商机code
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
planDatestring(date)计划日期
sourcestringsys_property表维护,商机来源(PHONE:电话销售;INITIATIVE:主动营销;CUSTOMER_INTRODUCE:客户介绍;FRIEND_INTRODUCE:朋友介绍;OTHER:其它)
amountUntaxednumber(double)不含税总计
amountTaxnumber(double)税额总计
amountTotalnumber(double)含税总计
exchangeRatenumber(double)兑换本公司汇率
typestringsys_property表维护,商机类型(SALE:销售商机;PURCHASE:采购商机;OTHER:其它商机)
gradestringsys_property表维护,商机等级(ORDINARY:普通商机;EMPHASIS:重点商机)
partnerIdinteger(int64)客户关系ID
operatorIdinteger(int64)操作人ID
statusstringsys_property表维护,商机状态(INITIAL_TALK:初步洽谈;DEEP_COMUNICATION:深入沟通;QUOTE:产品报价;CREATE_ORDER:生成订单;DONE:完成;LAPSED:流失商机)
notestring备注
structureTypestring产品类型sys_property表维护(OPPORTUNITY_PRODUCT_TYPE)
communicationTypestring沟通类型sys_property表维护(OPPORTUNITY_COMMUNICATION_TYPE)
extensionInfostring额外属性
discountAmountnumber(double)折扣总额,只用于前端展示
createTimestring(date-time)创建时间
contractIdinteger(int64)合同ID,用于记录是对应哪个合同
relevantDepartmentIdinteger(int64)相关部门ID
operatorUserUserVO
createUserUserVO
companyCompanyVO
currencyCurrencyVO
customerBusinessOpportunityDetailVO$CustomerVO
assistUserListUserVO[]协助人集合
stockContractBusinessOpportunityDetailVO$ContractVO
departmentDepartmentVO

com.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunityDetailVO$ContractVO

合同信息VO

名称类型必填说明示例
idinteger(int64)ID
namestring合同名称
codestring合同编号

com.leadwaycloud.stock.model.vo.stock.sale.business.BusinessOpportunityDetailVO$CustomerVO

客户信息

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
partnerIdinteger(int64)CRM关系ID

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.sale.aftersale.AftersaleWorkLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataAftersaleWorkLineVO[]返回数据

com.leadwaycloud.stock.model.vo.goods.GoodsVO

商品简易信息

名称类型必填说明示例
namestring名称
otherNamestring别名
descriptionstring描述
codestring货号
uomIdinteger(int64)计量单位ID
uomCodestring计量单位CODE
uomNamestring计量单位名称
goodsIdinteger(int64)商品ID
barcodestring条码
goodsBarcodeIdinteger(int64)商品条码ID

com.leadwaycloud.stock.model.vo.stock.goods.GoodsBarcodePropertyVO

条码属性VO

名称类型必填说明示例
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
costnumber(double)成本价格,不含税
pricenumber(double)零售价,含税
companyIdinteger(int64)公司ID
saleTaxIdinteger(int64)销售税ID
purchaseTaxIdinteger(int64)采购税ID

com.leadwaycloud.stock.model.vo.stock.goods.GoodsBarcodeVO

商品条码VO

名称类型必填说明示例
idinteger(int64)ID
barcodestring商品条码
goodsIdinteger(int64)商品ID
goodsBarcodePropertyGoodsBarcodePropertyVO

com.leadwaycloud.stock.model.vo.stock.sale.aftersale.AftersaleWorkLineVO

营销售后工单明细VO

名称类型必填说明示例
aftersaleWorkIdinteger(int64)工单ID
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
qtyinteger(int64)数量
originIdinteger(int64)源订单ID
originTypestring源订单类型
originLineIdinteger(int64)源订单明细ID
descriptionstring问题描述
treatmentTypestring处理方式:RETURN(退货),EXCHANGE(换货),RESHIP(补发),REPAIR(维修),COMPLAINT(投诉)
goodsGoodsVO
goodsBarcodeGoodsBarcodeVO

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.sale.aftersale.AftersaleWorkListVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListAftersaleWorkListVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.sale.aftersale.AftersaleWorkListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataAftersaleWorkListVO

com.leadwaycloud.stock.model.vo.stock.sale.aftersale.AftersaleWorkListVO

营销售后工单列表VO

名称类型必填说明示例
namestring工单标题
codestring工单号
statusstring工单状态
prioritystring优先级:LOW(低),MEDIUM(中等),HIGH(高),URGENT(紧急),CRITICAL:(严重)
partnerIdstring客户/会员 partnerId
sourcestring工单来源:PHONE(手机),EMAIL(邮件),WEB,APP,WECHAT
assigneeUserIdinteger(int64)处理人ID
dueDatestring(date)截止日期
closeTimestring(date-time)关闭时间
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
partnerPartnerVO
assigneeUserUserVO

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.stock.sale.aftersale.AftersaleWorkDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataAftersaleWorkDetailVO

com.leadwaycloud.stock.model.vo.stock.sale.aftersale.AftersaleWorkDetailVO

营销售后工单详情VO

名称类型必填说明示例
namestring工单标题
codestring工单号
statusstring工单状态
prioritystring优先级:LOW(低),MEDIUM(中等),HIGH(高),URGENT(紧急),CRITICAL:(严重)
partnerIdstring客户/会员 partnerId
descriptionstring工单描述
sourcestring工单来源:PHONE(手机),EMAIL(邮件),WEB,APP,WECHAT
assigneeUserIdinteger(int64)处理人ID
dueDatestring(date)截止日期
closeReasonstring关闭原因
closeTimestring(date-time)关闭时间
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
partnerPartnerVO
assigneeUserUserVO

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockSuggestOrderingEquation

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockSuggestOrderingEquation[]返回数据

com.leadwaycloud.stock.model.entity.stock.StockSuggestOrderingEquation

建议订购公式

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户号ID
equationstring计算公式
containColumnstring包含栏位
resultColumnstring结果栏位
namestring名称

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockSuggestOrderingEquation

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockSuggestOrderingEquation

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementSearchVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListPurchaseRequirementSearchVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementSearchVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseRequirementSearchVO

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementSearchVO

分页搜索采购需求信息VO

名称类型必填说明示例
idinteger(int64)采购需求Id
namestring采购需求名称
codestring采购需求编号

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseRequirementLineVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineVO

采购需求明细VO

名称类型必填说明示例
idinteger(int64)ID
merchantIdinteger(int64)商户ID
planQtynumber(double)计划数量
actualQtynumber(double)实际数量
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
purchaseRequirementIdinteger(int64)采购需求单ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
purchaseTypestring采购类型
otherGoodsBarcodeIdinteger(int64)other商品条码ID
notestring备注
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
deliveryPeriodinteger(int32)交货周期(天)
estimatedPriceTotalnumber(double)预估单价
periodTypestring周期类型,用于打印模版选择
expectedDatestring(date)到货日期
purposestring用途
uomUomVO
companyPurchaseRequirementLineVO$CompanyVO
goodsPurchaseRequirementLineVO$GoodsVO
goodsBarcodePurchaseRequirementLineVO$GoodsBarcodeVO
goodsPriceCompanyPurchaseRequirementLineVO$CompanyVO
unitPricenumber(double)最新价目表单价(不含税)
amountTotalnumber(double)总价(不含税)
tripLinePurchaseRequirementLineVO$TripLineVO

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineVO$CompanyVO

公司信息VO

名称类型必填说明示例
idinteger(int64)ID
codestring公司编号
namestring名称
idChainstring完整的组织结构

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineVO$GoodsBarcodeVO

采购需求商品条码VO

名称类型必填说明示例
idinteger(int64)ID
barcodestring商品条码
goodsPriceListPurchaseRequirementLineVO$GoodsPriceVO

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineVO$GoodsCategoryVO

商品分类VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
idChainstring完整的组织结构

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineVO$GoodsManufactureVO

商品拓展信息VO

名称类型必填说明示例
idinteger(int64)ID
goodsIdinteger(int64)商品ID
texturestring材质
standardPartsboolean是否标准件
materialTypestring原材料形状
lengthnumber(double)标准长度
widenumber(double)标准宽度
heightnumber(double)标准高度
diameternumber(double)标准直径
weightnumber(double)标准重量

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineVO$GoodsPriceVO

价目表信息VO

名称类型必填说明示例
idinteger(int64)ID
deliveryPeriodinteger(int32)交货周期

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineVO$GoodsPropertyVO

商品属性VO

名称类型必填说明示例
idinteger(int64)ID
allowPurchaseboolean允许采购
orderedLocallyboolean允许直接采购
rsKeepDaysinteger(int32)保有天数(默认1) 补货中需要计算
rsPromotionCoefficientnumber(double)促销系数(默认1) 补货中需要计算

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineVO$GoodsVO

采购需求商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名
typestring商品类型
goodsCategoryIdinteger(int64)分类ID
uomIdinteger(int64)计量单位ID
specstring规格
typeSubstring商品子类型
goodsCategoryPurchaseRequirementLineVO$GoodsCategoryVO
goodsPropertyPurchaseRequirementLineVO$GoodsPropertyVO
stockGoodsManufacturePurchaseRequirementLineVO$GoodsManufactureVO

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineVO$TripLineVO

航线信息VO

名称类型必填说明示例
idinteger(int64)ID
namestring航线名称
codestring航次编号

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineListVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListPurchaseRequirementLineListVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseRequirementLineListVO

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineListVO

采购需求历史明细列表VO

名称类型必填说明示例
idinteger(int64)ID
planQtynumber(double)计划数量
actualQtynumber(double)实际数量
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
purchaseTypestring采购类型
otherGoodsBarcodeIdinteger(int64)other商品条码ID
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
deliveryPeriodinteger(int32)交货周期(天)
expectedDatestring(date)到货日期
estimatedPriceTotalnumber(double)预估单价
periodTypestring周期类型,用于打印模版选择
purposestring用途
goodsPurchaseRequirementLineListVO$GoodsVO

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineListVO$GoodsCategoryVO

商品分类VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
idChainstring完整的组织结构

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineListVO$GoodsManufactureVO

商品拓展信息VO

名称类型必填说明示例
idinteger(int64)ID
goodsIdinteger(int64)商品ID
texturestring材质
standardPartsboolean是否标准件(其它物料使用-使用中)

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineListVO$GoodsVO

商品信息VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring别名
specstring规格
typestring商品类型
typeSubstring商品子类型
uomPurchaseRequirementLineListVO$UomVO
goodsCategoryPurchaseRequirementLineListVO$GoodsCategoryVO
stockGoodsManufacturePurchaseRequirementLineListVO$GoodsManufactureVO

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementLineListVO$UomVO

计量单位信息VO

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称
rationumber(double)换算率

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementListVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListPurchaseRequirementListVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseRequirementListVO

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementListVO

采购需求列表VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
applyDatestring(date)申请日期
createTimestring(date-time)创建时间
doneTimestring(date-time)完成时间
statusstring状态
notestring备注
goodsTypestring采购需求商品类型
goodsSubTypestring采购需求商品子类型
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
applyDepartmentIdinteger(int64)申请部门ID
expenseCategorystring费用支出类型-万航
warehouseIdinteger(int64)补货仓库ID
warehouseNamestring补货仓库名称
tripLineNamestring航线名称
tripLineDepartureDatestring(date)出发日期
tripLineRoutesstring航线行程
companyNamestring采购需求单归属公司名称
goodsPriceCompanyNamestring价格表公司名称
applyDepartmentTreeNamestring申请部门树形结构name(用’-‘进行拼接)
relevantDepartmentTreeNamestring归口管理部门树形结构name(用’-‘进行拼接)
createUserNamestring创建人名称
applyUserNamestring申请人名称
goodsBarcodeIdListinteger(int64)明细商品条码ID集合

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseRequirementDetailVO

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementDetailVO

采购需求详情VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
externalCodestring外部编号
merchantIdinteger(int64)商户ID
companyIdinteger(int64)采购需求单归属公司ID
createCompanyIdinteger(int64)创建采购需求单公司ID
operatorUserIdinteger(int64)操作用户ID
applyDatestring(date)申请日期
goodsPriceCompanyIdinteger(int64)查询价格表公司ID
mergePurchaseApplyIdinteger(int64)合并后的采购申请单ID
tripLineIdinteger(int64)航线Id
warehouseIdinteger(int64)补货仓库ID
applyCompanyIdinteger(int64)采购需求单申请公司ID
goodsTypestring采购需求商品类型
goodsSubTypestring采购需求商品子类型
statusstring状态
doneTimestring(date-time)完成时间
relevantDepartmentIdinteger(int64)归口管理部门ID
applyDepartmentIdinteger(int64)申请部门ID
applyUserIdinteger(int64)申请人ID
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
createTimestring(date-time)创建时间
taxTypestring税金计算类型
expenseCategorystring费用支出类型-万航
notestring备注
companyPurchaseRequirementDetailVO$CompanyVO
goodsPriceCompanyPurchaseRequirementDetailVO$CompanyVO
warehousePurchaseRequirementDetailVO$WarehouseVO
tripLinePurchaseRequirementDetailVO$TripLineVO
relevantDepartmentPurchaseRequirementDetailVO$PurchaseRequirementDepartmentVO
applyDepartmentPurchaseRequirementDetailVO$PurchaseRequirementDepartmentVO
createUserPurchaseRequirementDetailVO$UserVO
applyUserPurchaseRequirementDetailVO$UserVO

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementDetailVO$CompanyVO

公司信息VO

名称类型必填说明示例
idinteger(int64)ID
codestring公司编号
namestring名称
idChainstring完整的组织结构

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementDetailVO$PurchaseRequirementDepartmentVO

采购需求部门VO

名称类型必填说明示例
idinteger(int64)Id
namestring名称
codestring编号
idChainstring完整的组织结构
parentTreeNamestring部门树形结构name(用’-‘进行拼接)

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementDetailVO$TripLineVO

采购需求航线VO

名称类型必填说明示例
idinteger(int64)ID
namestring航线名称
codestring航次编号
routesstring航线行程
departureDatestring(date)出发日期

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementDetailVO$UserVO

用户信息VO

名称类型必填说明示例
idinteger(int64)ID
userNamestring登录名称
namestring名称
partnerIdinteger(int64)CRM关系ID

com.leadwaycloud.stock.model.vo.stock.purchase.requirement.PurchaseRequirementDetailVO$WarehouseVO

仓库信息VO

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称
idChainstring完整的组织结构

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.finance.FinanceBill

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataFinanceBill[]返回数据

com.leadwaycloud.stock.model.entity.finance.FinanceBill

账单

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring账单名称
codestring编号
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
statusstring状态"DRAFT"
pickingTypestring账单类型"RECEIPT_BILL"
notestring备注
partnerIdinteger(int64)客户关系对象
doneTimestring(date-time)完成时间
billingPeriodinteger(int32)账期
planDatestring(date)计划时间
dueDatestring(date)截止日期
invoiceCodestring纸质发票号
batchCodestring批次号
currencyIdinteger(int64)货币ID
exchangeRatenumber(double)兑换本公司汇率
externalCodestring外部编号
operatorUserIdinteger(int64)操作用户ID
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
sendboolean是否发送账单,用于请求第三方接口,回调获取状态
payboolean是否支付完成
contractIdinteger(int64)合同ID
currencySysCurrency

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockRtnHistory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRtnHistory[]返回数据

com.leadwaycloud.stock.model.entity.stock.StockRtnHistory

历史退货申请单

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
codestring编号
externalCodestring外部编号
notestring备注
merchantIdinteger(int64)商户ID
companyIdinteger(int64)退货申请单归属公司ID
createCompanyIdinteger(int64)创建退货申请单公司ID
rtnCompanyIdinteger(int64)实际需要退货公司ID,影响最终出库公司。
operatorUserIdinteger(int64)操作用户ID
mergeRtnIdinteger(int64)合并后的退货单ID
mergeBatchCodestring合并后的批次号
applyDatestring(date)申请日期
expectedTimestring(date-time)预计收货时间
goodsPriceCompanyIdinteger(int64)查询价格表公司ID
tripLineIdinteger(int64)航线Id
warehouseIdinteger(int64)补货仓库ID
resCompanyResCompany
goodsPriceCompanyResCompany
warehouseStockWarehouse
tripLineResTripLine

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockRtnTransferLine

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRtnTransferLine[]返回数据

com.leadwaycloud.stock.model.entity.stock.StockRtnTransferLine

退货申请单调拨明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)退货申请单归属公司ID
rtnCompanyIdinteger(int64)实际需要退货公司ID,影响最终出库公司。
rtnIdinteger(int64)退货申请单ID
rtnLineIdinteger(int64)退货申请单明细ID
notestring备注
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
rtnUomIdinteger(int64)退货计量单位ID
rtnUomConversionRatenumber(double)退货换算率
rtnPlanQtynumber(double)退货计划数量
rtnActualQtynumber(double)退货实际数量
trUomIdinteger(int64)调拨明细计量单位
trUomConversionRatenumber(double)调拨明细换算率
trQtynumber(double)调拨实际数量
inCompanyIdinteger(int64)退货申请单最终生成调拨单调入公司ID
outCompanyIdinteger(int64)退货申请单最终生成调拨单调出公司ID
otherGoodsBarcodeIdinteger(int64)other商品条码ID
rtnCompanyResCompany
rtnUomSysUom
trUomSysUom
inCompanyResCompany
goodsStockGoods
goodsBarcodeStockGoodsBarcode
transitQtynumber(double)在途数量
inStockQtynumber(double)调入门店库存
outStockQtynumber(double)调出门店库存
averageDailySalesQtynumber(double)日均销售数量
expectedTimestring(date-time)预计时间
temporaryStorageCompanyResCompany
tripLineResTripLine
otherGoodsBarcodeStockGoodsBarcode

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockRtnOrderLine

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRtnOrderLine[]返回数据

com.leadwaycloud.stock.model.entity.stock.StockRtnOrderLine

退货申请单退货订单明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)退货申请单归属公司ID
rtnCompanyIdinteger(int64)rtn_company_id
rtnIdinteger(int64)退货申请单ID
rtnLineIdinteger(int64)退货申请单明细ID
notestring备注
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
rtnUomIdinteger(int64)退货明细计量单位
rtnUomConversionRatenumber(double)退货明细换算率
rtnPlanQtynumber(double)退货计划数量
rtnActualQtynumber(double)退货实际数量
poRtnUomIdinteger(int64)采购退货计量单位ID
poRtnUomConversionRatenumber(double)采购退货换算率
poRtnQtynumber(double)采购退货实际数量
poRtnCostnumber(double)采购退货成本
poRtnTaxIdinteger(int64)采购退货税ID
poRtnTaxValuesnumber(double)采购退货税值
supplierIdinteger(int64)供应商ID
otherGoodsBarcodeIdinteger(int64)other商品条码ID
rtnCompanyResCompany
rtnUomSysUom
poRtnUomSysUom
crmSupplierCrmSupplier
goodsStockGoods
goodsBarcodeStockGoodsBarcode
transitQtynumber(double)在途数量
stockQtynumber(double)当前库存数量
averageDailySalesQtynumber(double)日均销售数量
stockGoodsSupplierStockGoodsSupplier
expectedTimestring(date-time)预计时间
temporaryStorageCompanyResCompany
unitPricenumber(double)单价
amountTotalnumber(double)总价
tripLineResTripLine
otherGoodsBarcodeStockGoodsBarcode

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockRtnLine

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRtnLine[]返回数据

com.leadwaycloud.stock.model.entity.stock.StockRtnLine

退货申请单明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
rtnCompanyIdinteger(int64)实际需要退货公司ID,影响最终出库公司。
merchantIdinteger(int64)商户ID
companyIdinteger(int64)退货申请单归属公司ID
planQtynumber(double)计划数量
actualQtynumber(double)实际数量
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
rtnIdinteger(int64)退货申请单ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
rtnTypestring退货申请类型
notestring备注
otherGoodsBarcodeIdinteger(int64)other商品条码ID
uomSysUom
rtnCompanyResCompany
goodsStockGoods
goodsBarcodeStockGoodsBarcode
transitQtynumber(double)在途数量
stockQtynumber(double)退货门店库存
averageDailySalesQtynumber(double)日均销售数量
expectedTimestring(date-time)预计时间
goodsPriceCompanyResCompany
unitPricenumber(double)单价
amountTotalnumber(double)总价
tripLineResTripLine
otherGoodsBarcodeStockGoodsBarcode

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockRtnLineHistory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRtnLineHistory[]返回数据

com.leadwaycloud.stock.model.entity.stock.StockRtnLineHistory

历史退货申请单明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
rtnCompanyIdinteger(int64)实际需要退货公司ID,影响最终出库公司。
merchantIdinteger(int64)商户ID
companyIdinteger(int64)退货申请单归属公司ID
planQtynumber(double)计划数量
actualQtynumber(double)实际数量
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
rtnIdinteger(int64)退货申请单ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
rtnTypestring退货申请类型
notestring备注
otherGoodsBarcodeIdinteger(int64)other商品条码ID
uomSysUom
rtnCompanyResCompany
goodsStockGoods
goodsBarcodeStockGoodsBarcode
transitQtynumber(double)在途数量
stockQtynumber(double)退货门店库存
averageDailySalesQtynumber(double)日均销售数量

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockRtn

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockRtn[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockRtn

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRtn

com.leadwaycloud.stock.model.entity.stock.StockRtn

退货申请单

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
statusstring状态
codestring编号
externalCodestring外部编号
notestring备注
merchantIdinteger(int64)商户ID
companyIdinteger(int64)退货申请单归属公司ID
createCompanyIdinteger(int64)创建退货申请单公司ID
rtnCompanyIdinteger(int64)实际需要退货公司ID,影响最终出库公司。
doneTimestring(date-time)完成时间
operatorUserIdinteger(int64)操作用户ID
batchCodestring批次号
associatePurchaseRtnboolean是否关联采购退货单
associateTransferboolean是否关联调拨单
applyDatestring(date)申请日期
batchDatestring(date)批次号生成时间
expectedTimestring(date-time)预计退货时间
goodsPriceCompanyIdinteger(int64)查询价格表公司ID
tripLineIdinteger(int64)航线
warehouseIdinteger(int64)补货仓库ID
operatorUserResUser
rtnCompanyResCompany
goodsPriceCompanyResCompany
tripLineResTripLine
warehouseStockWarehouse
rtnLineListStockRtnLine[]退货申请明细

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockRtn

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRtn[]返回数据

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockRtn

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRtn

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.StockRtnVO$batchVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockRtnVO$batchVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.StockRtnVO$batchVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockRtnVO$batchVO

com.leadwaycloud.stock.model.vo.StockRtnVO$batchVO

退货申请单批次号VO

名称类型必填说明示例
batchCodestring批次号
associatePurchaseRtnboolean是否关联采购退货单
associateTransferboolean是否关联调拨单
batchDatestring(date)批次号生成时间

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.StockPurchasePlanSearchVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockPurchasePlanSearchVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.StockPurchasePlanSearchVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockPurchasePlanSearchVO

com.leadwaycloud.stock.model.vo.stock.StockPurchasePlanSearchVO

分页搜索采购计划信息VO

名称类型必填说明示例
idinteger(int64)采购计划Id
namestring采购计划名称
codestring采购计划编号

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchasePlanLineVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanLineVO

采购计划明细VO

名称类型必填说明示例
idinteger(int64)ID
purchasePlanIdinteger(int64)采购计划ID
qtynumber(double)数量
deliveryPeriodinteger(int32)交货周期(天)
paymentMethodstring付款方式
executiveStandardstring执行标准
notestring备注
otherGoodsBarcodeIdinteger(int64)other商品条码ID
expectedDatestring(date)到货日期
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
priceTotalnumber(double)含税单价
priceTaxnumber(double)税单价
priceUntaxednumber(double)不含税单价
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
lineNointeger(int32)行编号
estimatedPriceTotalnumber(double)预估单价
periodTypestring周期类型,用于打印模版选择
planDeliveryProductstring拟投产品-万航
purposestring用途
assetboolean是否资产-爱达
shipownerSuppliedboolean是否船东供应品-爱达
multipleLengthboolean是否倍尺料-万航
goodsPurchasePlanLineVO$GoodsVO
goodsBarcodePurchasePlanLineVO$GoodsBarcodeVO
purchasePlanInviteListPurchasePlanLineVO$PurchasePlanInviteVO
planDeliveryProductListPurchasePlanLineVO$PlanDeliveryProductVO
financeTaxPurchasePlanLineVO$TaxVO
pqcAcceptanceStandardListPqcAcceptanceStandardVO

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanLineVO$GoodsBarcodePropertyVO

采购计划商品条码属性VO

名称类型必填说明示例
idinteger(int64)ID
purchaseTaxPurchasePlanLineVO$TaxVO
costnumber(double)成本价格,不含税

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanLineVO$GoodsBarcodeVO

采购计划商品条码VO

名称类型必填说明示例
idinteger(int64)ID
barcodestring商品条码
goodsBarcodePropertyPurchasePlanLineVO$GoodsBarcodePropertyVO

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanLineVO$GoodsCategoryVO

商品分类VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
idChainstring完整的组织结构

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanLineVO$GoodsManufactureVO

商品拓展信息VO

名称类型必填说明示例
idinteger(int64)ID
goodsIdinteger(int64)商品ID
texturestring材质
standardPartsboolean是否标准件
materialTypestring原材料形状
lengthnumber(double)标准长度
widenumber(double)标准宽度
heightnumber(double)标准高度
diameternumber(double)标准直径
weightnumber(double)标准重量

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanLineVO$GoodsVO

采购计划商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名
descriptionstring描述
typestring商品类型
typeSubstring商品子类型
specstring规格
goodsCategoryPurchasePlanLineVO$GoodsCategoryVO
uomPurchasePlanLineVO$UomVO
stockGoodsManufacturePurchasePlanLineVO$GoodsManufactureVO

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanLineVO$PlanDeliveryProductVO

拟投产品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanLineVO$PurchasePlanInviteVO

采购计划标段VO

名称类型必填说明示例
idinteger(int64)ID
purchasePlanIdinteger(int64)采购计划ID
purchasePlanLineIdinteger(int64)采购计划明细ID
inviteStagestring标段
qtynumber(double)标段,数量
estimatedAmountTotalnumber(double)标段,预估总额
notestring标段,备注

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanLineVO$TaxVO

税信息VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
valuenumber(double)税值
codestring编号

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanLineVO$UomVO

计量单位信息VO

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称
rationumber(double)换算率

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanListVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListPurchasePlanListVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchasePlanListVO

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanListVO

采购计划列表VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
typestring采购类型
modelstring采购方式(根据不同的类型走向不同才流程和选择供应商以及模版打印等里面使用)
inviteTypestring招标方式(使用sys_property维护,INVITED_TENDERING:邀请招标;INVITED_PUBLIC:公开招标)
evaluationTypestring评标方式(使用sys_property维护,LOWEST_TENDERING_PRICE:最低价投标法;SYNTHETIC_EVALUATION:综合评估法)
statusstring状态
planPurchaseTypestring采购计划类型(使用sys_property维护:PLAN_PURCHASE:计划性采购/UN_PLAN_PURCHASE:非计划性采购)
doneTimestring(date-time)完成时间
goodsTypestring采购计划商品类型
budgetTypestring预算类别(sys_property维护)
goodsSubTypestring采购计划商品子类型
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
closeReasonstring采购计划关闭原因
taxTypestring税金计算类型
cancelReasonstring采购计划取消原因
createTimestring(date-time)创建时间
externalCodestring外部编号
amountTotalnumber(double)含税总额
extensionInfostring额外属性
bidFailedPlanboolean是否流标采购计划(originType == INVITE 时)
createUserNamestring创建人名称
assistUserNameListstring协作人名称集合

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchasePlanDetailVO

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanDetailVO

采购计划详情VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
typestring采购类型
modelstring采购方式(根据不同的类型走向不同才流程和选择供应商以及模版打印等里面使用)
reasonstring选择原因说明
inviteTypestring招标方式(使用sys_property维护,INVITED_TENDERING:邀请招标;INVITED_PUBLIC:公开招标)
evaluationTypestring评标方式(使用sys_property维护,LOWEST_TENDERING_PRICE:最低价投标法;SYNTHETIC_EVALUATION:综合评估法)
tenderingBaseboolean是否有标底
originIdinteger(int64)源单据ID
originTypestring源单据类型
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
notestring备注
statusstring状态
startPlanDatestring(date)计划开始日期
endPlanDatestring(date)计划结束日期
planPurchaseTypestring采购计划类型(使用sys_property维护:PLAN_PURCHASE:计划性采购/UN_PLAN_PURCHASE:非计划性采购)
doneTimestring(date-time)完成时间
goodsTypestring采购计划商品类型
budgetTypestring预算类别(sys_property维护)
goodsSubTypestring采购计划商品子类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
closeReasonstring采购计划关闭原因
externalCodestring外部编号
taxTypestring税金计算类型
cancelReasonstring采购计划取消原因
createTimestring(date-time)创建时间
extensionInfostring额外属性
applyDepartmentPurchasePlanDetailVO$PurchasePlanDepartmentVO
demandDepartmentPurchasePlanDetailVO$PurchasePlanDepartmentVO
relevantDepartmentPurchasePlanDetailVO$PurchasePlanDepartmentVO
companyPurchasePlanDetailVO$CompanyVO
deliveryCompanyListPurchasePlanDetailVO$CompanyVO
supplierListPurchasePlanDetailVO$SupplierVO
operatorUserPurchasePlanDetailVO$UserVO
assistUserListPurchasePlanDetailVO$UserVO
createUserPurchasePlanDetailVO$UserVO

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanDetailVO$CompanyVO

公司信息VO

名称类型必填说明示例
idinteger(int64)ID
codestring公司编号
namestring名称
idChainstring完整的组织结构

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanDetailVO$PurchasePlanDepartmentVO

采购计划部门VO

名称类型必填说明示例
idinteger(int64)Id
namestring名称
codestring编号
idChainstring完整的组织结构
parentTreeNamestring部门树形结构name(用’-‘进行拼接)

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanDetailVO$SupplierVO

采购计划供应商VO

名称类型必填说明示例
idinteger(int64)ID
codestring编号
partnerIdinteger(int64)CRM关系ID
namestring名称
settlementMethodstring供应商结算类型-爱达
statusstring状态

com.leadwaycloud.stock.model.vo.stock.purchase.plan.PurchasePlanDetailVO$UserVO

用户信息VO

名称类型必填说明示例
idinteger(int64)ID
userNamestring登录名称
namestring名称
partnerIdinteger(int64)CRM关系ID

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInvitePartnerLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsInvitePartnerLineVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInvitePartnerLineVO

招标供应商明细VO

名称类型必填说明示例
idinteger(int64)ID
supplyboolean是否参标
biddingboolean是否中标
qtynumber(double)商品总数
remarksstring备注
exchangeRatenumber(double)供应商货币与商户货币兑换率
taxValuesnumber(double)税值
dickerboolean是否重新报价
deliveryPeriodinteger(int32)交货周期(天)
priceTotalnumber(double)供应商报价含税金额(商户币种)
priceTaxnumber(double)供应商报价税金额(商户币种)
priceUntaxednumber(double)供应商报价不含税金额(商户币种)
originPriceTotalnumber(double)供应商原币报价含税金额(供应商币种)
originPriceTaxnumber(double)供应商原币报价税金额(供应商币种)
originPriceUntaxednumber(double)供应商原币报价不含稅金额(供应商币种)
lineNointeger(int32)行编号
tradeTypestring贸易方式-爱达
assetboolean是否资产-爱达
shipownerSuppliedboolean是否船东供应品-爱达
goodsGoodsInvitePartnerLineVO$GoodsVO
goodsBarcodeGoodsInvitePartnerLineVO$GoodsBarcodeVO
taxNamestring税名称
taxValuenumber(double)税值
supplierNamestring供应商名称
supplierCodestring供应商编号
supplierCurrencyIdinteger(int64)供应商币种ID(用于供应商平台报价获取币种转换率)
companyNamestring公司名称
companyCodestring公司编号
currencyIdinteger(int64)币种id
currencyCodestring币种编号
currencyNamestring币种名称
companyGroupIdinteger(int64)公司组ID(爱达用于区域招标逻辑)-爱达
companyGroupNamestring公司组名称(爱达用于区域招标逻辑)-爱达

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInvitePartnerLineVO$GoodsBarcodePropertyVO

招标商品条码属性VO

名称类型必填说明示例
idinteger(int64)ID
purchaseTaxGoodsInvitePartnerLineVO$TaxVO

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInvitePartnerLineVO$GoodsBarcodeVO

招标商品条码VO

名称类型必填说明示例
idinteger(int64)ID
barcodestring商品条码
goodsBarcodePropertyGoodsInvitePartnerLineVO$GoodsBarcodePropertyVO

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInvitePartnerLineVO$GoodsVO

招标商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名
descriptionstring描述
uomGoodsInvitePartnerLineVO$UomVO

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInvitePartnerLineVO$TaxVO

税信息VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
valuenumber(double)税值
codestring编号

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInvitePartnerLineVO$UomVO

计量单位信息VO

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称
rationumber(double)换算率

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsInviteLineVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteLineVO

招标明细VO

名称类型必填说明示例
idinteger(int64)ID
inviteIdinteger(int64)ID
partnerIdinteger(int64)CRM关系ID
lastPricenumber(double)历史采购价
averagePricenumber(double)历史12个月平均采购价
supplyboolean是否参标
biddingboolean是否中标
goodsBarcodeIdinteger(int64)条码ID
goodsIdinteger(int64)商品ID
qtynumber(double)商品总数
remarksstring备注
companyIdinteger(int64)公司ID(港口)
currencyIdinteger(int64)币种id
exchangeRatenumber(double)供应商货币与商户货币兑换率
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
scorenumber(double)分值
contentstringJSON字符串
availableQtynumber(double)中标数量
dickerboolean是否重新报价
deliveryPeriodinteger(int32)交货周期(天)
amountTotalnumber(double)含税总额(priceTotal * qty * uomConversionRate)
amountTaxnumber(double)税总额(priceTax * qty * uomConversionRate)
amountUntaxednumber(double)不含税总额(priceUntaxed * qty * uomConversionRate)
priceTotalnumber(double)供应商报价含税金额(商户币种)
priceTaxnumber(double)供应商报价税金额(商户币种)
priceUntaxednumber(double)供应商报价不含税金额(商户币种)
originPriceTotalnumber(double)供应商原币报价含税金额(供应商币种)
originPriceTaxnumber(double)供应商原币报价税金额(供应商币种)
originPriceUntaxednumber(double)供应商原币报价不含稅金额(供应商币种)
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
lineNointeger(int32)行编号
inviteStagestring标段
periodTypestring周期类型,用于打印模版选择
expectedDatestring(date)到货日期
planDeliveryProductstring拟投产品-万航
purposestring用途
tradeTypestring贸易方式-爱达
producerIdinteger(int64)生产商ID
inviteStageAmountTotalnumber(double)标段中标总金额含税
inviteStageAmountTaxnumber(double)标段中标总税额
inviteStageAmountUntaxednumber(double)标段中标金额不含税
bidFailureboolean是否流标
assetboolean是否资产-爱达
shipownerSuppliedboolean是否船东供应品-爱达
multipleLengthboolean是否倍尺料-万航
goodsGoodsInviteLineVO$GoodsVO
goodsBarcodeGoodsInviteLineVO$GoodsBarcodeVO
pqcAcceptanceStandardListPqcAcceptanceStandardVO
planDeliveryProductListGoodsInviteLineVO$PlanDeliveryProductVO
companyGroupIdinteger(int64)公司组ID(爱达用于区域招标逻辑)-爱达
companyGroupNamestring公司组名称(爱达用于区域招标逻辑)-爱达
taxNamestring税名称
taxValuenumber(double)税值
supplierNamestring供应商名称
supplierCodestring供应商编号
supplierUserNamestring供应商登录账号(用于发送邮件)
companyNamestring公司名称
companyCodestring公司编号
currencyCodestring币种编号
currencyNamestring币种名称
goodsPricenumber(double)价目表最新价格(不含税)
producerCodestring生产商编号
producerNamestring生产商名称
firstPriceUntaxednumber(double)第一次报价(不含税)
firstPriceTotalnumber(double)第一次报价(含税)
secondPriceUntaxednumber(double)第二次报价(不含税)
secondPriceTotalnumber(double)第二次报价(含税)
thirdPriceUntaxednumber(double)第三次报价(不含税)
thirdPriceTotalnumber(double)第三次报价(含税)

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteLineVO$GoodsBarcodePropertyVO

招标商品条码属性VO

名称类型必填说明示例
idinteger(int64)ID
purchaseTaxTaxVO

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteLineVO$GoodsBarcodeVO

招标商品条码VO

名称类型必填说明示例
idinteger(int64)商品条码
barcodestring商品条码
goodsBarcodePropertyGoodsInviteLineVO$GoodsBarcodePropertyVO

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteLineVO$GoodsManufactureVO

商品拓展信息VO

名称类型必填说明示例
idinteger(int64)ID
texturestring材质
standardPartsboolean是否标准件
materialTypestring原材料形状
lengthnumber(double)标准长度
widenumber(double)标准宽度
heightnumber(double)标准高度
diameternumber(double)标准直径

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteLineVO$GoodsVO

招标商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名
typestring商品类型
typeSubstring商品子类型
specstring规格
goodsCategoryGoodsCategoryVO
uomUomVO
stockGoodsManufactureGoodsInviteLineVO$GoodsManufactureVO

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteLineVO$PlanDeliveryProductVO

拟投产品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteTotalAmountRankVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsInviteTotalAmountRankVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteTotalAmountRankVO

招标中标公示VO

名称类型必填说明示例
supplierCodestring供应商编号
partnerIdinteger(int64)CRM对象ID
supplierNamestring供应商名称
totalAmountnumber(double)供应商报价总金额
rankinteger(int32)排名

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteLineHistoryVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsInviteLineHistoryVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteLineHistoryVO

招标历史明细VO

名称类型必填说明示例
idinteger(int64)ID
inviteIdinteger(int64)ID
partnerIdinteger(int64)CRM关系ID
supplyboolean是否参标
biddingboolean是否中标
qtynumber(double)商品总数
remarksstring备注
companyIdinteger(int64)公司ID
currencyIdinteger(int64)币种id
exchangeRatenumber(double)供应商货币与商户货币兑换率
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
versioninteger(int64)版本号
contentstringJSON字符串
updateTimestring(date-time)编辑时间
quoteTypestring报价类型(QUOTE:报价 DICKER:议价)
deliveryPeriodinteger(int32)交货周期
amountTotalnumber(double)含税总额(priceTotal * qty * uomConversionRate)
amountTaxnumber(double)税总额(priceTax * qty * uomConversionRate)
amountUntaxednumber(double)不含税总额(priceUntaxed * qty * uomConversionRate)
priceTotalnumber(double)供应商报价含税金额(商户币种)
priceTaxnumber(double)供应商报价税金额(商户币种)
priceUntaxednumber(double)供应商报价不含税金额(商户币种)
originPriceTotalnumber(double)供应商原币报价含税金额(供应商币种)
originPriceTaxnumber(double)供应商原币报价税金额(供应商币种)
originPriceUntaxednumber(double)供应商原币报价不含稅金额(供应商币种)
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
lineNointeger(int32)行编号
inviteStagestring标段
periodTypestring周期类型,用于打印模版选择
expectedDatestring(date)到货日期
assetboolean是否资产-爱达
shipownerSuppliedboolean是否船东供应品-爱达
companyGroupIdinteger(int64)公司组ID(爱达用于区域招标逻辑)-爱达
goodsGoodsInviteLineHistoryVO$GoodsVO
goodsBarcodeGoodsInviteLineHistoryVO$GoodsBarcodeVO
supplierNamestring供应商名称
supplierCodestring供应商编号
companyNamestring公司名称
companyCodestring公司编号
currencyCodestring币种编号
currencyNamestring币种名称

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteLineHistoryVO$GoodsBarcodeVO

招标历史明细商品条码VO

名称类型必填说明示例
idinteger(int64)商品条码
barcodestring商品条码

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteLineHistoryVO$GoodsVO

招标历史明细商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名
uomGoodsInviteLineHistoryVO$UomVO

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteLineHistoryVO$UomVO

计量单位信息VO

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称
rationumber(double)换算率

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteListVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListGoodsInviteListVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsInviteListVO

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteListVO

招标列表VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
expiredTimestring(date-time)投标截止时间
statusstring状态
descriptionstring描述
openRankboolean是否打开公布排名
openInviteboolean是否打开中标公示
startTimestring(date-time)投标截止时间
createTimestring(date-time)创建时间
doneTimestring(date-time)完成时间
goodsTypestring招标商品类型
goodsSubTypestring招标商品子类型
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
modelstring采购方式(根据不同的类型走向不同才流程和选择供应商以及模版打印等里面使用)
taxTypestring税金计算类型
contractboolean是否生成合同
biddingAmountTotalnumber(double)供应商中标总额
extensionInfostring额外属性
bidFailedPlanboolean是否流标采购计划(采购过程的上级采购计划的源订单类型,originType == INVITE 时)
createUserNamestring创建人名称
assistUserNameListstring协作人名称集合
purchasePlanTypestring采购计划(采购类型)
purchasePlanInviteTypestring采购计划(招标方式)
purchasePlanCodestring采购计划(编号)
purchasePlanEvaluationTypestring采购计划(评标方式)

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteBidingAnnounceVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListGoodsInviteBidingAnnounceVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteBidingAnnounceVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsInviteBidingAnnounceVO

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteBidingAnnounceVO

招标中标公示VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
statusstring状态
createTimestring(date-time)投标截止时间
goodsInviteBidingAmountListGoodsInviteBidingAnnounceVO$GoodsInviteBidingAmountVO

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteBidingAnnounceVO$GoodsInviteBidingAmountVO

供应商中标总金额VO

名称类型必填说明示例
supplierCodestring供应商编号
partnerIdinteger(int64)CRM对象ID
supplierNamestring供应商名称
originTotalAmountnumber(double)原币中标总金额
totalAmountnumber(double)本币中标总金额

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsInviteDetailVO

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteDetailVO

招标详情VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
expiredTimestring(date-time)投标截止时间
statusstring状态
descriptionstring描述
openRankboolean是否打开公布排名
openInviteboolean是否打开中标公示
cancelReasonstring作废原因
startTimestring(date-time)招投标开始时间(开启报价阶段进行时间写入)
contractPlanStartDatestring(date)计划合同开始日期
contractPlanEndDatestring(date)计划合同截止日期
quoteTypestring报价类型(QUOTE:报价 DICKER:议价)
doneTimestring(date-time)完成时间
goodsTypestring招标商品类型
goodsSubTypestring招标商品子类型
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
modelstring采购方式(根据不同的类型走向不同才流程和选择供应商以及模版打印等里面使用)
taxTypestring税金计算类型
createTimestring(date-time)创建时间
extensionInfostring额外属性
assistUserListGoodsInviteDetailVO$UserVO
createUserGoodsInviteDetailVO$UserVO
purchasePlanGoodsInviteDetailVO$PurchasePlanVO

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteDetailVO$PurchasePlanVO

关联采购计划VO

名称类型必填说明示例
idinteger(int64)名称
namestring名称
evaluationTypestring评标方式(使用sys_property维护,LOWEST_TENDERING_PRICE:最低价投标法;SYNTHETIC_EVALUATION:综合评估法)
notestring备注
estimatedAmountnumber(double)预估金额

com.leadwaycloud.stock.model.vo.stock.purchase.invite.GoodsInviteDetailVO$UserVO

用户信息VO

名称类型必填说明示例
idinteger(int64)ID
userNamestring登录名称
namestring名称
partnerIdinteger(int64)CRM关系ID

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsSupplier

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsSupplier[]返回数据

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoodsSupplier

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockGoodsSupplier[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoodsSupplier

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsSupplier

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractRemainingVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseContractRemainingVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractRemainingVO

查询还有剩余份额的采购合同VO

名称类型必填说明示例
contractIdinteger(int64)合同ID
contractCodestring合同编号
contractNamestring合同名称
supplierIdinteger(int64)供应商ID
supplierCodestring供应商编号
supplierNamestring供应商名称
amountUntaxednumber(double)合同不含税总额(开口:合同不含税总额,非开口:合同明细不含税总额)
remainingAmountUntaxednumber(double)剩余可用不含税总额(开口:合同剩余可用不含税总额,非开口:合同明细剩余可用不含税总额)
goodsTypestring商品类型
goodsSubTypestring商品子类型
decalsContractboolean是否开口合同
executedProgressnumber(double)已执行进度

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseContractLineVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractLineVO

采购合同明细VO

名称类型必填说明示例
idinteger(int64)ID
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
priceTotalnumber(double)含税单价
priceTaxnumber(double)税单价
priceUntaxednumber(double)不含税单价
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
qtynumber(double)数量
notestring备注
lineNointeger(int32)行编号
originPriceTotalnumber(double)原币含税单价
originPriceTaxnumber(double)原币税单价
originPriceUntaxednumber(double)原币不含税单价
deliveryPeriodinteger(int32)交货周期
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
periodTypestring周期类型,用于打印模版选择
expectedDatestring(date)到货日期
purposestring用途
executedAmountTotalnumber(double)期初已执行金额(含税)
executedAmountUntaxednumber(double)期初已执行金额(不含税)
executedAmountTaxnumber(double)期初已执行税总额
tradeTypestring贸易方式-爱达
assetboolean是否资产-爱达
shipownerSuppliedboolean是否船东供应品-爱达
multipleLengthboolean是否倍尺料-万航
goodsPurchaseContractLineVO$GoodsVO
goodsBarcodePurchaseContractLineVO$GoodsBarcodeVO
companyPurchaseContractLineVO$CompanyVO
producerPurchaseContractLineVO$ProducerVO
planDeliveryProductListPurchaseContractLineVO$PlanDeliveryProductVO
pqcAcceptanceStandardListPqcAcceptanceStandardVO

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractLineVO$CompanyVO

公司信息VO

名称类型必填说明示例
idinteger(int64)ID
codestring公司编号
namestring名称
idChainstring完整的组织结构

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractLineVO$GoodsBarcodePropertyVO

采购合同商品条码属性VO

名称类型必填说明示例
idinteger(int64)ID
costnumber(double)成本价格,不含税
purchaseTaxPurchaseContractLineVO$TaxVO

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractLineVO$GoodsBarcodeVO

采购合同商品条码VO

名称类型必填说明示例
idinteger(int64)ID
barcodestring商品条码
goodsBarcodePropertyPurchaseContractLineVO$GoodsBarcodePropertyVO

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractLineVO$GoodsCategoryVO

商品分类VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
idChainstring完整的组织结构

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractLineVO$GoodsManufactureVO

商品拓展信息VO

名称类型必填说明示例
idinteger(int64)ID
texturestring材质
standardPartsboolean是否标准件
materialTypestring原材料形状
lengthnumber(double)标准长度
widenumber(double)标准宽度
heightnumber(double)标准高度
diameternumber(double)标准直径

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractLineVO$GoodsVO

采购合同商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名
typestring商品类型
typeSubstring商品子类型
specstring规格
goodsCategoryPurchaseContractLineVO$GoodsCategoryVO
uomPurchaseContractLineVO$UomVO
stockGoodsManufacturePurchaseContractLineVO$GoodsManufactureVO

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractLineVO$PlanDeliveryProductVO

拟投产品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractLineVO$ProducerVO

生产商信息VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
partnerIdinteger(int64)CRM关系ID

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractLineVO$TaxVO

税信息VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
valuenumber(double)税值
codestring编号

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractLineVO$UomVO

计量单位信息VO

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称
rationumber(double)换算率

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractClauseVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseContractClauseVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractClauseVO

采购合同条款VO

名称类型必填说明示例
idinteger(int64)ID
contractIdinteger(int64)合同ID
contentstring条款内容
lineNointeger(int32)行编号
viewUserListUserVO

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractListVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListPurchaseContractListVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseContractListVO

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractListVO

采购合同列表VO

名称类型必填说明示例
idinteger(int64)ID
statusstring合同状态
namestring合同名称
doneTimestring(date-time)完成时间
createTimestring(date-time)创建时间
codestring合同编号
externalCodestring外部编号
partnerIdinteger(int64)客户关系对象
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
startDatestring(date)开始时间
endDatestring(date)结束时间
convertGoodsPriceboolean是否将合同转为价目表
contractEffectiveTypestring合同有效类型
historyboolean是否是历史合同
initializationboolean是否初始化数据
goodsTypestring合同商品类型
goodsSubTypestring合同商品子类型
decalsContractboolean是否开口合同,用于采购单金额验证(标准类型商品)-万航
excessRationumber(double)超出额度比例,用于采购单金额验证(原材料类型商品)-万航
taxTypestring税金计算类型
notestring备注
extensionInfostring额外属性
operatorUserIdinteger(int64)操作用户ID
operatorUserNamestring操作用户名称
currencyIdinteger(int64)货币ID
currencyNamestring货币名称
currencyCodestring货币编号
exchangeRatenumber(double)汇率
contractUsageAmountUntaxednumber(double)合同已执行金额(不含税)
contractUsageAmountTotalnumber(double)合同已执行金额(含税)
contractUsageAmountTaxnumber(double)合同已执行金额(税额)
contractBalanceAmountUntaxednumber(double)合同已账金额(不含税)
contractBalanceAmountTotalnumber(double)合同已账金额(含税)
contractBalanceAmountTaxnumber(double)合同已账金额(税额)
supplierNamestring供应商名称
assistUserNameListstring关联用户名称集合
goodsPriceCompanyNameListstring价目表公司名称集合
purchaseModelstring采购方式

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseContractListVO[]返回数据

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseContractDetailVO

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractDetailVO

采购合同详情VO

名称类型必填说明示例
idinteger(int64)ID
statusstring合同状态
namestring合同名称
pickingTypestring订单类型
doneTimestring(date-time)完成时间
createTimestring(date-time)创建时间
codestring合同编号
externalCodestring外部编号
exchangeRatenumber(double)汇率
partnerIdinteger(int64)客户关系对象
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
startDatestring(date)开始时间
endDatestring(date)结束时间
versionstring版本号
contractEffectiveTypestring合同有效类型
historyboolean是否是历史合同
initializationboolean是否初始化数据
goodsTypestring合同商品类型
decalsContractboolean是否开口合同,用于采购单金额验证(标准类型商品)-万航
excessRationumber(double)超出额度比例,用于采购单金额验证(原材料类型商品)-万航
goodsSubTypestring合同商品子类型
extensionInfostring额外属性
executedAmountTotalnumber(double)期初已执行金额(含税)
executedAmountUntaxednumber(double)期初已执行金额(不含税)
executedAmountTaxnumber(double)期初已执行税总额
operatorUserPurchaseContractDetailVO$UserVO
currencyPurchaseContractDetailVO$CurrencyVO
assistUserListPurchaseContractDetailVO$UserVO
partnerPartnerVO
companyPurchaseContractDetailVO$CompanyVO

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractDetailVO$CompanyVO

公司信息VO

名称类型必填说明示例
idinteger(int64)ID
codestring公司编号
namestring名称
idChainstring完整的组织结构

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractDetailVO$CurrencyVO

币种信息VO

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称

com.leadwaycloud.stock.model.vo.stock.purchase.contract.PurchaseContractDetailVO$UserVO

用户信息VO

名称类型必填说明示例
idinteger(int64)ID
userNamestring登录名称
namestring名称
partnerIdinteger(int64)CRM关系ID

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseApplyLineVO[]返回数据

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineVO

采购申请明细VO

名称类型必填说明示例
idinteger(int64)ID
merchantIdinteger(int64)商户ID
planQtynumber(double)计划数量
actualQtynumber(double)实际数量
lineNointeger(int32)行编号
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
purchaseApplyIdinteger(int64)采购申请单ID
uomIdinteger(int64)计量单位ID
uomConversionRatenumber(double)计量单位转换基本单位转换率
purchaseTypestring采购类型
notestring备注
otherGoodsBarcodeIdinteger(int64)other商品条码ID
manufactureDatastring工业制造相关数据,外协采购使用。存储锻件,材类型,上工序,规格等数据
deliveryPeriodinteger(int32)交货周期(天)
estimatedPriceTotalnumber(double)预估单价
periodTypestring周期类型,用于打印模版选择
expectedDatestring(date)到货日期
planDeliveryProductstring拟投产品-万航
purposestring用途
multipleLengthboolean是否倍尺料-万航
uomPurchaseApplyLineVO$UomVO
resCompanyPurchaseApplyLineVO$CompanyVO
goodsPurchaseApplyLineVO$GoodsVO
goodsBarcodePurchaseApplyLineVO$GoodsBarcodeVO
goodsPriceCompanyPurchaseApplyLineVO$CompanyVO
unitPricenumber(double)最新价目表单价(不含税)
amountTotalnumber(double)总价(不含税)
tripLinePurchaseApplyLineVO$TripLineVO
stockGoodsPricePurchaseApplyLineVO$GoodsPriceVO
planDeliveryProductListPurchaseApplyLineVO$PlanDeliveryProductVO
pqcAcceptanceStandardListPqcAcceptanceStandardVO

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineVO$CompanyVO

公司信息VO

名称类型必填说明示例
idinteger(int64)ID
codestring公司编号
namestring名称
idChainstring完整的组织结构

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineVO$GoodsBarcodePropertyVO

采购申请商品条码属性VO

名称类型必填说明示例
idinteger(int64)ID
purchaseTaxIdinteger(int64)采购税ID
purchaseTaxPurchaseApplyLineVO$TaxVO
costnumber(double)成本价格,不含税

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineVO$GoodsBarcodeVO

采购申请商品条码VO

名称类型必填说明示例
idinteger(int64)ID
barcodestring商品条码
goodsBarcodePropertyPurchaseApplyLineVO$GoodsBarcodePropertyVO

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineVO$GoodsCategoryVO

商品分类VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring编号
idChainstring完整的组织结构

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineVO$GoodsManufactureVO

商品拓展信息VO

名称类型必填说明示例
idinteger(int64)ID
goodsIdinteger(int64)商品ID
texturestring材质
standardPartsboolean是否标准件
materialTypestring原材料形状
lengthnumber(double)标准长度
widenumber(double)标准宽度
heightnumber(double)标准高度
diameternumber(double)标准直径
weightnumber(double)标准重量

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineVO$GoodsPriceVO

价目表信息VO

名称类型必填说明示例
idinteger(int64)ID
pricenumber(double)价格
taxIdinteger(int64)税ID
taxValuesnumber(double)税值
otherPricenumber(double)外币价格
otherCurrencyIdinteger(int64)外币ID
contractIdinteger(int64)合同ID
contractLineIdinteger(int64)合同明细ID
deliveryPeriodinteger(int32)交货周期
assetboolean是否资产-爱达
supplierSupplierVO

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineVO$GoodsPropertyVO

商品属性VO

名称类型必填说明示例
idinteger(int64)ID
allowPurchaseboolean允许采购
orderedLocallyboolean允许直接采购
rsKeepDaysinteger(int32)保有天数(默认1) 补货中需要计算
rsPromotionCoefficientnumber(double)促销系数(默认1) 补货中需要计算

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineVO$GoodsVO

采购申请商品VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号
otherNamestring商品别名
typestring商品类型
goodsCategoryIdinteger(int64)分类ID
uomIdinteger(int64)计量单位ID
specstring规格
typeSubstring商品子类型
goodsCategoryPurchaseApplyLineVO$GoodsCategoryVO
goodsPropertyPurchaseApplyLineVO$GoodsPropertyVO
stockGoodsManufacturePurchaseApplyLineVO$GoodsManufactureVO

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineVO$PlanDeliveryProductVO

拟投产品信息VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
codestring货号

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineVO$TaxVO

税信息VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
valuenumber(double)税值
codestring编号

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineVO$TripLineVO

航线信息VO

名称类型必填说明示例
idinteger(int64)ID
namestring航线名称
codestring航次编号

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyLineVO$UomVO

计量单位信息VO

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称
rationumber(double)换算率

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyListVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListPurchaseApplyListVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseApplyListVO

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyListVO

采购申请列表VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
statusstring状态
codestring编号
externalCodestring外部编号
notestring备注
merchantIdinteger(int64)商户ID
companyIdinteger(int64)采购申请单归属公司ID,影响最终入库公司。
createCompanyIdinteger(int64)创建采购申请单公司ID
doneTimestring(date-time)完成时间
operatorUserIdinteger(int64)操作用户ID
associatePurchaseboolean是否关联采购单
associateTransferboolean是否关联调拨单
applyDatestring(date)申请日期
goodsPriceCompanyIdinteger(int64)查询价格表公司ID
tripLineIdinteger(int64)航线ID
warehouseIdinteger(int64)补货仓库ID
applyCompanyIdinteger(int64)采购申请单申请公司ID
goodsTypestring采购申请商品类型
applyDepartmentIdinteger(int64)申请部门ID
goodsSubTypestring采购申请商品子类型
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
taxTypestring税金计算类型
associatePurchasePlanCodestring关联采购计划code
warehouseNamestring仓库名称
tripLineNamestring航线名称
tripLineDepartureDatestring(date)出发日期
tripLineRoutesstring航线行程
companyNamestring采购需求单归属公司名称
goodsPriceCompanyNamestring价格表公司名称

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPurchaseApplyDetailVO

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyDetailVO

采购申请详情VO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
statusstring状态
codestring编号
externalCodestring外部编号
notestring备注
merchantIdinteger(int64)商户ID
companyIdinteger(int64)采购申请单归属公司ID,影响最终入库公司。
createCompanyIdinteger(int64)创建采购申请单公司ID
doneTimestring(date-time)完成时间
createTimestring(date-time)创建时间
operatorUserIdinteger(int64)操作用户ID
associatePurchaseboolean是否关联采购单
associateTransferboolean是否关联调拨单
applyDatestring(date)申请日期
goodsPriceCompanyIdinteger(int64)查询价格表公司ID
tripLineIdinteger(int64)航线ID
warehouseIdinteger(int64)补货仓库ID
applyCompanyIdinteger(int64)采购申请单申请公司ID
goodsTypestring采购申请商品类型
applyDepartmentIdinteger(int64)申请部门ID
goodsSubTypestring采购申请商品子类型
estimatedAmountnumber(double)预估金额
decalsContractboolean是否开口合同,用于采购单金额验证-万航。默认值:false
taxTypestring税金计算类型
operatorUserPurchaseApplyDetailVO$UserVO
companyPurchaseApplyDetailVO$CompanyVO
goodsPriceCompanyPurchaseApplyDetailVO$CompanyVO
tripLinePurchaseApplyDetailVO$TripLineVO
warehousePurchaseApplyDetailVO$WarehouseVO
createUserPurchaseApplyDetailVO$UserVO
assistUserListPurchaseApplyDetailVO$UserVO

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyDetailVO$CompanyVO

公司信息VO

名称类型必填说明示例
idinteger(int64)ID
codestring公司编号
namestring名称
idChainstring完整的组织结构

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyDetailVO$TripLineVO

采购申请航线VO

名称类型必填说明示例
idinteger(int64)ID
namestring航线名称
codestring航次编号
routesstring航线行程
departureDatestring(date)出发日期

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyDetailVO$UserVO

用户信息VO

名称类型必填说明示例
idinteger(int64)ID
userNamestring登录名称
namestring名称
partnerIdinteger(int64)CRM关系ID

com.leadwaycloud.stock.model.vo.stock.purchase.apply.PurchaseApplyDetailVO$WarehouseVO

仓库信息VO

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称
idChainstring完整的组织结构

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsUom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsUom[]返回数据

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoodsSpecificationGroup

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockGoodsSpecificationGroup[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoodsSpecificationGroup

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsSpecificationGroup

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsSpecificationGroup

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsSpecificationGroup

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoodsPriceGroup

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockGoodsPriceGroup[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoodsPriceGroup

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsPriceGroup

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsPrice

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsPrice[]返回数据

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsPriceGroup

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsPriceGroup

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.goods.GoodsBomPackingDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsBomPackingDetailVO

com.leadwaycloud.stock.model.vo.goods.GoodsBomPackingDetailVO

大小包装VO

名称类型必填说明示例
idinteger(int64)大小包装主键,stock_goods_bom表ID
merchantIdinteger(int64)商户ID
qtynumber(double)大包装商品转换小包装商品数量
largeGoodsGoodsBomPackingDetailVO$StockGoodsVO
smallGoodsGoodsBomPackingDetailVO$StockGoodsVO

com.leadwaycloud.stock.model.vo.goods.GoodsBomPackingDetailVO$StockGoodsVO

商品VO

名称类型必填说明示例
idinteger(int64)商品ID
namestring名称
codestring货号
uomNamestring基本计量单位名称
uomSymbolstring基本计量单位编号

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsCategory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsCategory[]返回数据

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoodsBrand

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockGoodsBrand[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoodsBrand

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsBrand

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoodsBom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsBom

com.leadwaycloud.stock.model.dto.goods.StockGoodsBomTree

商品BOM树

名称类型必填说明示例
bomLineIdinteger(int64)bomLineId主键id
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
versionstring商品BOM版本
versionBomIdinteger(int64)明细行版本BOMId
versionBomIdVersionstring明细行版本BOMIdVersion
lossRatenumber损耗率
remarkstring备注
qtynumber(double)转换数量
goodsBomTreeListStockGoodsBomTree[]商品子BOM树集合
goodsStockGoods
goodsBarcodeStockGoodsBarcode

com.leadwaycloud.stock.model.entity.stock.StockGoodsBom

商品BOM

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
merchantIdinteger(int64)商户
companyIdinteger(int64)公司
goodsIdinteger(int64)商品
goodsBarcodeIdinteger(int64)条码
typestringBOM类型
versionstring版本
effectiveDatestring(date)生效日期
publishDatestring(date)发布日期
statusstring状态
remarkstring备注
goodsBomTreeListStockGoodsBomTree[]商品BOM树集合
goodsBomLineListStockGoodsBomLine[]商品BOM明细集合
companyResCompany
goodsStockGoods
goodsBarcodeStockGoodsBarcode
createUserResUser

com.leadwaycloud.stock.model.entity.stock.StockGoodsBomLine

商品BOM明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
qtynumber(double)数量
bomIdinteger(int64)商品BOM
goodsIdinteger(int64)商品
goodsBarcodeIdinteger(int64)条码
versionstring商品BOM版本
lineNointeger(int32)行号
lossRatenumber损耗率
versionBomIdinteger(int64)明细行版本BOMId
remarkstring备注
goodsStockGoods
goodsBarcodeStockGoodsBarcode
versionBomIdVersionstring商品versionBomId引用版本

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsBom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsBom[]返回数据

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.goods.StockGoodsBomListVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockGoodsBomListVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.goods.StockGoodsBomListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsBomListVO

com.leadwaycloud.stock.model.vo.goods.StockGoodsBomListVO

商品BOM列表VO

名称类型必填说明示例
idinteger(int64)
namestring名称
goodsIdinteger(int64)商品
goodsNameinteger(int64)商品名称
goodsCodeinteger(int64)商品编码
goodsBarcodeIdinteger(int64)条码
typestringBOM类型
versionstring版本
effectiveDatestring(date)生效日期
publishDatestring(date)发布日期
statusstring状态
createByResUser
createUserNamestring创建人名称
createTimestring(date-time)创建时间
merchantIdinteger(int64)商户
companyIdinteger(int64)公司
goodsBomLineListStockGoodsBomLine[]商品BOM明细集合

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.vo.goods.StockGoodsBomListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsBomListVO[]返回数据

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.StockGoodsSearchVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockGoodsSearchVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.stock.StockGoodsSearchVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsSearchVO

com.leadwaycloud.stock.model.vo.stock.StockGoodsSearchVO

分页搜索商品信息VO

名称类型必填说明示例
idinteger(int64)商品Id
namestring商品名称
codestring商品编号

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsSpecificationParam

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsSpecificationParam[]返回数据

com.leadwaycloud.stock.model.entity.stock.StockGoodsSpecificationParam

商品规格值

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
goodsIdinteger(int64)商品ID
specificationGroupIdinteger(int64)规格组ID
specificationIdinteger(int64)规格参数ID
valstring属性值
searchValstring搜索值
merchantIdinteger(int64)商户ID
specificationStockGoodsSpecification
specificationGroupStockGoodsSpecificationGroup

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoodsCostRecord

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListStockGoodsCostRecord[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.entity.stock.StockGoodsCostRecord

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsCostRecord

com.leadwaycloud.stock.model.entity.stock.StockGoodsCostRecord

商品

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
goodsIdinteger(int64)商品ID
oldValuenumber(double)修改前的值
newValuenumber(double)修改后的值
merchantIdinteger(int64)商户号ID

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoods

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoods[]返回数据

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.entity.stock.StockGoods

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoods

com.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.goods.GoodsAppVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListGoodsAppVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.stock.model.vo.goods.GoodsAppVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsAppVO

com.leadwaycloud.core.model.RCom.leadwaycloud.stock.model.vo.goods.GoodsAppVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataGoodsAppVO

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.stock.model.entity.stock.StockGoodsBarcodeSpecificationParam

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataStockGoodsBarcodeSpecificationParam[]返回数据

com.leadwaycloud.stock.model.entity.stock.StockGoodsBarcodeSpecificationParam

商品条码规格值

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
goodsIdinteger(int64)商品ID
goodsBarcodeIdinteger(int64)商品条码ID
specificationGroupIdinteger(int64)规格组ID
specificationIdinteger(int64)规格参数ID
valstring属性值
searchValstring搜索值
merchantIdinteger(int64)商户ID
specificationStockGoodsSpecification
specificationGroupStockGoodsSpecificationGroup