请求参数

名称 类型 描述
id integer

响应参数

string
名称 类型 描述
code string 单号
costMoney decimal number 成本金额
createTime date 创建时间
dateIn date 入库日期
dateOut date 出库日期
details [...] 订单明细
    ┆- boxQty decimal number 箱数
    ┆- boxSpec decimal number 箱规格
    ┆- costMoney decimal number 成本金额
    ┆- costPrice decimal number 成本单价
    ┆- id integer id
     images [...] 图片路径
    ┆- mainId integer 库存变更Id
    ┆- money decimal number 金额
    ┆- price decimal number 单价
    ┆- productClass string 商品分类
    ┆- productCode string 商品货号
    ┆- productId integer 商品Id
    ┆- productName string 商品名称
    ┆- productUnit string 商品单位
    ┆- qty decimal number 数量
    ┆- sort integer 排序
id integer id
log string 日志
money decimal number 金额
remark string 备注
shopInId integer 调入门店id
shopInName string 调入门店
shopOutId integer 调出门店id
shopOutName string 调出门店名称
status string 0:未调出; 1:已调出; 2:已调入; 3:退回中; 4:已退回; 5:已作废
statusName string 调拨状态名称
userId integer 创建人Id
userName string 创建人名称

响应示例

application/json, text/json
{
  "shopOutId": 1,
  "shopOutName": "",
  "shopInId": 3,
  "shopInName": "",
  "code": "",
  "status": 0,
  "statusName": "",
  "dateOut": "2026-01-15 10:11:20",
  "dateIn": "2026-01-15 10:11:20",
  "money": 9.0,
  "costMoney": 10.0,
  "userId": 11,
  "userName": "",
  "createTime": "2026-01-15 10:11:20",
  "remark": "",
  "log": "",
  "details": [
    {
      "productCode": "",
      "productName": "",
      "productClass": "",
      "productUnit": "",
      "mainId": 5,
      "productId": 6,
      "qty": 7.0,
      "price": 8.0,
      "money": 9.0,
      "costPrice": 10.0,
      "costMoney": 11.0,
      "boxQty": 12.0,
      "boxSpec": 13.0,
      "sort": 14,
      "images": [
        "",
        ""
      ],
      "id": 15
    },
    {
      "productCode": "",
      "productName": "",
      "productClass": "",
      "productUnit": "",
      "mainId": 5,
      "productId": 6,
      "qty": 7.0,
      "price": 8.0,
      "money": 9.0,
      "costPrice": 10.0,
      "costMoney": 11.0,
      "boxQty": 12.0,
      "boxSpec": 13.0,
      "sort": 14,
      "images": [
        "",
        ""
      ],
      "id": 15
    }
  ],
  "id": 16
}

请求参数

名称 类型 描述
code string
endDate date
order boolean
pageIndex integer
pageSize integer
shopId integer
sort string
startDate date
status integer
type integer

响应参数

string string
名称 类型 描述
data [...]
    ┆- code string 单号
    ┆- costMoney decimal number 成本金额
    ┆- createTime date 创建时间
    ┆- dateIn date 入库日期
    ┆- dateOut date 出库日期
     details [...] 订单明细
        ┆- boxQty decimal number 箱数
        ┆- boxSpec decimal number 箱规格
        ┆- costMoney decimal number 成本金额
        ┆- costPrice decimal number 成本单价
        ┆- id integer id
         images [...] 图片路径
        ┆- mainId integer 库存变更Id
        ┆- money decimal number 金额
        ┆- price decimal number 单价
        ┆- productClass string 商品分类
        ┆- productCode string 商品货号
        ┆- productId integer 商品Id
        ┆- productName string 商品名称
        ┆- productUnit string 商品单位
        ┆- qty decimal number 数量
        ┆- sort integer 排序
    ┆- id integer id
    ┆- log string 日志
    ┆- money decimal number 金额
    ┆- remark string 备注
    ┆- shopInId integer 调入门店id
    ┆- shopInName string 调入门店
    ┆- shopOutId integer 调出门店id
    ┆- shopOutName string 调出门店名称
    ┆- status string 0:未调出; 1:已调出; 2:已调入; 3:退回中; 4:已退回; 5:已作废
    ┆- statusName string 调拨状态名称
    ┆- userId integer 创建人Id
    ┆- userName string 创建人名称
