GET api/TMSApp/RecDelReport/GetRateOfDischargInfo
电厂今天卸货效率排名
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
电厂今天卸货效率排名
MsgBaseApiPageOfListOfDischargName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
Collection of Discharg |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": [ { "CorpId": 1, "CorpName": "sample string 2", "DischargNumber": 3.0, "TotalWeight": 4.0, "TotalTime": 5.0 }, { "CorpId": 1, "CorpName": "sample string 2", "DischargNumber": 3.0, "TotalWeight": 4.0, "TotalTime": 5.0 } ] }