POST api/TMSApp/CoalQualityManage/CoalQualityIdentityOCR

煤质单识别

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

煤质单识别

MsgBaseOfListOforder_coal_quality_info
NameDescriptionTypeAdditional information
Status

返回状态0:失败,1:成功

integer

None.

Msg

返回消息

string

None.

Data

返回数据内容,默认为空

Collection of order_coal_quality_info

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Msg": "sample string 2",
  "Data": [
    {
      "Id": 1,
      "OrderId": 2,
      "OrderName": "sample string 3",
      "ConsignerName": "sample string 4",
      "ShipperName": "sample string 5",
      "ShipperId": 6,
      "CoalMineName": "sample string 7",
      "CoalWeight": 8.0,
      "TestNo": "sample string 9",
      "CollectSampleTime": "sample string 10",
      "SampleReceiveTime": "sample string 11",
      "TestTime": "sample string 12",
      "CoalQualityParam": "sample string 13",
      "IsDeleted": 64,
      "CreateBy": 15,
      "CreateTime": "2024-04-24T05:52:34.7180004+08:00",
      "UpdateBy": 17,
      "UpdateTime": "2024-04-24T05:52:34.7180004+08:00",
      "PicUrl": "sample string 19",
      "ApprovalStatus": 20,
      "CoalQualityParamModel": {
        "Mt": 1.0,
        "Mad": 2.0,
        "Aad": 3.0,
        "Ad": 4.0,
        "St_ar": 5.0,
        "Vad": 6.0,
        "Var": 7.0,
        "Vdaf": 8.0,
        "St_d": 9.0,
        "St_ad": 10.0,
        "Had": 11.0,
        "Qbad": 12.0,
        "Qgr_d": 13.0,
        "Qnetar": 14.0,
        "Qnet_ar": 15.0
      },
      "UnitPrice": 21.0,
      "CreateTimeStr": "2024-04-24 05:52:34",
      "waybillsModel": {
        "ReceiveWeightSum": 1.0,
        "SendWeightSum": 2.0,
        "WaybillCount": 3,
        "waybillList": [
          {
            "CarNumber": "sample string 1",
            "SendNetWeight": 2.0,
            "ReceiveNetWeight": 3.0,
            "FinishTime": "sample string 4",
            "StartTime": "sample string 5",
            "DispatchSN": "sample string 6"
          },
          {
            "CarNumber": "sample string 1",
            "SendNetWeight": 2.0,
            "ReceiveNetWeight": 3.0,
            "FinishTime": "sample string 4",
            "StartTime": "sample string 5",
            "DispatchSN": "sample string 6"
          }
        ]
      },
      "ContractNumber": "sample string 22"
    },
    {
      "Id": 1,
      "OrderId": 2,
      "OrderName": "sample string 3",
      "ConsignerName": "sample string 4",
      "ShipperName": "sample string 5",
      "ShipperId": 6,
      "CoalMineName": "sample string 7",
      "CoalWeight": 8.0,
      "TestNo": "sample string 9",
      "CollectSampleTime": "sample string 10",
      "SampleReceiveTime": "sample string 11",
      "TestTime": "sample string 12",
      "CoalQualityParam": "sample string 13",
      "IsDeleted": 64,
      "CreateBy": 15,
      "CreateTime": "2024-04-24T05:52:34.7180004+08:00",
      "UpdateBy": 17,
      "UpdateTime": "2024-04-24T05:52:34.7180004+08:00",
      "PicUrl": "sample string 19",
      "ApprovalStatus": 20,
      "CoalQualityParamModel": {
        "Mt": 1.0,
        "Mad": 2.0,
        "Aad": 3.0,
        "Ad": 4.0,
        "St_ar": 5.0,
        "Vad": 6.0,
        "Var": 7.0,
        "Vdaf": 8.0,
        "St_d": 9.0,
        "St_ad": 10.0,
        "Had": 11.0,
        "Qbad": 12.0,
        "Qgr_d": 13.0,
        "Qnetar": 14.0,
        "Qnet_ar": 15.0
      },
      "UnitPrice": 21.0,
      "CreateTimeStr": "2024-04-24 05:52:34",
      "waybillsModel": {
        "ReceiveWeightSum": 1.0,
        "SendWeightSum": 2.0,
        "WaybillCount": 3,
        "waybillList": [
          {
            "CarNumber": "sample string 1",
            "SendNetWeight": 2.0,
            "ReceiveNetWeight": 3.0,
            "FinishTime": "sample string 4",
            "StartTime": "sample string 5",
            "DispatchSN": "sample string 6"
          },
          {
            "CarNumber": "sample string 1",
            "SendNetWeight": 2.0,
            "ReceiveNetWeight": 3.0,
            "FinishTime": "sample string 4",
            "StartTime": "sample string 5",
            "DispatchSN": "sample string 6"
          }
        ]
      },
      "ContractNumber": "sample string 22"
    }
  ]
}