pageIndex integer
pageSize integer
sumData {...}
    ┆- code string 单号
    ┆- costMoney decimal number 成本金额
    ┆- createTime date 创建时间
    ┆- dateIn date 入库日期
    ┆- dateOut date 出库日期
     details [...] 订单明细
        ┆- boxQty decimal number 箱数
        ┆- boxSpec decimal number 箱规格
        ┆- costMoney decimal number 成本金额
        ┆- costPrice decimal number 成本单价
        ┆- id integer id
         images [...] 图片路径
        ┆- mainId integer 库存变更Id
        ┆- money decimal number 金额
        ┆- price decimal number 单价
        ┆- productClass string 商品分类
        ┆- productCode string 商品货号
        ┆- productId integer 商品Id
        ┆- productName string 商品名称
        ┆- productUnit string 商品单位
        ┆- qty decimal number 数量
        ┆- sort integer 排序
    ┆- id integer id
    ┆- log string 日志
    ┆- money decimal number 金额
    ┆- remark string 备注
    ┆- shopInId integer 调入门店id
    ┆- shopInName string 调入门店
    ┆- shopOutId integer 调出门店id
    ┆- shopOutName string 调出门店名称
    ┆- status string 0:未调出; 1:已调出; 2:已调入; 3:退回中; 4:已退回; 5:已作废
    ┆- statusName string 调拨状态名称
    ┆- userId integer 创建人Id
    ┆- userName string 创建人名称
totalCount integer

响应示例

application/json, text/json

请求参数

名称 类型 描述
code string
endDate date
order boolean
shopId integer
sort string
startDate date
status integer
type integer

响应参数

string
名称 类型 描述
code string 单号
costMoney decimal number 成本金额
createTime date 创建时间
dateIn date 入库日期
dateOut date 出库日期
details [...] 订单明细
    ┆- boxQty decimal number 箱数
    ┆- boxSpec decimal number 箱规格
    ┆- costMoney decimal number 成本金额
    ┆- costPrice decimal number 成本单价
    ┆- id integer id
     images [...] 图片路径
    ┆- mainId integer 库存变更Id
    ┆- money decimal number 金额
    ┆- price decimal number 单价
    ┆- productClass string 商品分类
    ┆- productCode string 商品货号
    ┆- productId integer 商品Id
    ┆- productName string 商品名称
    ┆- productUnit string 商品单位
    ┆- qty decimal number 数量
    ┆- sort integer 排序
id integer id
log string 日志
money decimal number 金额
remark string 备注
shopInId integer 调入门店id
shopInName string 调入门店
shopOutId integer 调出门店id
shopOutName string 调出门店名称
status string 0:未调出; 1:已调出; 2:已调入; 3:退回中; 4:已退回; 5:已作废
statusName string 调拨状态名称
userId integer 创建人Id
userName string 创建人名称

响应示例

application/json, text/json
[
  {
    "shopOutId": 1,
    "shopOutName": "",
    "shopInId": 3,
    "shopInName": "",
    "code": "",
    "status": 0,
    "statusName": "",
    "dateOut": "2026-01-15 10:11:20",
    "dateIn": "2026-01-15 10:11:20",
    "money": 9.0,
    "costMoney": 10.0,
    "userId": 11,
    "userName": "",
    "createTime": "2026-01-15 10:11:20",
    "remark": "",
    "log": "",
    "details": [
      {
        "productCode": "",
        "productName": "",
        "productClass": "",
        "productUnit": "",
        "mainId": 5,
        "productId": 6,
        "qty": 7.0,
        "price": 8.0,
        "money": 9.0,
        "costPrice": 10.0,
        "costMoney": 11.0,
        "boxQty": 12.0,
        "boxSpec": 13.0,
        "sort": 14,
        "images": [
          "",
          ""
        ],
        "id": 15
      },
      {
        "productCode": "",
        "productName": "",
        "productClass": "",
        "productUnit": "",
        "mainId": 5,
        "productId": 6,
        "qty": 7.0,
        "price": 8.0,
        "money": 9.0,
        "costPrice": 10.0,
        "costMoney": 11.0,
        "boxQty": 12.0,
        "boxSpec": 13.0,
        "sort": 14,
        "images": [
          "",
          ""
        ],
        "id": 15
      }
    ],
    "id": 16
  },
  {
    "shopOutId": 1,
    "shopOutName": "",
    "shopInId": 3,
    "shopInName": "",
    "code": "",
    "status": 0,
    "statusName": "",
    "dateOut": "2026-01-15 10:11:20",
    "dateIn": "2026-01-15 10:11:20",
    "money": 9.0,
    "costMoney": 10.0,
    "userId": 11,
    "userName": "",
    "createTime": "2026-01-15 10:11:20",
    "remark": "",
    "log": "",
    "details": [
      {
        "productCode": "",
        "productName": "",
        "productClass": "",
        "productUnit": "",
        "mainId": 5,
        "productId": 6,
        "qty": 7.0,
        "price": 8.0,
        "money": 9.0,
        "costPrice": 10.0,
        "costMoney": 11.0,
        "boxQty": 12.0,
        "boxSpec": 13.0,
        "sort": 14,
        "images": [
          "",
          ""
        ],
        "id": 15
      },
      {
        "productCode": "",
        "productName": "",
        "productClass": "",
        "productUnit": "",
        "mainId": 5,
        "productId": 6,
        "qty": 7.0,
        "price": 8.0,
        "money": 9.0,
        "costPrice": 10.0,
        "costMoney": 11.0,
        "boxQty": 12.0,
        "boxSpec": 13.0,
        "sort": 14,
        "images": [
          "",
          ""
        ],
        "id": 15
      }
    ],
    "id": 16
  }
]

请求参数

无.

响应参数

响应示例

application/json, text/json
[
  {
    "key": 1,
    "value": ""
  },
  {
    "key": 1,
    "value": ""
  }
]

请求参数

string
名称 类型 描述
code string 单号
costMoney decimal number 成本金额
createTime date 创建时间
dateIn date 入库日期
dateOut date 出库日期
details [...] 订单明细
    ┆- boxQty decimal number 箱数
    ┆- boxSpec decimal number 箱规格
    ┆- costMoney decimal number 成本金额
    ┆- costPrice decimal number 成本单价
    ┆- id integer id
     images [...] 图片路径
    ┆- mainId integer 库存变更Id
    ┆- money decimal number 金额
    ┆- price decimal number 单价
    ┆- productClass string 商品分类
    ┆- productCode string 商品货号
    ┆- productId integer 商品Id
    ┆- productName string 商品名称
    ┆- productUnit string 商品单位
    ┆- qty decimal number 数量
    ┆- sort integer 排序
id integer id
log string 日志
money decimal number 金额
remark string 备注
shopInId integer 调入门店id
shopInName string 调入门店
shopOutId integer 调出门店id
shopOutName string 调出门店名称
status string 0:未调出; 1:已调出; 2:已调入; 3:退回中; 4:已退回; 5:已作废
statusName string 调拨状态名称
userId integer 创建人Id
userName string 创建人名称

请求示例

application/json, text/json
{
  "shopOutId": 1,
  "shopOutName": "",
  "shopInId": 3,
  "shopInName": "",
  "code": "",
  "status": 0,
  "statusName": "",
  "dateOut": "2026-01-15 10:11:20",
  "dateIn": "2026-01-15 10:11:20",
  "money": 9.0,
  "costMoney": 10.0,
  "userId": 11,
  "userName": "",
  "createTime": "2026-01-15 10:11:20",
  "remark": "",
  "log": "",
  "details": [
    {
      "productCode": "",
      "productName": "",
      "productClass": "",
      "productUnit": "",
      "mainId": 5,
      "productId": 6,
      "qty": 7.0,
      "price": 8.0,
      "money": 9.0,
      "costPrice": 10.0,
      "costMoney": 11.0,
      "boxQty": 12.0,
      "boxSpec": 13.0,
      "sort": 14,
      "images": [
        "",
        ""
      ],
      "id": 15
    },
    {
      "productCode": "",
      "productName": "",
      "productClass": "",
      "productUnit": "",
      "mainId": 5,
      "productId": 6,
      "qty": 7.0,
      "price": 8.0,
      "money": 9.0,
      "costPrice": 10.0,
      "costMoney": 11.0,
      "boxQty": 12.0,
      "boxSpec": 13.0,
      "sort": 14,
      "images": [
        "",
        ""
      ],
      "id": 15
    }
  ],
  "id": 16
}

响应参数

名称 类型 描述
data integer
message string 附加信息
status string 200:成功; 500:内部错误; 601:卡不可用; 602:卡不存在; 603:卡挂失; 604:卡作废; 605:卡余额不足; 606:卡付款码超时; 607:积分不足; 608:礼品不可用; 701:支付成功; 702:支付确认失败; 703:支付状态未知; 704:付款码超时; 801:流水号重复; 901:未日结; 902:日结进行中; 903:日结中断; 904:日结完成; 905:日结金额发生变化; 1001:无法购买; 1002:已售罄; 1003:支付超时

响应示例

application/json, text/json
{
  "data": 1,
  "status": 200,
  "message": ""
}

请求参数

string
名称 类型 描述
code string 单号
costMoney decimal number 成本金额
createTime date 创建时间
dateIn date 入库日期
dateOut date 出库日期
details [...] 订单明细
    ┆- boxQty decimal number 箱数
    ┆- boxSpec decimal number 箱规格
    ┆- costMoney decimal number 成本金额
    ┆- costPrice decimal number 成本单价
    ┆- id integer id
     images [...] 图片路径
    ┆- mainId integer 库存变更Id
    ┆- money decimal number 金额
    ┆- price decimal number 单价
    ┆- productClass string 商品分类
    ┆- productCode string 商品货号
    ┆- productId integer 商品Id
    ┆- productName string 商品名称
    ┆- productUnit string 商品单位
    ┆- qty decimal number 数量
    ┆- sort integer 排序
id integer id
log string 日志
money decimal number 金额
remark string 备注
shopInId integer 调入门店id
shopInName string 调入门店
shopOutId integer 调出门店id
shopOutName string 调出门店名称
status string 0:未调出; 1:已调出; 2:已调入; 3:退回中; 4:已退回; 5:已作废
statusName string 调拨状态名称
userId integer 创建人Id
userName string 创建人名称

请求示例

application/json, text/json
{
  "shopOutId": 1,
  "shopOutName": "",
  "shopInId": 3,
  "shopInName": "",
  "code": "",
  "status": 0,
  "statusName": "",
  "dateOut": "2026-01-15 10:11:20",
  "dateIn": "2026-01-15 10:11:20",
  "money": 9.0,
  "costMoney": 10.0,
  "userId": 11,
  "userName": "",
  "createTime": "2026-01-15 10:11:20",
  "remark": "",
  "log": "",
  "details": [
    {
      "productCode": "",
      "productName": "",
      "productClass": "",
      "productUnit": "",
      "mainId": 5,
      "productId": 6,
      "qty": 7.0,
      "price": 8.0,
      "money": 9.0,
      "costPrice": 10.0,
      "costMoney": 11.0,
      "boxQty": 12.0,
      "boxSpec": 13.0,
      "sort": 14,
      "images": [
        "",
        ""
      ],
      "id": 15
    },
    {
      "productCode": "",
      "productName": "",
      "productClass": "",
      "productUnit": "",
      "mainId": 5,
      "productId": 6,
      "qty": 7.0,
      "price": 8.0,
      "money": 9.0,
      "costPrice": 10.0,
      "costMoney": 11.0,
      "boxQty": 12.0,
      "boxSpec": 13.0,
      "sort": 14,
      "images": [
        "",
        ""
      ],
      "id": 15
    }
  ],
  "id": 16
}

响应参数

名称 类型 描述
message string 附加信息
status string 200:成功; 500:内部错误; 601:卡不可用; 602:卡不存在; 603:卡挂失; 604:卡作废; 605:卡余额不足; 606:卡付款码超时; 607:积分不足; 608:礼品不可用; 701:支付成功; 702:支付确认失败; 703:支付状态未知; 704:付款码超时; 801:流水号重复; 901:未日结; 902:日结进行中; 903:日结中断; 904:日结完成; 905:日结金额发生变化; 1001:无法购买; 1002:已售罄; 1003:支付超时

响应示例

application/json, text/json
{
  "status": 200,
  "message": ""
}

请求参数

请求示例

application/json, text/json
{}

响应参数

名称 类型 描述
message string 附加信息
status string 200:成功; 500:内部错误; 601:卡不可用; 602:卡不存在; 603:卡挂失; 604:卡作废; 605:卡余额不足; 606:卡付款码超时; 607:积分不足; 608:礼品不可用; 701:支付成功; 702:支付确认失败; 703:支付状态未知; 704:付款码超时; 801:流水号重复; 901:未日结; 902:日结进行中; 903:日结中断; 904:日结完成; 905:日结金额发生变化; 1001:无法购买; 1002:已售罄; 1003:支付超时

响应示例

application/json, text/json
{
  "status": 200,
  "message": ""
}

请求参数

名称 类型 描述
log string 备注
mainId integer 主单据id

请求示例

application/json, text/json
{
  "mainId": 1,
  "log": ""
}

响应参数

名称 类型 描述
message string 附加信息
status string 200:成功; 500:内部错误; 601:卡不可用; 602:卡不存在; 603:卡挂失; 604:卡作废; 605:卡余额不足; 606:卡付款码超时; 607:积分不足; 608:礼品不可用; 701:支付成功; 702:支付确认失败; 703:支付状态未知; 704:付款码超时; 801:流水号重复; 901:未日结; 902:日结进行中; 903:日结中断; 904:日结完成; 905:日结金额发生变化; 1001:无法购买; 1002:已售罄; 1003:支付超时

响应示例

application/json, text/json
{
  "status": 200,
  "message": ""
}

请求参数

名称 类型 描述
log string 备注
mainId integer 主单据id

请求示例

application/json, text/json
{
  "mainId": 1,
  "log": ""
}

响应参数

integer
名称 类型 描述
data [...]
message string 附加信息
status string 200:成功; 500:内部错误; 601:卡不可用; 602:卡不存在; 603:卡挂失; 604:卡作废; 605:卡余额不足; 606:卡付款码超时; 607:积分不足; 608:礼品不可用; 701:支付成功; 702:支付确认失败; 703:支付状态未知; 704:付款码超时; 801:流水号重复; 901:未日结; 902:日结进行中; 903:日结中断; 904:日结完成; 905:日结金额发生变化; 1001:无法购买; 1002:已售罄; 1003:支付超时

响应示例

application/json, text/json
{
  "data": [
    1,
    2
  ],
  "status": 200,
  "message": ""
}

请求参数

integer integer
名称 类型 描述
id integer id
productClassId integer 商品分类Id
productIds [...] 商品Id列表
shopIds [...] 门店Id列表

请求示例

application/json, text/json
{
  "shopIds": [
    1,
    2
  ],
  "productClassId": 1,
  "productIds": [
    1,
    2
  ],
  "id": 2
}

响应参数

名称 类型 描述
message string 附加信息
status string 200:成功; 500:内部错误; 601:卡不可用; 602:卡不存在; 603:卡挂失; 604:卡作废; 605:卡余额不足; 606:卡付款码超时; 607:积分不足; 608:礼品不可用; 701:支付成功; 702:支付确认失败; 703:支付状态未知; 704:付款码超时; 801:流水号重复; 901:未日结; 902:日结进行中; 903:日结中断; 904:日结完成; 905:日结金额发生变化; 1001:无法购买; 1002:已售罄; 1003:支付超时

响应示例

application/json, text/json
{
  "status": 200,
  "message": ""
}

请求参数

名称 类型 描述
log string 备注
mainId integer 主单据id

请求示例

application/json, text/json
{
  "mainId": 1,
  "log": ""
}

响应参数

名称 类型 描述
message string 附加信息
status string 200:成功; 500:内部错误; 601:卡不可用; 602:卡不存在; 603:卡挂失; 604:卡作废; 605:卡余额不足; 606:卡付款码超时; 607:积分不足; 608:礼品不可用; 701:支付成功; 702:支付确认失败; 703:支付状态未知; 704:付款码超时; 801:流水号重复; 901:未日结; 902:日结进行中; 903:日结中断; 904:日结完成; 905:日结金额发生变化; 1001:无法购买; 1002:已售罄; 1003:支付超时

响应示例

application/json, text/json
{
  "status": 200,
  "message": ""
}

请求参数

名称 类型 描述
log string 备注
mainId integer 主单据id

请求示例

application/json, text/json
{
  "mainId": 1,
  "log": ""
}

响应参数

名称 类型 描述
message string 附加信息
status string 200:成功; 500:内部错误; 601:卡不可用; 602:卡不存在; 603:卡挂失; 604:卡作废; 605:卡余额不足; 606:卡付款码超时; 607:积分不足; 608:礼品不可用; 701:支付成功; 702:支付确认失败; 703:支付状态未知; 704:付款码超时; 801:流水号重复; 901:未日结; 902:日结进行中; 903:日结中断; 904:日结完成; 905:日结金额发生变化; 1001:无法购买; 1002:已售罄; 1003:支付超时

响应示例

application/json, text/json
{
  "status": 200,
  "message": ""
}

请求参数

名称 类型 描述
log string 备注
mainId integer 主单据id

请求示例

application/json, text/json
{
  "mainId": 1,
  "log": ""
}

响应参数

名称 类型 描述
message string 附加信息
status string 200:成功; 500:内部错误; 601:卡不可用; 602:卡不存在; 603:卡挂失; 604:卡作废; 605:卡余额不足; 606:卡付款码超时; 607:积分不足; 608:礼品不可用; 701:支付成功; 702:支付确认失败; 703:支付状态未知; 704:付款码超时; 801:流水号重复; 901:未日结; 902:日结进行中; 903:日结中断; 904:日结完成; 905:日结金额发生变化; 1001:无法购买; 1002:已售罄; 1003:支付超时

响应示例

application/json, text/json
{
  "status": 200,
  "message": ""
}

请求参数

名称 类型 描述
log string 备注
mainId integer 主单据id

请求示例

application/json, text/json
{
  "mainId": 1,
  "log": ""
}

响应参数

名称 类型 描述
message string 附加信息
status string 200:成功; 500:内部错误; 601:卡不可用; 602:卡不存在; 603:卡挂失; 604:卡作废; 605:卡余额不足; 606:卡付款码超时; 607:积分不足; 608:礼品不可用; 701:支付成功; 702:支付确认失败; 703:支付状态未知; 704:付款码超时; 801:流水号重复; 901:未日结; 902:日结进行中; 903:日结中断; 904:日结完成; 905:日结金额发生变化; 1001:无法购买; 1002:已售罄; 1003:支付超时

响应示例

application/json, text/json
{
  "status": 200,
  "message": ""
}

请求参数

名称 类型 描述
code string
endDate date
pageIndex integer
pageSize integer
shopInId integer
shopOutId integer
startDate date
status integer

响应参数

string string
名称 类型 描述
data [...]
    ┆- code string 单号
    ┆- costMoney decimal number 成本金额
    ┆- createTime date 创建时间
    ┆- dateIn date 入库日期
    ┆- dateOut date 出库日期
     details [...] 订单明细
        ┆- boxQty decimal number 箱数
        ┆- boxSpec decimal number 箱规格
        ┆- costMoney decimal number 成本金额
        ┆- costPrice decimal number 成本单价
        ┆- id integer id
         images [...] 图片路径
        ┆- mainId integer 库存变更Id
        ┆- money decimal number 金额
        ┆- price decimal number 单价
        ┆- productClass string 商品分类
        ┆- productCode string 商品货号
        ┆- productId integer 商品Id
        ┆- productName string 商品名称
        ┆- productUnit string 商品单位
        ┆- qty decimal number 数量
        ┆- sort integer 排序
    ┆- id integer id
    ┆- log string 日志
    ┆- money decimal number 金额
    ┆- remark string 备注
    ┆- shopInId integer 调入门店id
    ┆- shopInName string 调入门店
    ┆- shopOutId integer 调出门店id
    ┆- shopOutName string 调出门店名称
    ┆- status string 0:未调出; 1:已调出; 2:已调入; 3:退回中; 4:已退回; 5:已作废
    ┆- statusName string 调拨状态名称
    ┆- userId integer 创建人Id
    ┆- userName string 创建人名称
pageIndex integer
pageSize integer
sumData {...}
    ┆- code string 单号
    ┆- costMoney decimal number 成本金额
    ┆- createTime date 创建时间
    ┆- dateIn date 入库日期
    ┆- dateOut date 出库日期
     details [...] 订单明细
        ┆- boxQty decimal number 箱数
        ┆- boxSpec decimal number 箱规格
        ┆- costMoney decimal number 成本金额
        ┆- costPrice decimal number 成本单价
        ┆- id integer id
         images [...] 图片路径
        ┆- mainId integer 库存变更Id
        ┆- money decimal number 金额
        ┆- price decimal number 单价
        ┆- productClass string 商品分类
        ┆- productCode string 商品货号
        ┆- productId integer 商品Id
        ┆- productName string 商品名称
        ┆- productUnit string 商品单位
        ┆- qty decimal number 数量
        ┆- sort integer 排序
    ┆- id integer id
    ┆- log string 日志
    ┆- money decimal number 金额
    ┆- remark string 备注
    ┆- shopInId integer 调入门店id
    ┆- shopInName string 调入门店
    ┆- shopOutId integer 调出门店id
    ┆- shopOutName string 调出门店名称
    ┆- status string 0:未调出; 1:已调出; 2:已调入; 3:退回中; 4:已退回; 5:已作废
    ┆- statusName string 调拨状态名称
    ┆- userId integer 创建人Id
    ┆- userName string 创建人名称
totalCount integer

响应示例

application/json, text/json